Toofi Dental Planning MCP
TD
Toofi Dental Planning MCP
/generate_dental_treatment_plan_pdf

Generate dental treatment-plan PDF

Start the real Toofi headless treatment-plan pipeline from structured clinical findings: create a service-user runtime plan, invoke AI plan generation, and retu

liveunknown~5s typical
mcptoofidentalplanning
$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-app-toofi-dental-planning /generate_dental_treatment_plan_pdf for me.

Input

FieldTypeDescription
request_idstringIdempotency and correlation id echoed in Toofi responses.
intent_idstringRoot agent intent id.
mandate_idstringClinic or agent mandate id. Optional in public demo mode.
agent_idstringCalling agent identifier.
principal_idstringHuman or clinic principal on whose behalf the agent acts.
clinic_idstringClinic identifier for mandate-scoped production execution.
runtime_session_tokenstringToofi runtime actor token for service-user scoped execution. May also be supplied as x-too
session_tokenstringAlias for runtime_session_token.
agent_keystringToofi agent API key. May also be supplied as X-Toofi-Agent-Key header.
toofi_agent_keystringAlias for agent_key.
patientobject
clinical_input*object
presentationobject
ai_presetobject

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-app-toofi-dental-planning","endpoint":"/generate_dental_treatment_plan_pdf","input":{"clinical_input":{}}}'
cli
npx cracked-ai run -p mcp-app-toofi-dental-planning -e /generate_dental_treatment_plan_pdf -i '{"clinical_input":{}}'
mcp
run_tool({ provider: "mcp-app-toofi-dental-planning", endpoint: "/generate_dental_treatment_plan_pdf", input: {"clinical_input":{}} })

Try it

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