Toofi Dental Planning MCP
TD
Toofi Dental Planning MCP
/generate_treatment_plan_draft

Generate treatment-plan draft

Generate a structured no-memory Toofi treatment-plan draft with visits, estimate, presentation outline, billing metadata, audit receipt shape, and dentist appro

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_treatment_plan_draft 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.
querystringNatural-language clinical request for a treatment-plan draft.
clinical_requeststringStructured or natural-language clinical request.
chief_complaintstringPatient chief complaint, no PHI required in public demo mode.
patient_refstringAgent-scoped patient reference.
patientobject
clinical_findingsarray
proceduresarray

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

Try it

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