marketplace
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

FieldTypeDescription
business_slug*stringThe business slug from search_businesses results
date*stringDate to check in YYYY-MM-DD format
staff_idstringSpecific staff member ID (from get_business). Omit to check any available staff.
timezonestringIANA 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.