Hoppa till innehåll

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

ToolWhat it does
search_clinicsSearch published clinics by name, city, modality, or friskvårdsbidrag support.
list_clinic_servicesList a clinic’s bookable services with duration and price.
get_available_slotsFree appointment times for a service, up to 14 days ahead, each with a booking link.
get_next_available_dateThe earliest free slot for a service, scanning up to 90 days ahead.

Add it to Claude

  1. In Claude, open Settings → Connectors.
  2. Choose Add custom connector and paste https://fysio.care/api/mcp.
  3. 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.