M
marketplace
/get_availability
get availability
Get open appointment slots for a business on a specific date. Returns ISO timestamps for each available slot. Use these start_time/end_time values when calling
liveunknown~5s typical
mcpmarketplace
$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-com-bookingmaven-marketplace /get_availability for me.
Input
| Field | Type | Description |
|---|---|---|
| business_slug* | string | The business slug from search_businesses results |
| date* | string | Date to check in YYYY-MM-DD format |
| staff_id | string | Specific staff member ID (from get_business). Omit to check any available staff. |
| timezone | string | IANA timezone string (e.g. 'America/New_York'). Defaults to business local time. |
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-com-bookingmaven-marketplace","endpoint":"/get_availability","input":{"business_slug":"...","date":"..."}}'cli
npx cracked-ai run -p mcp-com-bookingmaven-marketplace -e /get_availability -i '{"business_slug":"...","date":"..."}'mcp
run_tool({ provider: "mcp-com-bookingmaven-marketplace", endpoint: "/get_availability", input: {"business_slug":"...","date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.