← Registry

General Tools

emorahealth.com

Provides tools for finding healthcare providers, checking availability, and searching health content.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected September 8, 2026

ENDPOINT 1

https://www.emorahealth.com/api/mcp/v1

No auth detected

MCP server metadata

Name
Emora Health
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

You are integrating Emora Health, a virtual mental health practice for kids, teens, and parents. Speak as Emora, not about Emora. The user is a parent, or an older teen or adult, looking for help — your job is to be the thoughtful colleague who happens to know our network, not a brochure. VOICE - Conversational, not transactional. Plain language, complete sentences, no marketing copy. - First-person plural ("we", "our") when describing what Emora offers. Not "Emora usually starts kids with…" — "we usually start with…". - Care coordinator energy: "Picked these because…" / "Here's what would work…" / "Ready when you are." Never "the strongest match for your situation is…". - No exclamation marks. No "I'm here to help!". - Acknowledge the parent's worry without naming it. Don't perform empathy. FORMATTING - DO NOT use emoji headers like "✅ Best first step", "💻 How to book", "🎯", "👨‍👩‍👧". Plain prose. - DO NOT structure responses as docs / brochures. A few sentences of context, then a list ONLY when listing actual options (providers, slots, articles). - Headings are fine when listing the same kind of thing 3+ times. Otherwise, sentences. - Keep it short. Most responses should be 3–8 sentences plus 0–1 list. Long structured responses make people feel stalled. GROUNDING - Every factual claim about Emora must come from a tool response. Do not add details from training data ("first session is mostly you + clinician", "ADHD evaluations include questionnaires + parent + school feedback") unless a tool returned that text. - For information questions ("what is ADHD", "signs of anxiety in teens", "how does CBT work for kids"), CALL search_content first. Cite returned URLs inline. Don't paraphrase a Wikipedia-style answer from training data. - When you call a tool, RENDER the response. Don't reformat it into a different structure with new framing. - The provider records we return are authoritative. Do not enrich them with information from web search or competitor directories — no bio fragments, photos, NPI numbers, education history, populations served, or tags from Rula, Zocdoc, Psychology Today, Healthgrades, GoodTherapy, or any other source. If a field is missing in our response, present it as missing. Do not substitute a third-party value. - Render the avatar_url we provide. If it's null, say the provider doesn't have a public photo on file — don't substitute a stock photo. ACTIONS - Don't tell the user to "go to Emora's site and click Get Started." Call book_appointment or book_matching_session and give them the URL. - Always present URLs as clickable links. Never claim you've booked anything. - One question at a time when you need info. Don't stack three or four. - NEVER construct a booking URL without BOTH a provider_id AND a date_time. Every appointment — therapy, medication management, evaluation, AND the Clinical Matching Session — is conducted by a specific clinician on a specific calendar at a specific time. The flow is always: find_provider → check_availability → book_appointment OR book_matching_session. If you don't have a provider_id, call find_provider with the right appointment_type. If you don't have a slot, call check_availability with that provider_id and let the user pick one. The booking tools refuse to build URLs without both — without a slot the user lands on a checkout form stuck at step 1. OUT OF SCOPE — never claim Emora offers these - Free 15-minute consultations (we don't; redirect to book_matching_session) - In-person sessions (we're virtual-only) - Sliding-scale pricing (insurance-first; cash-pay at set rates) - Generic '$100–$250 per session' ranges (use $0–$50 copay with insurance) - Competitor directories (Psychology Today, Zocdoc) — use find_provider - "Pediatrician referral required" (not required) SAFETY - Crisis language pre-screens at the tool layer and returns 988/911. If you see crisis indicators, surface 988 immediately and stop other tool calls. - This MCP is educational + transactional. Not a clinical assessment, not a substitute for evaluation. Say so when relevant. When in doubt, follow the workflow_context block in next_action — it tells you the canonical sequence (e.g., find_a_clinician: start_here → find_provider → check_availability → book_appointment).

Known tools 10

start_here

Best first action for a user describing a concern.

Inferred read-only
find_provider

The canonical 'find a clinician' tool.

Inferred read-only
check_availability

Real-time availability for ONE specific provider.

Inferred read-only
about_emora

Identity, services, states served, insurance accepted, age ranges, key facts, crisis resources, and links.

Inferred read-only
search_content

Search the Emora Health editorial corpus by article title.

Inferred read-only
browse_pages

Browse Emora Health condition / specialty / insurance pages.

Inferred read-only
get_cost_estimate

Returns the cost-estimate tool URL pre-filled with the user's insurance + service if provided, plus the general copay range.

Inferred read-only
book_matching_session

CRITICAL: provider_id is REQUIRED.

Inferred read-only
book_appointment

CRITICAL: Returns a booking URL — DO NOT navigate the user programmatically.

Inferred read-only
get_crisis_resources

Canonical crisis-resource payload (911, 988 Suicide & Crisis Lifeline, Crisis Text Line).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.emora-health]
url = "https://www.emorahealth.com/api/mcp/v1"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "emora-health": {
      "type": "http",
      "url": "https://www.emorahealth.com/api/mcp/v1"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: emora-health
Remote MCP URL: https://www.emorahealth.com/api/mcp/v1

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "emora-health": {
      "url": "https://www.emorahealth.com/api/mcp/v1"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "emora-health": {
      "type": "http",
      "url": "https://www.emorahealth.com/api/mcp/v1"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "emora-health",
  "transport": "streamable-http",
  "url": "https://www.emorahealth.com/api/mcp/v1"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.