# SeatGeek MCP for AI Agents AI Agent Connect

> SeatGeek MCP lets your AI agent pull real-time data on live events, performers, and venues. It's the fastest way to check sports schedules, concert lineups, and venue capacities without leaving your chat.

## Overview
- **Category:** event-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_liMpoVC2Y3hYlBj2p7kUc6EKp3Mc7MOj4CI04tyN/ai-agent-connect
- **Tags:** ticketing, concerts, live-events, venues, performers

## Description

Imagine you're trying to map out a summer tour or figure out which venues in Chicago can actually handle a 50k crowd. Instead of jumping between tabs and copy-pasting venue capacities or checking performer bios on different sites, you just ask your agent to do the heavy lifting. This Connector connects your AI client directly to the SeatGeek database, meaning you get straight answers on things like upcoming rock shows, theater schedules, or specific athlete details. It makes the research phase of event planning much faster because you're getting the data you need in one place. You can even see how different categories are organized to help with filtering. It's a huge time saver for anyone who spends hours digging through ticketing sites. By using this through the Vinkius catalog, you get a reliable way to pull these details into your existing workflow without the manual headache. You just get the facts you need to make decisions on where, when, and who is hitting the stage next.

## Tools

### list_venues
Search and list SeatGeek venues. This lets you see what locations are available in a specific city.

### list_taxonomies
List SeatGeek event categories. Use this to see how the platform organizes different types of entertainment.

### list_events
Search and list SeatGeek events. This helps you find shows or games by date and city.

### get_event
Retrieve a specific SeatGeek event. Use this to get full details on a single show or match.

### get_performer
Retrieve a specific SeatGeek performer. This pulls bios and details for bands, athletes, or actors.

### get_venue
Retrieve a specific SeatGeek venue. It gives you the capacity and location of a specific site.

### list_performers
Search and list SeatGeek performers. This is great for finding a list of artists in a specific region.

## Prompt Examples

**Prompt:** 
```
Find me some venues in Chicago that can hold at least 10,000 people.
```

**Response:** 
```
I've located several venues in Chicago that meet your capacity requirements:

| Venue Name | Capacity | Location |
| :--- | :--- | :--- |
| **United Center** | 67,000 | Near downtown |
| **Alliant Arena** | 18,000 | Near the Loop |
| **SeatGeek Venue A** | 12,500 | West Side |

Would you like me to pull the specific event schedules for any of these?
```

**Prompt:** 
```
Who are some of the top performers in the theater category right now?
```

**Response:** 
```
Based on the current SeatGeek listings, here are some notable performers in the theater category:

*   **The Broadway Cast** - Current touring production.
*   **Local Theater Ensemble** - Performing in the regional circuit.
*   **Featured Musical Artist** - Currently on a theater-focused residency.

I can get full biographies for any of these if you need more details.
```

**Prompt:** 
```
List all the upcoming sports events in New York for next weekend.
```

**Response:** 
```
Here are the sports events scheduled for next weekend in New York:

*   **Mets vs. Yankees** - Friday, Oct 12
*   **Knicks Home Game** - Saturday, Oct 13
*   **Local Soccer Match** - Sunday, Oct 14

Let me know if you want the specific venue details for any of these matches.
```

## Capabilities

### Find upcoming live events
Get a list of shows, games, and performances based on your specific location or date.

### Pull performer biographies
Retrieve detailed info on bands, athletes, and actors instantly.

### Get venue details
Check venue capacities and locations to see if a space fits your needs.

### Explore event categories
See how the platform organizes different types of entertainment like sports and theater.

### Fetch specific event metadata
Grab every detail for a single show using its unique identifier.

## Use Cases

### Tour Planning
An agent finds 10 venues in Austin that hold 5,000 people using list_venues and get_venue.

### Market Research
A researcher pulls a list of all upcoming theater shows using list_events and list_taxonomies.

### Fan Planning
A user asks for 'all rock shows in NYC next month' and the agent returns a list via list_events.

### Data Scraping
An analyst gets performer bios for a specific tour using list_performers and get_performer.

## Benefits

- Skip the manual search for show dates. Use list_events to get a full list of upcoming concerts or games in any city without opening a browser.
- Get instant venue specs. Use get_venue to see exactly where an event is happening and how many people it holds.
- Gather performer data quickly. Use get_performer to pull biographies and details for bands or athletes for your reports.
- Map out event categories. Use list_taxonomies to understand how different show types are grouped on the platform.
- Pull specific event metadata. Use get_event to grab every detail for a single show, from location to specific performer info.

## How It Works

The bottom line is you get real-time entertainment data fed directly into your AI chat.

1. Subscribe to the SeatGeek MCP on Vinkius.
2. Enter your SeatGeek Client ID in your AI client settings.
3. Ask your agent to find concerts, sports, or venue info.

## Frequently Asked Questions

**Can SeatGeek MCP help me find venue capacities?**
Yes, it pulls specific venue details so you can see exactly how many people a location holds for your planning.

**How do I use SeatGeek MCP for concert research?**
You can ask your agent to list all upcoming concerts in a specific city or find performer bios to help with your research.

**Can I see the different types of events available?**
Yes, it retrieves the full taxonomy so you can see how categories like sports and theater are organized on the platform.

**Does SeatGeek MCP work for finding sports matches?**
It pulls real-time data for sports events, including dates and locations, making it easy to build schedules.

**Is SeatGeek MCP good for market research?**
It's great for pulling performer data and event metadata to help you spot trends in the entertainment industry.

**Can I get details for a specific show?**
You can pull full metadata for any specific event using its unique identifier to get all the facts in one place.

**How can I find events happening in a specific city?**
You can use the `list_events` tool and provide the city name in the `venue_city` parameter. For example, searching for 'New York' will return all upcoming events in that location.

**Can I get detailed information about a specific music band or athlete?**
Yes! Use the `list_performers` tool to search for them by name, and then use `get_performer` with their specific ID to retrieve full metadata and bios.

**How do I see what types of event categories SeatGeek supports?**
Simply run the `list_taxonomies` tool. It will return a comprehensive list of all event categories (like sports, concerts, or theater) used by the platform.