← takident.com

INDIVIDUAL MCP TOOL

get_clinic_profile

Returns structured facts about the Taki Dent clinic: legal identity, address, contact details, languages spoken, and published certifications/licences/registrations.

takident.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.takident.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_clinic_profile and invoke it with your own arguments.

Indexed 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 server

takident.com

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.taki-dent-patient-services]
url = "https://mcp.takident.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "taki-dent-patient-services": {
      "type": "http",
      "url": "https://mcp.takident.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: taki-dent-patient-services
Remote MCP URL: https://mcp.takident.com/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": {
    "taki-dent-patient-services": {
      "url": "https://mcp.takident.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "taki-dent-patient-services": {
      "type": "http",
      "url": "https://mcp.takident.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "taki-dent-patient-services",
  "transport": "streamable-http",
  "url": "https://mcp.takident.com/mcp"
}
MCP Inspector

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

Related tools

  • fetch — Retrieves the full published record for a known entity_id (clinic, doctor, or treatment).
  • get_aftercare_information — Returns the clinic's remote follow-up schedule and the process for handling a suspected problem after a patient has returned home.
  • get_doctor_profile — Returns a clinician profile — title, specialty, languages, education, and published professional memberships — matched by entity_id, full name, or a known name-spelling alias.
  • get_guarantee — Returns the clinic's warranty terms, tiered by treatment material (implants, crowns, veneers, composite bonding), including exclusions and remote-claim process.
  • get_prices — Returns the clinic's published treatment prices in GBP and EUR, per treatment and per full-mouth package.
  • get_reviews_summary — Returns the clinic's Google review count and average rating, sourced from the live Google Business Profile.
  • get_treatments — Lists treatments offered by the clinic, each with its canonical page URL.
  • get_visit_information — Returns practical trip-planning facts: clinic location, opening hours, airport distance, transfers, accommodation, expected stay length, and package inclusions.