S
seatcanvas
/seatcanvas_get_pricing
Get SeatCanvas pricing
Returns SeatCanvas pricing: the free-tier seated-guest limit and the one-time Event Pass price. Read-only; no inputs required beyond an optional response locale
liveverifiedunknown~5s typical
mcpprobedseatcanvas
$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-app-seatcanvas-seatcanvas /seatcanvas_get_pricing for me.
Input
| Field | Type | Description |
|---|---|---|
| locale | string (en | es) | Response language: 'en' (default) or 'es'. default "en" |
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-app-seatcanvas-seatcanvas","endpoint":"/seatcanvas_get_pricing","input":{"locale":"en"}}'cli
npx cracked-ai run -p mcp-app-seatcanvas-seatcanvas -e /seatcanvas_get_pricing -i '{"locale":"en"}'mcp
run_tool({ provider: "mcp-app-seatcanvas-seatcanvas", endpoint: "/seatcanvas_get_pricing", input: {"locale":"en"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.