seatcanvas
S
seatcanvas
/seatcanvas_estimate_capacity

Estimate venue seating capacity

Estimates how many guests a venue of the given width and height can seat at a chosen table type, and returns a link to a prefilled SeatCanvas plan. Read-only; d

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_estimate_capacity for me.

Input

FieldTypeDescription
venue_w*numberVenue width in the chosen unit_system (meters or feet).
venue_h*numberVenue height/depth in the chosen unit_system (meters or feet).
unit_system*string (metric | imperial)Unit for venue dimensions: 'metric' (meters) or 'imperial' (feet).
table_typestring (round-8 | round-10 | rect-8 | rect-10)Table shape + seats: 'round-8', 'round-10', 'rect-8', or 'rect-10'. Default 'round-8'. default "round-8"
event_typestring (wedding | quinceanera | corporate | other)Event type: 'wedding' (adds a head table), 'quinceanera', 'corporate', or 'other'. Default default "other"
localestring (en | es)Language for the prefilled plan: '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_estimate_capacity","input":{"venue_w":1,"venue_h":1,"unit_system":"metric","table_type":"round-8","event_type":"other","locale":"en"}}'
cli
npx cracked-ai run -p mcp-app-seatcanvas-seatcanvas -e /seatcanvas_estimate_capacity -i '{"venue_w":1,"venue_h":1,"unit_system":"metric","table_type":"round-8","event_type":"other","locale":"en"}'
mcp
run_tool({ provider: "mcp-app-seatcanvas-seatcanvas", endpoint: "/seatcanvas_estimate_capacity", input: {"venue_w":1,"venue_h":1,"unit_system":"metric","table_type":"round-8","event_type":"other","locale":"en"} })

Try it

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