AdvocateMCP
A
AdvocateMCP
/get_availability

Get Business Availability

Return 30-minute availability windows for a business, derived from its configured operating hours with already-booked windows removed. Use this to show a user w

liveunknown~5s typical
mcpadvocatemcp
$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-advocatemcp-advocate /get_availability for me.

Input

FieldTypeDescription
slug*stringBusiness slug identifier
window_startintegerUnix seconds (absolute instant; default now). The business's own timezone is not an input
window_endintegerUnix seconds (absolute instant; default now + 7 days). See window_start on reading the res

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-advocatemcp-advocate","endpoint":"/get_availability","input":{"slug":"..."}}'
cli
npx cracked-ai run -p mcp-com-advocatemcp-advocate -e /get_availability -i '{"slug":"..."}'
mcp
run_tool({ provider: "mcp-com-advocatemcp-advocate", endpoint: "/get_availability", input: {"slug":"..."} })

Try it

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