← Registry

Productivity

fysio.care

Provides search and appointment scheduling for Swedish MSK clinics.

1 endpoint4 known toolsFirst detected July 25, 2026Last detected September 2, 2026

ENDPOINT 1

https://fysio.care/api/mcp

No auth detected

MCP server metadata

Name
fysio-care
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

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_clinics

Search the public directory of Swedish MSK clinics (fysioterapi, naprapati, kiropraktik m.fl.) on fysio.care.

Inferred read-only
list_clinic_services

List the bookable services of one clinic, with duration, price (SEK) and a FHIR HealthcareService per bookable variant.

Inferred read-only
get_available_slots

Free appointment slots for one bookable service variant at one clinic, up to 14 days ahead.

Inferred read-only
get_next_available_date

Earliest free slot for a service variant, scanning up to 90 days ahead.

Inferred read-only

CONNECT 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.

Trust status Neutral

fysio.care is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.