{
  "$schema": "https://modelcontextprotocol.io/schemas/2025-06-18/server-card.json",
  "serverInfo": {
    "name": "pyramid-healthcare",
    "title": "Pyramid Healthcare",
    "version": "1.0.0",
    "description": "Discovery card for Pyramid Healthcare addiction and mental health treatment information, including locations, levels of care, and admissions contact details.",
    "websiteUrl": "https://www.pyramid-healthcare.com/"
  },
  "protocolVersion": "2025-06-18",
  "transport": {
    "type": "webmcp",
    "endpoint": "https://www.pyramid-healthcare.com/"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    }
  },
  "tools": [
    {
      "name": "find_locations",
      "description": "Find Pyramid Healthcare treatment locations by city, state, or program type."
    },
    {
      "name": "list_services",
      "description": "List Pyramid Healthcare levels of care and treatment services."
    },
    {
      "name": "get_admissions_contact",
      "description": "Get admissions phone number and next steps for starting treatment."
    }
  ],
  "resources": [
    {
      "uri": "https://www.pyramid-healthcare.com/llms.txt",
      "name": "llms.txt",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://www.pyramid-healthcare.com/.well-known/ai-catalog.json",
      "name": "Agentic Resource Discovery catalog",
      "mimeType": "application/json"
    }
  ],
  "documentation": "https://www.pyramid-healthcare.com/docs/api.html"
}
