Skip to content
Back to search
100
MCP live v2026.5.12 MCP 2025-03-26 streamable-http

Toofi Dental Planning MCP

app.toofi/dental-planning

Agent-native dental planning MCP for plan drafts, presentations, and price estimates.

Uptime
100.0%
1 direct probes · 30d
Response
1820ms
last probe
Tools
32
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://toofi.app/mcp

Tools · 32

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 return an operation id for polling toward a …

get_dental_plan_operation_status

Poll a Toofi headless treatment-plan operation until AI planning is completed and ready for presentation/PDF delivery.

discover_capabilities

Discover Toofi agent-native dental planning capabilities, links, safety boundary, and billing rails.

lookup_dental_procedures

Map a natural-language dental procedure query to structured Toofi procedure catalog entries and pricing anchors. No PHI.

preview_plan_draft_schema

Preview the structured Toofi treatment-plan draft response schema for agent-native clinical workflows.

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 approval boundary.

list_demo_patients

List public no-PHI Toofi demo patients so agents can inspect patient response structure.

get_demo_patient

Get one public no-PHI Toofi demo patient.

list_demo_plans

List public no-PHI Toofi demo treatment plans.

get_demo_plan

Get one public no-PHI Toofi demo treatment plan with estimate and dentist approval boundary.

get_demo_presentation

Get one public no-PHI Toofi demo patient presentation shape with provenance surface fields.

get_example_result

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…

example_en

Return the cached English Toofi example PDF artifact. Same as example-en for human docs; MCP-safe tool name uses underscore.

example_ru

Return the cached Russian Toofi example PDF artifact. Same as example-ru for human docs; MCP-safe tool name uses underscore.

example_uk

Return the cached Ukrainian Toofi example PDF artifact.

example_ua

Return the cached Ukrainian Toofi example PDF artifact using the ua alias requested by agent integrators.

example_pl

Return the cached Polish Toofi example PDF artifact.

example_sk

Return the cached Slovak Toofi example PDF artifact.

generate_patient_presentation

Generate a patient-facing Toofi presentation from a treatment plan with signed audit and C2PA-provenanced output surface.

generate_price_estimate

Generate a Toofi price estimate from treatment-plan and clinic pricing inputs.

start_pano_markup

Start Toofi panoramic X-ray markup workflow under agent-native clinical planning rails.

import_price_csv

Import and map a clinic price CSV into Toofi pricing configuration.

get_agent_credit_balance

Get Toofi internal credit balance for an agent or clinic mandate.

list_audit_receipts

List signed Toofi agent invocation receipts and provenance records.

list_patients

List clinic patients through Toofi agent-native mandate rails.

get_patient

Get one clinic patient through Toofi agent-native mandate rails.

list_plans

List Toofi treatment plans through agent-native mandate rails.

get_plan

Get one Toofi treatment plan through agent-native mandate rails.

get_status

Get Toofi agent workflow status.

get_agent_billing_quote

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_agent_checkout_session

Create a real Stripe Checkout session for buying Toofi internal credits. Returns a claim token so the agent can retrieve its key after payment.

claim_agent_checkout_key

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.

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"
    }
  }
}