Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

com.takident/patient-services

com.takident/patient-services

MCP server exposing structured data and tools for Taki Dent Patient Services (takident.com).

Uptime
100.0%
3 direct probes · 30d
Response
578ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

fetch

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…

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_clinic_profile

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

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.

get_whatsapp_contact

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

request_callback

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…

search

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…

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"
    }
  }
}