Developers
Model Context Protocol server
fysio.care runs a public, read-only MCP server so AI assistants can help people find care: search Swedish MSK clinics (fysioterapi, naprapati, kiropraktik m.fl.), list what they offer, and check free appointment times. It exposes only what the public directory already shows — no accounts, no patient data. Booking is completed by the patient on the web; this server never writes.
Endpoint
Streamable HTTP, no authentication required:
https://fysio.care/api/mcp
Tools
| Tool | What it does |
|---|---|
search_clinics | Search published clinics by name, city, modality, or friskvårdsbidrag support. |
list_clinic_services | List a clinic’s bookable services with duration and price. |
get_available_slots | Free appointment times for a service, up to 14 days ahead, each with a booking link. |
get_next_available_date | The earliest free slot for a service, scanning up to 90 days ahead. |
Add it to Claude
- In Claude, open Settings → Connectors.
- Choose Add custom connector and paste
https://fysio.care/api/mcp. - Ask something like “hitta en fysioterapeut i Lund med en ledig tid imorgon.”
Data shape
Each tool returns a short summary plus a JSON payload that pairs app-shaped fields (booking URLs, prices) with FHIR R4 resources (Organization, HealthcareService, Slot), so agents get a standard clinical shape and an ergonomic one at once.