Databases
takident.com
Retrieves structured dental clinic and practitioner information, including aftercare and guarantee details.
ENDPOINT 1
https://mcp.takident.com/mcp
MCP server metadata
- Name
- Taki Dent Patient Services
- Version
- 1.0.0
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
fetchRetrieves the full published record for a known entity_id (clinic, doctor, or treatment).
Inferred read-onlyget_aftercare_informationReturns the clinic's remote follow-up schedule and the process for handling a suspected problem after a patient has returned home.
Inferred read-onlyget_clinic_profileReturns structured facts about the Taki Dent clinic: legal identity, address, contact details, languages spoken, and published certifications/licences/registrations.
Inferred read-onlyget_doctor_profileReturns 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-onlyget_guaranteeReturns the clinic's warranty terms, tiered by treatment material (implants, crowns, veneers, composite bonding), including exclusions and remote-claim process.
Inferred read-onlyget_pricesReturns the clinic's published treatment prices in GBP and EUR, per treatment and per full-mouth package.
Inferred read-onlyget_reviews_summaryReturns the clinic's Google review count and average rating, sourced from the live Google Business Profile.
Inferred read-onlyget_treatmentsLists treatments offered by the clinic, each with its canonical page URL.
Inferred read-onlyget_visit_informationReturns practical trip-planning facts: clinic location, opening hours, airport distance, transfers, accommodation, expected stay length, and package inclusions.
Inferred read-onlyget_whatsapp_contactReturns the clinic's WhatsApp contact deep link, pre-filled with a consultation-request message in the requested language.
Potential side effectssearchSearches the clinic, doctor, and treatment entity index by name, alias, or summary text and returns matching entities.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.