← toofi.app

INDIVIDUAL MCP TOOL

get_demo_plan

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

toofi.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

toofi.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.toofi-app]
url = "https://toofi.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toofi-app": {
      "type": "http",
      "url": "https://toofi.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toofi-app
Remote MCP URL: https://toofi.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "toofi-app": {
      "url": "https://toofi.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toofi-app": {
      "type": "http",
      "url": "https://toofi.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toofi-app",
  "transport": "streamable-http",
  "url": "https://toofi.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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 patient-facing PDF output.
  • 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.
  • 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.