Connects Claude to SeatGeek's live event ticketing data through the Pipeworx gateway. The source doesn't detail specific tools, but this gives you programmatic access to SeatGeek's event discovery and ticketing platform, likely covering searches for concerts, sports games, theater shows, and ticket availability across venues. You can either connect to this standalone server or use the full Pipeworx gateway to access 673+ data sources at once. Worth noting the ask_pipeworx feature that handles natural language queries instead of making you construct tool calls manually. Runs over streamable HTTP, so no local installation needed.
SeatGeek MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"seatgeek": {
"url": "https://gateway.pipeworx.io/seatgeek/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Seatgeek data" })
The gateway picks the right tool and fills the arguments automatically.
MIT