Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

fysio.care clinic discovery

care.fysio/discovery

Discover Swedish MSK clinics on fysio.care: search clinics, services, and open appointment times.

Uptime
100.0%
1 direct probes · 30d
Response
321ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

search_clinics

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_clinic_services

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.

get_available_slots

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…

get_next_available_date

Earliest free slot for a service variant, scanning up to 90 days ahead. Use when get_available_slots comes back empty.

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