Sports Data Server
FreeNot checkedEnables AI agents to access comprehensive sports data including football, basketball, American football, and hockey leagues via 11 tools, with no API key requir
About
Enables AI agents to access comprehensive sports data including football, basketball, American football, and hockey leagues via 11 tools, with no API key required.
README
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-server
Oder via uvx:
uvx sports-data-mcp-server
Claude Desktop Konfiguration
{
"mcpServers": {
"sports-data": {
"command": "uvx",
"args": ["sports-data-mcp-server"]
}
}
}
Tools
Fußball / Soccer
| Tool | Beschreibung |
|---|---|
search_team |
Team nach Name suchen |
get_team_last_results |
Letzte Ergebnisse eines Teams |
get_team_next_fixtures |
Nächste Spiele eines Teams |
get_league_table |
Liga-Tabelle abrufen |
search_player |
Spieler-Profil und Stats |
get_event_details |
Spiel-Details mit Highlight-Link |
Multi-Sport
| Tool | Beschreibung |
|---|---|
list_sports_leagues |
Alle unterstützten Ligen |
get_league_events |
Spiele einer Saison (NBA, NFL, etc.) |
search_sport_event |
Sportereignis nach Name suchen |
get_sport_statistics |
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
Install Sports Data Server in Claude Desktop, Claude Code & Cursor
unyly install sports-data-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add sports-data-mcp-server -- uvx sports-data-mcp-serverFAQ
Is Sports Data Server MCP free?
Yes, Sports Data Server MCP is free — one-click install via Unyly at no cost.
Does Sports Data Server need an API key?
No, Sports Data Server runs without API keys or environment variables.
Is Sports Data Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Sports Data Server in Claude Desktop, Claude Code or Cursor?
Open Sports Data Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Sports Data Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
