← seatcanvas.app
INDIVIDUAL MCP TOOL
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).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.seatcanvas]
url = "https://www.seatcanvas.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"seatcanvas": {
"type": "http",
"url": "https://www.seatcanvas.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: seatcanvas
Remote MCP URL: https://www.seatcanvas.app/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"seatcanvas": {
"url": "https://www.seatcanvas.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"seatcanvas": {
"type": "http",
"url": "https://www.seatcanvas.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "seatcanvas",
"transport": "streamable-http",
"url": "https://www.seatcanvas.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
seatcanvas_get_pricing— Returns SeatCanvas pricing: the free-tier seated-guest limit and the one-time Event Pass price.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.