← toofi.app
INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests a financial action.
Parent endpoint
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.