TD
Toofi Dental Planning MCP
/lookup_dental_procedures
Look up dental procedures
Map a natural-language dental procedure query to structured Toofi procedure catalog entries and pricing anchors. No PHI.
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 /lookup_dental_procedures for me.
Input
| Field | Type | Description |
|---|---|---|
| request_id | string | Idempotency and correlation id echoed in Toofi responses. |
| intent_id | string | Root agent intent id. |
| mandate_id | string | Clinic or agent mandate id. Optional in public demo mode. |
| agent_id | string | Calling agent identifier. |
| principal_id | string | Human or clinic principal on whose behalf the agent acts. |
| clinic_id | string | Clinic identifier for mandate-scoped production execution. |
| query | string | Natural-language dental procedure query, for example "implant and crown for lower molar". |
| q | string | Alias for query. |
| text | string | Alias for query. |
| language | string | Preferred language hint. |
| limit | integer | Maximum number of procedure matches. |
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":"/lookup_dental_procedures","input":{}}'cli
npx cracked-ai run -p mcp-app-toofi-dental-planning -e /lookup_dental_procedures -i '{}'mcp
run_tool({ provider: "mcp-app-toofi-dental-planning", endpoint: "/lookup_dental_procedures", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.