ENDPOINT 1
https://fysio.care/api/mcp
MCP server metadata
- Name
- fysio-care
- Version
- 0.1.0
Read-only discovery of Swedish MSK clinics on fysio.care: search clinics, list their bookable services, check free appointment times. Booking itself is completed by the patient via the bookingUrl links — this server cannot create appointments.
Known tools 4
search_clinicsSearch the public directory of Swedish MSK clinics (fysioterapi, naprapati, kiropraktik m.fl.) on fysio.care.
Inferred read-onlylist_clinic_servicesList the bookable services of one clinic, with duration, price (SEK) and a FHIR HealthcareService per bookable variant.
Inferred read-onlyget_available_slotsFree appointment slots for one bookable service variant at one clinic, up to 14 days ahead.
Inferred read-onlyget_next_available_dateEarliest free slot for a service variant, scanning up to 90 days ahead.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fysio-care]
url = "https://fysio.care/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fysio-care": {
"type": "http",
"url": "https://fysio.care/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fysio-care
Remote MCP URL: https://fysio.care/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fysio-care": {
"url": "https://fysio.care/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fysio-care": {
"type": "http",
"url": "https://fysio.care/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fysio-care",
"transport": "streamable-http",
"url": "https://fysio.care/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fysio.care was fetched 2026-08-04T04:32:38.464Z and is being refreshed.
fysio.care is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.