com.takident/patient-services
com.takident/patient-servicesMCP server exposing structured data and tools for Taki Dent Patient Services (takident.com).
Tools · 12
Retrieves the full published record for an entity returned by search (clinic, doctor, treatment, service or policy). Pass the value of the search result's `id` field — the parameter may be given as ei…
Returns the clinic's remote follow-up schedule and the process for handling a suspected problem after a patient has returned home.
Returns structured facts about the Taki Dent clinic: legal identity, address, contact details, languages spoken, and published certifications/licences/registrations.
Returns a clinician profile — title, specialty, languages, education, and published professional memberships — matched by entity_id, full name, or a known name-spelling alias.
Returns the clinic's warranty terms, tiered by treatment material (implants, crowns, veneers, composite bonding), including exclusions and remote-claim process.
Returns the clinic's published treatment prices in GBP and EUR, per treatment and per full-mouth package.
Returns the clinic's Google review count and average rating, sourced from the live Google Business Profile.
Lists treatments offered by the clinic, each with its canonical page URL.
Returns practical trip-planning facts: clinic location, opening hours, airport distance, transfers, accommodation, expected stay length, and package inclusions.
Returns the clinic's WhatsApp contact deep link, pre-filled with a consultation-request message in the requested language.
Requests a callback from the clinic's patient coordination team. Sends the provided name and contact details to the clinic (irreversible once sent). Collects only contact information; do not include m…
Searches the clinic, doctor, treatment, service and policy entity index by name, alias, or summary text. Queries work in English, Turkish, German, Arabic, Russian, French and Polish. Each result carri…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.takident/patient-services": {
"url": "https://mcp.takident.com/mcp",
"transport": "streamable-http"
}
}
}