# Seat geek (verified)

SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add seat_geek

# Browse available tools
npx -y @smithery/cli@latest tool list seat_geek

# Get full schema for a tool
npx -y @smithery/cli@latest tool get seat_geek SEAT_GEEK_GET_EVENT_DETAILS

# Call a tool
npx -y @smithery/cli@latest tool call seat_geek SEAT_GEEK_GET_EVENT_DETAILS '{}'
```

## Direct MCP Connection

Endpoint: `https://seat_geek.run.tools`

## Tools (10)

- `SEAT_GEEK_GET_EVENT_DETAILS` — Get comprehensive details about a specific event including venue, performers, date/time, and ticket information.
- `SEAT_GEEK_GET_EVENT_RECOMMENDATIONS` — Get personalized event recommendations based on your favorite performers, events, or location. Discover new events you …
- `SEAT_GEEK_GET_EVENT_SEATING` — Get detailed section and row information for an event to understand the venue layout and available seating options. Use…
- `SEAT_GEEK_GET_PERFORMER_DETAILS` — Get detailed information about a specific performer including images, scores, and related metadata.
- `SEAT_GEEK_GET_PERFORMER_RECOMMENDATIONS` — Get recommendations for similar performers based on your interests. Discover new artists, bands, teams, or entertainers…
- `SEAT_GEEK_GET_TAXONOMIES` — Get a list of all available event categories and types (taxonomies) used on SeatGeek. Useful for understanding event cl…
- `SEAT_GEEK_GET_VENUE_DETAILS` — Get detailed information about a specific venue including location, address, and other metadata.
- `SEAT_GEEK_SEARCH_EVENTS` — Search for events on SeatGeek by performers, venues, dates, or general queries. Find concerts, sports games, theater sh…
- `SEAT_GEEK_SEARCH_PERFORMERS` — Search for performers including artists, bands, sports teams, comedians, and more. Find your favorite entertainers and …
- `SEAT_GEEK_SEARCH_VENUES` — Search for venues by location, name, or other criteria. Find stadiums, theaters, concert halls, and other entertainment…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get seat_geek <tool-name>
```
