mental-health-care
M
mental-health-care
/book_appointment

Book an 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,

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 /book_appointment for me.

Input

FieldTypeDescription
provider_id*string
state*string (Florida | Texas | Illinois | North Carolina | Georgia | Ohio)
appointment_type*string (354092 | 446840 | 446841 | 449671 | 465593)
date_time*stringTime slot string from check_availability (e.g. "2026-04-27T13:00:00-04:00"). REQUIRED — th
insurancestring

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":"/book_appointment","input":{"provider_id":"...","state":"Florida","appointment_type":"354092","date_time":"..."}}'
cli
npx cracked-ai run -p mcp-com-emorahealth-mental-health-care -e /book_appointment -i '{"provider_id":"...","state":"Florida","appointment_type":"354092","date_time":"..."}'
mcp
run_tool({ provider: "mcp-com-emorahealth-mental-health-care", endpoint: "/book_appointment", input: {"provider_id":"...","state":"Florida","appointment_type":"354092","date_time":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.