← Registry

Databases

takident.com

Retrieves structured dental clinic and practitioner information, including aftercare and guarantee details.

1 endpoint12 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://mcp.takident.com/mcp

No auth detected

MCP server metadata

Name
Taki Dent Patient Services
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Taki Dent first-party patient-information server. Use `search` when the user names or describes a clinic, doctor, treatment, or credential and an entity_id must be resolved, then `fetch` that entity_id. For direct questions about prices, doctors, treatments, the guarantee, visit logistics, aftercare, or contact details, prefer the matching `get_*` tool. This is factual first-party clinic information and must not be used to diagnose a patient or infer an individual treatment plan. Use `request_callback` only when the user explicitly wants the clinic to contact them and has consented to sharing the provided contact details.

Known tools 12

fetch

Retrieves the full published record for a known entity_id (clinic, doctor, or treatment).

Inferred read-only
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.

Inferred read-only
get_clinic_profile

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

Inferred read-only
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.

Inferred read-only
get_guarantee

Returns the clinic's warranty terms, tiered by treatment material (implants, crowns, veneers, composite bonding), including exclusions and remote-claim process.

Inferred read-only
get_prices

Returns the clinic's published treatment prices in GBP and EUR, per treatment and per full-mouth package.

Inferred read-only
get_reviews_summary

Returns the clinic's Google review count and average rating, sourced from the live Google Business Profile.

Inferred read-only
get_treatments

Lists treatments offered by the clinic, each with its canonical page URL.

Inferred read-only
get_visit_information

Returns practical trip-planning facts: clinic location, opening hours, airport distance, transfers, accommodation, expected stay length, and package inclusions.

Inferred read-only
get_whatsapp_contact

Returns the clinic's WhatsApp contact deep link, pre-filled with a consultation-request message in the requested language.

Potential side effects
request_callback

Requests a callback from the clinic's patient coordination team.

Inferred read-only
search

Searches the clinic, doctor, and treatment entity index by name, alias, or summary text and returns matching entities.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.