sports-data-mcp-server
Provides tools for accessing MLB data, including league events, team results, and player statistics.
Provides tools for accessing NBA data, including league events, team results, and player statistics.
Provides tools for accessing NHL data, including league events, team results, and player statistics.
Provides tools for accessing Premier League data, including league table, team results, and player statistics.
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-data-mcp-serverWhat's the current Bundesliga table?"
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-data-mcp-server
MCP-Server für Sportdaten — Fußball, Basketball, American Football, Eishockey und mehr für AI-Agents.
Features
11 Tools für umfassende Sportdaten
Fußball: Bundesliga, Premier League, La Liga, Serie A, Champions League, MLS und mehr
US-Sport: NBA, NFL, NHL, MLB
Weitere Sportarten: ATP Tennis, Formel 1, Rugby
Kostenlos: Kein API-Key erforderlich (TheSportsDB Free Tier)
Installation
pip install sports-data-mcp-serverOder via uvx:
uvx sports-data-mcp-serverClaude Desktop Konfiguration
{
"mcpServers": {
"sports-data": {
"command": "uvx",
"args": ["sports-data-mcp-server"]
}
}
}Tools
Fußball / Soccer
Tool | Beschreibung |
| Team nach Name suchen |
| Letzte Ergebnisse eines Teams |
| Nächste Spiele eines Teams |
| Liga-Tabelle abrufen |
| Spieler-Profil und Stats |
| Spiel-Details mit Highlight-Link |
Multi-Sport
Tool | Beschreibung |
| Alle unterstützten Ligen |
| Spiele einer Saison (NBA, NFL, etc.) |
| Sportereignis nach Name suchen |
| Ligen-Übersicht nach Sportart |
Beispiel-Nutzung
# Bundesliga-Tabelle
tabelle = await get_league_table("bundesliga", "2024-2025")
# Bayern München letzte Spiele
team = await search_team("Bayern Munich")
ergebnisse = await get_team_last_results(team["teams"][0]["id"], count=5)
# NBA letzte Spiele
nba = await get_league_events("nba", "2024-2025")
# Spieler-Profil
spieler = await search_player("Robert Lewandowski")Unterstützte Ligen
Fußball
Bundesliga (1. und 2.)
Premier League
La Liga
Serie A
Ligue 1
Champions League
Eredivisie, MLS, Primeira Liga
US-Sport
NBA (Basketball)
NFL (American Football)
NHL (Ice Hockey)
MLB (Baseball)
Weitere
ATP Tennis
Formel 1
Rugby 6 Nations
Lizenz
MIT
Appeared in Searches
Latest Blog Posts
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/AiAgentKarl/sports-data-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server