sports-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sports-mcp-serverShow me live NFL scores"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sports MCP Server
A production-ready Model Context Protocol (MCP) server delivering comprehensive sports intelligence via SSE transport. Built for direct integration with Manus AI and any MCP-compatible AI assistant.
Features
Domain | What You Get |
Live Scores | Real-time scores, game status, period/clock for 15+ sports |
Standings | Full league standings with W/L/PCT, division, conference |
Schedule | Upcoming games, broadcast info, venue details |
Betting Odds | Moneyline, spread, totals from 30+ bookmakers (FanDuel, DraftKings, BetMGM…) |
Sports News | Latest headlines from ESPN + Google News RSS |
Highlights | Game highlight clips with direct video links |
Game Summary | Full box score, scoring plays, statistical leaders |
Rosters | Full team rosters with player details |
Player Stats | Current season statistics for any player |
Injury Reports | Latest injury status for all teams |
League Leaders | Statistical leaders by category |
Transactions | Trades, signings, cuts, and waivers |
Supported Sports
nfl nba mlb nhl ncaaf ncaab mls epl laliga bundesliga
seriea ucl wnba ufc golf tennis nascar f1 boxing
Quick Start
# 1. Install dependencies
pip install -r requirements.txt
# 2. Configure (optional — only needed for betting odds)
cp .env.example .env
# Edit .env and add your ODDS_API_KEY from https://the-odds-api.com
# 3. Start the server
python server.py
# Server runs at http://localhost:8000
# SSE endpoint: http://localhost:8000/sseMCP Configuration (Manus Custom MCP)
Paste this into the Parameter Configuration field when adding a Custom MCP in Manus:
{
"mcpServers": {
"sports-mcp": {
"type": "sse",
"url": "https://YOUR_DEPLOYED_URL/sse"
}
}
}Available MCP Tools
Tool | Description |
| Live scoreboard for any sport |
| League standings |
| Upcoming game schedule |
| Full team roster |
| Player season statistics |
| Injury report by sport/team |
| Live odds (requires ODDS_API_KEY) |
| List all bettable sports |
| Latest news headlines |
| Game highlight video links |
| Full box score and game details |
| Statistical leaders by category |
| Trades, signings, transactions |
| Server status and configuration |
Data Sources
ESPN API — Scores, standings, schedules, rosters, injuries, stats (free, no key)
The Odds API — Betting odds from 30+ bookmakers (free: 500 credits/month)
Google News RSS — Sports news headlines (free, no key)
Betting Odds Setup
Visit https://the-odds-api.com
Sign up for a free account (no credit card required)
Copy your API key
Set
ODDS_API_KEY=your_keyin your.envfile or environment
The free tier provides 500 credits/month — each odds request costs 1 credit per region × market combination, so you get ~100 full requests per month at no cost.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YJSummers/sports-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server