ticket discovery for Grok
io.github.wmarceau/ticket-discovery
Search and compare concert ticket prices across platforms
client:Grok
transport:stdio
runtime:pypi
Install ticket discovery in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ticket-discovery": {
"type": "stdio",
"command": "uvx",
"args": [
"ticket-discovery-mcp"
],
"env": {
"TICKETMASTER_API_KEY": "<TICKETMASTER_API_KEY>",
"SEATGEEK_CLIENT_ID": "<SEATGEEK_CLIENT_ID>",
"SEATGEEK_CLIENT_SECRET": "<SEATGEEK_CLIENT_SECRET>",
"SEATGEEK_AFFILIATE_ID": "<SEATGEEK_AFFILIATE_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs