fysio.care clinic discovery
care.fysio/discoveryDiscover Swedish MSK clinics on fysio.care: search clinics, services, and open appointment times.
Tools · 4
Search the public directory of Swedish MSK clinics (fysioterapi, naprapati, kiropraktik m.fl.) on fysio.care. Returns published clinics with FHIR Organization resources. Use list_clinic_services next …
List the bookable services of one clinic, with duration, price (SEK) and a FHIR HealthcareService per bookable variant. The variant id is what get_available_slots takes.
Free appointment slots for one bookable service variant at one clinic, up to 14 days ahead. Each slot carries a FHIR Slot resource and a bookingUrl where the PATIENT completes the booking themselves o…
Earliest free slot for a service variant, scanning up to 90 days ahead. Use when get_available_slots comes back empty.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fysio.care_clinic_discovery": {
"url": "https://fysio.care/api/mcp",
"transport": "streamable-http"
}
}
}