Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

com.emorahealth/mental-health-care

com.emorahealth/mental-health-care

Search providers, check availability, book evaluations, and estimate insurance copays.

Uptime
11.1%
27 probes
Response
549ms
last probe
Tools
10
callable

Tools · 10

start_here

Best first action for a user describing a concern. Runs a parallel lookup across crisis screening, provider availability, and the article corpus, then returns the recommended path (crisis | evaluation…

find_provider

The canonical 'find a clinician' tool. Returns up to 3 best-fit providers ranked by Emora's production matching algorithm (rankTherapist): each concern maps to weighted specialties; each provider's sp…

check_availability

Real-time availability for ONE specific provider. Returns the next 10 open slots with start timestamps.

about_emora

Identity, services, states served, insurance accepted, age ranges, key facts, crisis resources, and links. Combined site-info + services catalog.

search_content

Search the Emora Health editorial corpus by article title. Returns up to 20 articles per page with title, description, URL, and category. ALWAYS USE THIS for information questions ("tell me about X", …

browse_pages

Browse Emora Health condition / specialty / insurance pages. Returns either a specific page (with slug) or a paginated list. These are the canonical site pages, not blog articles.

get_cost_estimate

Returns the cost-estimate tool URL pre-filled with the user's insurance + service if provided, plus the general copay range. The tool URL is a hand-off — the user verifies their plan there for an exac…

book_matching_session

CRITICAL: provider_id is REQUIRED. Always call find_provider first (with appointment_type='446840' for the Clinical Matching Session) to get a specific intake specialist, then pass that provider_id he…

book_appointment

CRITICAL: Returns a booking URL — DO NOT navigate the user programmatically. Hand the URL to the user and let them click through. Pre-fills provider, time slot, state, and insurance for ~2-minute chec…

get_crisis_resources

Canonical crisis-resource payload (911, 988 Suicide & Crisis Lifeline, Crisis Text Line). Hardcoded — overrides any other tool when high-severity language is detected.

Similar MCP servers embedding-nearest

MedRates live
Search US hospital prices, compare costs, and find insurance-negotiated rates.
5 tools · streamable-http
Cup24.it Availability
Search private healthcare appointment availability across Cup24.it: services, doctors, clinics.
0 tools · streamable-http
CMS Medicare Data live
Medicare spending, chronic conditions, hospital quality, readmissions, and enrollment
5 tools · streamable-http
Cochrane Medical Reviews live
Systematic medical reviews and evidence-based healthcare research
3 tools · streamable-http
SAMHSA Treatment Locator
Find substance abuse and mental health treatment facilities
0 tools · streamable-http
mental health care
Metadata-only Glama MCP connector.
0 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.emorahealth/mental-health-care": {
      "url": "https://www.emorahealth.com/api/mcp/v1",
      "transport": "streamable-http"
    }
  }
}