# TheRundown MCP for AI Agents AI Agent Connect

> TheRundown MCP for AI Agents. Access real-time sports data, betting odds, and schedules for the NFL, NBA, MLB, and more. It lets your AI client pull live scores and multi-sportsbook odds instantly.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_hn968YRw8elbxvnypOr4nRoqGAQZ30txBqootYCx/ai-agent-connect
- **Tags:** sports-data, betting-odds, live-scores, nfl, nba, mlb, real-time-data

## Description

TheRundown gives you direct access to real-time sports data, betting odds, and schedules for major leagues like the NFL, NBA, and MLB. You're tired of jumping between different sportsbooks and live score sites just to see if the line moved or who's winning in the fourth quarter. This Connector changes that by bringing all that data straight into your AI client. Instead of copy-pasting numbers from three different tabs, you can just ask your agent for the latest spread on an NFL game or a full breakdown of tonight's NBA scores. It pulls from multiple sources to give you a clear picture of the market. Because it's hosted on Vinkius, you can get it running in minutes without worrying about the backend plumbing. It's built for anyone who needs to move fast on sports data. Whether you're trying to spot a trend in the betting lines or just want to keep up with the live action, you can get the facts without the friction. You'll get a clean summary of the numbers you actually care about, letting you spend less time searching and more time making decisions.

It's designed to handle the heavy lifting of checking multiple sources at once. You don't have to worry about the API keys or the complex logic of parsing different data formats. You just talk to your AI client like you're asking a teammate for the latest scoop. It's the fastest way to turn raw sports data into actionable information.

## Tools

### get_event_odds
Pull the latest betting lines from multiple sportsbooks for a specific game. This helps you compare spreads and totals across different books instantly.

### get_event
Grab all the specific details and metadata for a single sports event. Use this to get a full breakdown of a matchup's status and info.

### list_events_by_sport
Find every game happening for a specific league on any given date. It's great for quickly scanning a full day of action.

### get_sport_schedule
See the full upcoming calendar for a specific sport. Use this to plan ahead and see what's coming up in the season.

### list_sports
Get a list of all supported leagues and their unique IDs. You'll need these IDs to target your specific sport queries accurately.

## Prompt Examples

**Prompt:** 
```
What are the betting odds for the Lakers game tonight?
```

**Response:** 
```
I've pulled the latest odds for the Lakers game. Here is the current market status:

| Sportsbook | Spread | Total |
| :--- | :--- | :--- |
| Pinnacle | -4.5 | 224.5 |
| DraftKings | -5.0 | 223.0 |
| Bet365 | -4.0 | 225.0 |

**Current Trends:**
* The spread is leaning toward the Lakers at DraftKings.
* The total is slightly lower on Pinnacle.
```

**Prompt:** 
```
Show me the NFL schedule for next Saturday.
```

**Response:** 
```
Here are the NFL games scheduled for next Saturday:

* **Philadelphia Eagles vs. Dallas Cowboys** (1:00 PM)
* **Detroit Lions vs. Houston Texans** (4:25 PM)
* **Minnesota Vikings vs. Green Bay Packers** (8:20 PM)

Would you like me to pull the betting odds for any of these matchups?
```

**Prompt:** 
```
What's the score of the MLB game between the Yankees and the Red Sox?
```

**Response:** 
```
The game is currently in the bottom of the 7th inning:

**New York Yankees: 5**
**Boston Red Sox: 3**

**Period Breakdown:**
* 1st: Yankees 1, Red Sox 0
* 2nd: Yankees 2, Red Sox 1
* 3rd: Yankees 1, Red Sox 0
* 4th: Yankees 0, Red Sox 1
* 5th: Yankees 1, Red Sox 0
* 6th: Yankees 0, Red Sox 1
* 7th: Yankees 0, Red Sox 0
```

## Capabilities

### Fetch live scores
TheRundown pulls real-time scores and period breakdowns for live games.

### Compare betting odds
TheRundown lets you see current odds from various sportsbooks for a single event.

### Pull game schedules
TheRundown provides upcoming dates and times for any major league.

### Identify sports IDs
TheRundown lets you look up the correct IDs for leagues like the NFL or MLB.

### Inspect event details
TheRundown gives you deep metadata for specific games using a unique ID.

## Use Cases

### Comparing spreads
A bettor asks for the spread on a Cowboys game. The agent uses `get_event_odds` to show the best available line from various books.

### Schedule planning
An analyst wants the full MLB schedule for next week. The agent uses `get_sport_schedule` to pull the full calendar.

### Live score tracking
A fan wants the score of the current NBA game. The agent uses `list_events_by_sport` to fetch the current score and period.

### Data modeling
A developer wants to list all sports to build a custom dashboard. The agent uses `list_sports` to get the correct league IDs.

## Benefits

- No more tab-switching. Use `list_events_by_sport` to see everything in one place.
- Faster betting research. `get_event_odds` lets you compare books instantly.
- Accurate data. Get period-by-period scores with `list_events_by_sport`.
- Easy league targeting. Use `list_sports` to find the right IDs for your queries.
- Deep dives. Use `get_event` to get every bit of info on a specific matchup.

## How It Works

The bottom line is you get a direct feed of sports and betting data without leaving your chat.

1. Subscribe to TheRundown on the Vinkius Marketplace
2. Enter your TheRundown API Key in your client settings
3. Ask your AI client for live scores, betting lines, or league schedules

## Frequently Asked Questions

**Does TheRundown MCP cover the NFL and NBA?**
Yes, TheRundown covers major leagues including the NFL, NBA, MLB, and NHL. You can get scores and schedules for all of them in one place.

**Can I see betting odds from different books using TheRundown?**
Yes, it pulls live odds from multiple sportsbooks simultaneously. This makes it easy to compare spreads and totals without switching tabs.

**How do I get live scores with TheRundown?**
Just ask your AI client for the live score of a specific game. The Connector will fetch the real-time score and period-by-period breakdown for you.

**Does TheRundown work with Claude or Cursor?**
Yes, it works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.

**Can I see full sports schedules with TheRundown?**
Yes, you can pull the full upcoming schedule for any specific sport to see what games are coming up in the season.

**Is the data from TheRundown updated in real-time?**
Yes, it provides real-time updates for live scores and current betting markets, so you're always seeing the most recent information.

**How do I find the correct ID for a specific sport like NFL or NBA?**
Use the `list_sports` tool. It will return a complete list of all supported sports along with their corresponding IDs (e.g., NFL is 2, NBA is 4).

**Can I see the betting odds from different sportsbooks for a single game?**
Yes! By using the `get_event_odds` tool with a specific event ID, the agent will fetch the latest lines and odds from various available sportsbooks.

**How can I check the upcoming schedule for a specific league?**
You can use the `get_sport_schedule` tool. Just provide the sport ID, and it will return the upcoming games and events scheduled for that sport.