Seatgeek
Server Details
SeatGeek MCP.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-seatgeek
- GitHub Stars
- 0
TDQS
Scored across 40 tools
The singular/plural pairs (event/events, performer/performers, venue/venues) are clearly distinguished as get-by-id vs search, but there is genuine overlap in the ask_pipeworx family (ask_pipeworx, ask_pipeworx_beta which is documented as currently identical, and ask_pipeworx_grounded) and between performer and performer_by_slug, which fetch the same profile via different identifiers. The six polymarket_* tools plus bet_research also blur into one another around prediction-market edge/arbitrage.
Everything uses snake_case, but the set mixes verb_noun (ask_pipeworx, compare_entities, validate_claim, resolve_entity), bare nouns (event, events, performer, venue, taxonomies, recommendations), and bare verbs (remember, recall, forget, subscribe). It is readable but not a single predictable convention.
40 tools is heavy for a server named 'Seatgeek', whose actual API surface needs roughly 9 (events, performers, venues, taxonomies, recommendations). The remaining ~31 tools are a full Pipeworx data-gateway/meta-tool suite that has little to do with event ticketing.
The SeatGeek portion covers the read lifecycle well: search plus get-by-id for events, performers, and venues, category taxonomies, and recommendations. No update/delete or booking/account operations exist, but these are not expected for a read-only event API.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "when-will-bitcoin-hit-150k" - }, - { - "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" - } -]New value: +[ + { + "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination" + }, + { + "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread1 field changed- changed
Input schema / examplesPrevious value: -[ - { - "topic": "fed" - }, - { - "topic": "btc" - } -]New value: +[ + { + "topic": "fed" + }, + { + "topic": "btc" + }, + { + "topic": "bitcoin" + }, + { + "topic": "fed rate decision" + } +]
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "will-bitcoin-reach-100k-in-july-2026" - }, - { - "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026" - } -]New value: +[ + { + "market": "when-will-bitcoin-hit-150k" + }, + { + "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread1 field changed- changed
Input schema / properties / topic / descriptionPrevious value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."
Related MCP Connectors
Ticketmaster Discovery v2 MCP.
Related MCP Servers
- -
- FlicenseNot gradedqualityDmaintenanceOfficial Industry Standard MCP for Travel Awards, Points, and more. Search award flight availability across multiple airline loyalty programs, find sweet spots, check transfer partners, and get market stats all via MCP.1-
- AlicenseNot gradedqualityDmaintenanceMCP server for StubHub — search events, compare ticket prices, and purchase tickets via browser automation.6 npmMIT

Dizko Events MCPofficial
AlicenseNot gradedqualityAmaintenanceMCP server that provides live event search, explainable recommendations, night planning, and agentic ticket purchase with safety rails, using Dizko's event inventory.25 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.