Connects Claude to the Ticketmaster Discovery v2 API for pulling live event, venue, and attraction data. Part of the Pipeworx gateway that aggregates 673+ data sources under a single MCP interface. You can either call individual Ticketmaster tools directly or use the ask_pipeworx natural language query interface that routes your question to the right endpoint automatically. Runs as a remote server over streamable HTTP, so there's nothing to install locally. Reach for this when you need Claude to search events by location, check venue availability, or pull artist tour dates without writing API integration code yourself.
Ticketmaster Discovery v2 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": {
"ticketmaster": {
"url": "https://gateway.pipeworx.io/ticketmaster/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 Ticketmaster data" })
The gateway picks the right tool and fills the arguments automatically.
MIT