{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "serverInfo": {
    "name": "Emora Health",
    "description": "Virtual behavioral health services for children, teens, and young adults (ages 0–25+). Search providers, check real-time availability, and discover the best-fit therapist, psychiatrist, or psychologist.",
    "version": "1.0.0",
    "contactEmail": "support@emorahealth.com",
    "documentationUrl": "https://www.emorahealth.com/llms-full.txt",
    "logoUrl": "https://www.emorahealth.com/asset/emora-logo.png"
  },
  "transport": {
    "type": "https",
    "baseUrl": "https://www.emorahealth.com/api",
    "authentication": "none"
  },
  "capabilities": {
    "tools": [
      {
        "name": "search_providers",
        "description": "Search for licensed behavioral health providers with real-time availability. Results are ranked by relevance — top providers are the strongest match based on specialization, prime-time availability, capacity, ratings, and experience. Use this to find a therapist, psychiatrist, or psychologist for a child, teen, or young adult.",
        "inputSchema": {
          "type": "object",
          "required": [
            "state",
            "appointment_type"
          ],
          "properties": {
            "state": {
              "type": "string",
              "description": "Full U.S. state name where the client resides.",
              "enum": [
                "Florida",
                "Texas",
                "Illinois",
                "Missouri",
                "North Carolina",
                "Ohio",
                "Arizona",
                "Georgia",
                "Wisconsin",
                "South Carolina"
              ]
            },
            "appointment_type": {
              "type": "string",
              "description": "Service type ID. 354092 = Therapy, 446840 = Clinical Matching, 446841 = ADHD Testing, 449671 = Autism Testing, 465593 = Medication Management.",
              "enum": [
                "354092",
                "446840",
                "446841",
                "449671",
                "465593"
              ]
            },
            "insurance": {
              "type": "string",
              "description": "Insurance plan name to filter providers.",
              "enum": [
                "Aetna",
                "Anthem Blue Cross",
                "Baylor Scott & White",
                "Blue Cross Blue Shield",
                "ChampVA",
                "Cigna",
                "Florida Blue",
                "Magellan",
                "Optum",
                "Oscar",
                "Tricare",
                "Tricare West",
                "UMR",
                "United Healthcare",
                "Cash Pay"
              ]
            },
            "client_age": {
              "type": "number",
              "description": "Age of the client in years (0–25+). Filters to providers who serve this age."
            },
            "provider_id": {
              "type": "string",
              "description": "Specific provider ID to get availability for one provider."
            }
          }
        },
        "endpoint": {
          "method": "GET",
          "path": "/providers",
          "parameterMapping": "query"
        }
      }
    ],
    "resources": [
      {
        "name": "organization_info",
        "description": "Comprehensive overview of Emora Health — services, age ranges, states served, onboarding flow, credentials, and outcomes.",
        "uri": "https://www.emorahealth.com/llms-full.txt",
        "mimeType": "text/markdown"
      },
      {
        "name": "provider_directory",
        "description": "Browse all available providers with bios, specialties, and credentials.",
        "uri": "https://www.emorahealth.com/providers",
        "mimeType": "text/html"
      }
    ]
  },
  "links": {
    "homepage": "https://www.emorahealth.com",
    "privacyPolicy": "https://www.emorahealth.com/privacy-policy",
    "termsOfService": "https://www.emorahealth.com/terms",
    "apiCatalog": "https://www.emorahealth.com/.well-known/api-catalog",
    "agentSkills": "https://www.emorahealth.com/.well-known/agent-skills/index.json"
  }
}