Toofi Dental Planning MCP
app.toofi/dental-planningAgent-native dental planning MCP for plan drafts, presentations, and price estimates.
Tools · 32
Start the real Toofi headless treatment-plan pipeline from structured clinical findings: create a service-user runtime plan, invoke AI plan generation, and return an operation id for polling toward a …
Poll a Toofi headless treatment-plan operation until AI planning is completed and ready for presentation/PDF delivery.
Discover Toofi agent-native dental planning capabilities, links, safety boundary, and billing rails.
Map a natural-language dental procedure query to structured Toofi procedure catalog entries and pricing anchors. No PHI.
Preview the structured Toofi treatment-plan draft response schema for agent-native clinical workflows.
Generate a structured no-memory Toofi treatment-plan draft with visits, estimate, presentation outline, billing metadata, audit receipt shape, and dentist approval boundary.
List public no-PHI Toofi demo patients so agents can inspect patient response structure.
Get one public no-PHI Toofi demo patient.
List public no-PHI Toofi demo treatment plans.
Get one public no-PHI Toofi demo treatment plan with estimate and dentist approval boundary.
Get one public no-PHI Toofi demo patient presentation shape with provenance surface fields.
Return a stable public PDF artifact that shows what Toofi produces: a patient-facing treatment-plan presentation for an example case where tooth 11 and root 11 are missing. No generation is run at cal…
Return the cached English Toofi example PDF artifact. Same as example-en for human docs; MCP-safe tool name uses underscore.
Return the cached Russian Toofi example PDF artifact. Same as example-ru for human docs; MCP-safe tool name uses underscore.
Return the cached Ukrainian Toofi example PDF artifact.
Return the cached Ukrainian Toofi example PDF artifact using the ua alias requested by agent integrators.
Return the cached Polish Toofi example PDF artifact.
Return the cached Slovak Toofi example PDF artifact.
Generate a patient-facing Toofi presentation from a treatment plan with signed audit and C2PA-provenanced output surface.
Generate a Toofi price estimate from treatment-plan and clinic pricing inputs.
Start Toofi panoramic X-ray markup workflow under agent-native clinical planning rails.
Import and map a clinic price CSV into Toofi pricing configuration.
Get Toofi internal credit balance for an agent or clinic mandate.
List signed Toofi agent invocation receipts and provenance records.
List clinic patients through Toofi agent-native mandate rails.
Get one clinic patient through Toofi agent-native mandate rails.
List Toofi treatment plans through agent-native mandate rails.
Get one Toofi treatment plan through agent-native mandate rails.
Get Toofi agent workflow status.
Get a deterministic Toofi internal-credit quote for an agent tool call, including TTL, payment rails, Stripe checkout command, and x402-ready contract fields.
Create a real Stripe Checkout session for buying Toofi internal credits. Returns a claim token so the agent can retrieve its key after payment.
After Stripe Checkout is paid, exchange the purchase id and one-time claim token for the Toofi agent API key used as X-Toofi-Agent-Key or agent_key.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"toofi_dental_planning_mcp": {
"url": "https://toofi.app/mcp",
"transport": "streamable-http"
}
}
}