M
mcp
/check_availability
check availability
Check real open time slots for a free Aivonic discovery call over the next `days_ahead` days (1 to 30). Returns available slots as ISO-8601 start times
liveverifiedunknown~5s typical
mcpprobedmcp
$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-aivonic-mcp /check_availability for me.
Input
| Field | Type | Description |
|---|---|---|
| days_ahead | integer | default 14 |
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-aivonic-mcp","endpoint":"/check_availability","input":{"days_ahead":14}}'cli
npx cracked-ai run -p mcp-ai-aivonic-mcp -e /check_availability -i '{"days_ahead":14}'mcp
run_tool({ provider: "mcp-ai-aivonic-mcp", endpoint: "/check_availability", input: {"days_ahead":14} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.