MCP server for TixTreasure — compare ticket prices across 7+ marketplaces for concerts, sports, theater & comedy events.
Ask your AI assistant to find bargains on live event tickets. TixTreasure aggregates prices from StubHub, TickPick, TicketClub, GoodSeatTickets, ATG Tickets, OvationTix, and Showare — all fees included, no surprises at checkout.
| Tool | Description |
|---|---|
search_events | Search upcoming events by keyword, city, category, or date range |
get_event_prices | Compare ticket prices across all sources for an event |
get_cheapest_tickets | Get the cheapest available tickets with section/row details |
get_best_deals | Find bargains — tickets priced below face value |
get_price_history | 7-day price trend to decide if you should buy now or wait |
get_venue_events | List all upcoming events at a venue (TD Garden, MSG, etc.) |
get_performer_events | List tour dates for a performer or team |
get_sections | Price breakdown by seating section |
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"tixtreasure": {
"command": "npx",
"args": ["-y", "tixtreasure-mcp"]
}
}
}claude mcp add tixtreasure -- npx -y tixtreasure-mcpAdd to .cursor/mcp.json:
{
"mcpServers": {
"tixtreasure": {
"command": "npx",
"args": ["-y", "tixtreasure-mcp"]
}
}
}- "Find bargains on Celtics tickets this week"
- "Compare prices for Hamilton on Broadway"
- "What's the cheapest Bruins game this month?"
- "Show me concerts at TD Garden under $50"
- "Are ticket prices going up or down for the Red Sox game on Friday?"
- "What events are at Madison Square Garden this weekend?"
Currently covers Boston and New York City metro areas:
- Sports: Red Sox, Celtics, Bruins, Yankees, Knicks, Rangers, Nets, Mets, and more
- Concerts: TD Garden, MSG, Barclays Center, Fenway Park, and 100+ venues
- Theater: Broadway, touring shows, community theater
- Comedy: Stand-up clubs, arena headliners
TixTreasure does not sell tickets. It compares prices across marketplaces and shows the total all-in price including all service fees and delivery fees. The cheapest source is highlighted so you know where to buy.
# Run locally
pnpm dev
# Build
pnpm build
# Test with MCP Inspector
npx @modelcontextprotocol/inspector node dist/index.js
MIT
