Bezal — Local Business Intelligence for AI Agents
BL
Bezal — Local Business Intelligence for AI Agents
/check_business_availability

check business availability

Check if a business has availability on a specific date using their Bezal calendar. Best-effort — only works for businesses that use the calendar feature.

liveverifiedunknown~5s typical
mcpprobedbezallocal
$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-ai-bezal-local-commerce /check_business_availability for me.

Input

FieldTypeDescription
business_id*stringBusiness UUID
date*stringISO date (YYYY-MM-DD)

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-ai-bezal-local-commerce","endpoint":"/check_business_availability","input":{"business_id":"...","date":"..."}}'
cli
npx cracked-ai run -p mcp-ai-bezal-local-commerce -e /check_business_availability -i '{"business_id":"...","date":"..."}'
mcp
run_tool({ provider: "mcp-ai-bezal-local-commerce", endpoint: "/check_business_availability", input: {"business_id":"...","date":"..."} })

Try it

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