app.seatcanvas/seatcanvas
Official3 toolsSeatCanvas MCP server: pricing, venue capacity estimates, and prefilled seating plans.
Provide venue pricing, capacity estimates, and seating plan templates.
Captured live from the server via tools/list.
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.
Parameters (1)
- localestring
Response language: 'en' (default) or 'es'.
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.
Parameters (6)
- venue_wnumberrequired
Venue width in the chosen unit_system (meters or feet).
- venue_hnumberrequired
Venue height/depth in the chosen unit_system (meters or feet).
- unit_systemstringrequired
Unit for venue dimensions: 'metric' (meters) or 'imperial' (feet).
- table_typestring
Table shape + seats: 'round-8', 'round-10', 'rect-8', or 'rect-10'. Default 'round-8'.
- event_typestring
Event type: 'wedding' (adds a head table), 'quinceanera', 'corporate', or 'other'. Default 'other'.
- localestring
Language for the prefilled plan: 'en' (default) or 'es'.
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 user signs in. Read-only; deterministic.
Parameters (7)
- guest_countintegerrequired
Number of guests to seat (positive integer).
- event_typestringrequired
Event type: 'wedding' (adds a head table), 'quinceanera', 'corporate', or 'other'.
- venue_wnumber
Optional venue width in the chosen unit_system; omit to auto-size a venue to fit the guests.
- venue_hnumber
Optional venue height/depth in the chosen unit_system; omit to auto-size.
- unit_systemstringrequired
Unit for venue dimensions: 'metric' (meters) or 'imperial' (feet).
- table_typestring
Table shape + seats: 'round-8', 'round-10', 'rect-8', or 'rect-10'. Default 'round-8'.
- localestring
Language for the prefilled plan: 'en' (default) or 'es'.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"seatcanvas": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.seatcanvas.app/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.