← Registry

Productivity

seatcanvas.app

Helps plan event seating by providing pricing, capacity estimation, and prefilled plan links.

1 endpoint3 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://www.seatcanvas.app/api/mcp

No auth detected

MCP server metadata

Name
seatcanvas
Version
1.0.0
Capabilities
tools.listChanged

Known tools 3

seatcanvas_get_pricing

Returns SeatCanvas pricing: the free-tier seated-guest limit and the one-time Event Pass price.

Inferred read-only
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.

Inferred read-only
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).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.