SportRadar MCP Server
Provides tools to query NBA schedules, daily scores, standings, and detailed game summaries.
Provides tools to query NHL schedules, daily scores, standings, and detailed game summaries.
Provides tools to query Premier League results, schedules, standings, and match information.
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., "@SportRadar MCP ServerShow me today's NFL schedule"
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.
SportRadar MCP Server
MCP server providing tools to query live scores, schedules, standings, and game stats from the SportRadar API.
Supported Sports
NFL — Schedule, standings, game stats, boxscores
NBA — Schedule, daily scores, standings, game summaries
NHL — Schedule, daily scores, standings, game summaries
NCAAMB — Daily schedule, rankings, standings, game summaries
Soccer — Daily results/schedule, competitions, standings
Tennis — Rankings (ATP/WTA), daily results, competitions
Related MCP server: MLB V3 Scores MCP Server
Setup
1. Install dependencies
cd sportradar-mcp
pip install -e .Or with uv:
uv pip install -e .2. Configure API key
Copy .env.example to .env and add your SportRadar API key:
cp .env.example .envSPORTRADAR_API_KEY=your_key_here
SPORTRADAR_ACCESS_LEVEL=trial3. Connect to Claude Desktop
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"sportradar": {
"command": "python",
"args": ["C:/Users/manka/sportradar-mcp/server.py"],
"env": {
"SPORTRADAR_API_KEY": "your_key_here"
}
}
}
}Available Tools
Tool | Description |
| NFL schedule by season/week |
| NFL standings by division |
| Detailed game statistics |
| Game boxscore |
| NBA season schedule |
| NBA scores for a date |
| NBA standings by conference |
| Detailed game summary |
| NHL season schedule |
| NHL scores for a date |
| NHL standings by division |
| Detailed game summary |
| College basketball scores for a date |
| AP Top 25 rankings |
| Conference standings |
| Detailed game summary |
| Soccer results for a date |
| Upcoming soccer matches |
| List available leagues |
| League standings by season |
| ATP/WTA rankings |
| Tennis results for a date |
| List tournaments |
| Raw endpoint access for any sport |
Example Prompts
"What are the NFL standings?"
"Show me NBA scores from yesterday"
"Who's ranked #1 in college basketball?"
"Get me the ATP tennis rankings"
"What Premier League matches are on today?"
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
- 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/srinayani-m/sportradar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server