app.seatcanvas/seatcanvas
app.seatcanvas/seatcanvasSeatCanvas MCP server: pricing, venue capacity estimates, and prefilled seating plans.
Tools · 3
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.
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.
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…
Similar MCP servers embedding-nearest
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"
}
}
}