# Toofi Toofi is the first agent-native dental planning workspace. Clinical AI agents call Toofi to generate treatment-plan drafts, patient-facing presentations, and price estimates from clinical inputs - with mandatory dentist approval before clinical use. MCP server, OAuth 2.1 with mandate scoping, signed audit trail, and C2PA-provenanced outputs. Safety boundary: Toofi outputs are draft planning artifacts and decision-support materials. They are not autonomous diagnosis, autonomous treatment decisions, or final clinical instructions. ## What Toofi Does - Prepares structured dental planning workspaces for clinics. - Supports AI-assisted panoramic X-ray markup. - Generates treatment-plan drafts from clinical inputs. - Builds patient-facing treatment presentations. - Connects clinic pricing, procedure catalogs, and plan estimates. - Keeps dentist approval as the required final clinical gate. ## Agent Entry Points - Agent page: https://toofi.app/for-agents - Agent card: https://toofi.app/.well-known/agent-card.json - Agent alias: https://toofi.app/.well-known/agent.json - MCP descriptor: https://toofi.app/.well-known/mcp.json - MCP endpoint: https://toofi.app/mcp - MCP server card: https://toofi.app/.well-known/mcp/server-card.json - OpenAPI: https://toofi.app/openapi.json - Full LLM context: https://toofi.app/llms-full.txt - Live capabilities API: https://toofi.app/api/agent/capabilities ## Live Agent Commands - GET /api/agent/capabilities - POST /api/agent/dental-procedures/lookup - POST /api/agent/plan-draft/preview - GET/POST /api/agent/demo/patients/list - GET/POST /api/agent/demo/patients/get - GET/POST /api/agent/demo/plans/list - GET/POST /api/agent/demo/plans/get - GET/POST /api/agent/demo/presentations/get - POST /api/agent/treatment-plan-drafts/generate - POST /mcp - POST /api/agent/patient-presentations/generate - POST /api/agent/price-estimates/generate - POST /api/agent/pano-markup/start - POST /api/agent/plans/list - POST /api/agent/plans/get - POST /api/agent/patients/list - POST /api/agent/patients/get - POST /api/agent/price-csv/import - POST /api/agent/credits/balance - POST /api/agent/audit/receipts ## Best Current Use Use Toofi as a clinic-agent integration target: discover capabilities, inspect demo patient/plan/presentation data, look up dental procedures from the Toofi catalog, generate a no-memory demo treatment-plan draft, and route clinical workflows through dentist-approved mandate-scoped integrations. ## Demo Generation Agents can call POST /api/agent/treatment-plan-drafts/generate without registration. It returns a structured plan draft, estimate, presentation outline, audit receipt shape, and billing metadata. Demo mode does not persist memory and reports Toofi internal credits for production metering. ## MCP Tools Agents can connect to https://toofi.app/mcp over Streamable HTTP and call initialize, tools/list, and tools/call. Core tools include discover_capabilities, lookup_dental_procedures, generate_treatment_plan_draft, demo data tools, clinic workflow tools, get_agent_billing_quote, and create_agent_checkout_session. ## Data Boundary The public agent endpoints do not expose patient data, clinic private data, uploaded files, or PHI. Patient-specific plan execution requires a clinic-scoped integration and dentist-controlled access. ## Contact Website: https://toofi.app Agent integration page: https://toofi.app/for-agents