fysio.care clinic discovery
FC
fysio.care clinic discovery
/list_clinic_services

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_slo

liveverifiedunknown~5s typical
mcpprobedfysio.careclinicdiscovery
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-care-fysio-discovery /list_clinic_services for me.

Input

FieldTypeDescription
clinic_slug*stringThe clinic slug from search_clinics (the URL segment, e.g. "mickes-klinik-lund").

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-care-fysio-discovery","endpoint":"/list_clinic_services","input":{"clinic_slug":"..."}}'
cli
npx cracked-ai run -p mcp-care-fysio-discovery -e /list_clinic_services -i '{"clinic_slug":"..."}'
mcp
run_tool({ provider: "mcp-care-fysio-discovery", endpoint: "/list_clinic_services", input: {"clinic_slug":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.