fysio.care clinic discovery
FC
fysio.care clinic discovery
/get_next_available_date

Get next available date

Earliest free slot for a service variant, scanning up to 90 days ahead. Use when get_available_slots comes back empty.

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 /get_next_available_date for me.

Input

FieldTypeDescription
clinic_slug*stringThe clinic slug from search_clinics (the URL segment, e.g. "mickes-klinik-lund").
service_variant_id*stringA bookable service variant id from list_clinic_services.

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":"/get_next_available_date","input":{"clinic_slug":"...","service_variant_id":"..."}}'
cli
npx cracked-ai run -p mcp-care-fysio-discovery -e /get_next_available_date -i '{"clinic_slug":"...","service_variant_id":"..."}'
mcp
run_tool({ provider: "mcp-care-fysio-discovery", endpoint: "/get_next_available_date", input: {"clinic_slug":"...","service_variant_id":"..."} })

Try it

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