M
mental-health-care
/find_provider
Find a Clinician
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
liveverifiedunknown~5s typical
mcpprobedmental-health-care
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-emorahealth-mental-health-care /find_provider for me.
Input
| Field | Type | Description |
|---|---|---|
| state* | string (Florida | Texas | Illinois | North Carolina | Georgia | Ohio) | |
| appointment_type* | string (354092 | 446840 | 446841 | 449671 | 465593) | |
| concerns | array | Concern IDs from the curated enum (see ConcernId). Pass 1-3 for best results — too many co |
| preferred_approaches | array | Therapy modalities the user prefers (e.g. ["cbt","dbt","playTherapy"]). Bumps the score fo |
| insurance | string | |
| client_age | number | |
| preferred_gender | string | Provider gender preference (e.g. 'female','male','non-binary'). |
| preferred_language | string | Non-English language the provider should speak. |
| continuation | string | Token from a previous find_provider call. Re-applies prior client profile; new args overri |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-emorahealth-mental-health-care","endpoint":"/find_provider","input":{"state":"Florida","appointment_type":"354092"}}'cli
npx cracked-ai run -p mcp-com-emorahealth-mental-health-care -e /find_provider -i '{"state":"Florida","appointment_type":"354092"}'mcp
run_tool({ provider: "mcp-com-emorahealth-mental-health-care", endpoint: "/find_provider", input: {"state":"Florida","appointment_type":"354092"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.