MCP Server
MCP
io.github.wmarceau/ticket-discovery
Search and compare concert ticket prices across platforms
Install
uvx ticket-discovery-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "ticket-discovery-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ticketmaster Discovery API key (free at developer.ticketmaster.com)",
"name": "TICKETMASTER_API_KEY"
},
{
"description": "SeatGeek API client ID (free at seatgeek.com/account/develop)",
"name": "SEATGEEK_CLIENT_ID"
},
{
"description": "SeatGeek API client secret (optional)",
"name": "SEATGEEK_CLIENT_SECRET"
},
{
"description": "SeatGeek affiliate ID for commission tracking (optional)",
"name": "SEATGEEK_AFFILIATE_ID"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment