io.github.wmarceau/ticket-discovery✓
io.github.wmarceau/ticket-discovery · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.wmarceau/ticket-discovery",
"description": "Search and compare concert ticket prices across platforms",
"repository": {
"url": "https://github.com/wmarceau/ticket-discovery-mcp",
"source": "github"
},
"version": "1.0.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}