Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

app.seatcanvas/seatcanvas

app.seatcanvas/seatcanvas

SeatCanvas MCP server: pricing, venue capacity estimates, and prefilled seating plans.

Uptime
100.0%
2 direct probes · 30d
Response
1805ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

seatcanvas_get_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.

seatcanvas_estimate_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; deterministic.

seatcanvas_create_plan

Returns a link to a SeatCanvas plan prefilled with a table layout for the given guest count and event type (optional venue dimensions). Opening the link seeds the canvas; nothing is saved until the us…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "app.seatcanvas/seatcanvas": {
      "url": "https://www.seatcanvas.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}