Skip to main content
Glama
AiAgentKarl

sports-data-mcp-server

by AiAgentKarl

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)

Related MCP server: Sports Betting MCP

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Provides access to comprehensive sports data from 5 major leagues (NBA, NFL, MLB, EPL, NHL) including teams, players, games, statistics, standings, injuries, and betting odds through 67+ endpoints. Enables users to query sports information and analytics through natural language.
    12
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides AI-powered sports betting intelligence including live odds, injury reports, and documented picks for NBA, NHL, and NCAAB. It enables AI agents to analyze line movements, win rates, and betting edges using real-time data from sportsbettingaianalyzer.com.
    11
    4
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables fetching sportsbook odds, live scores, and event information across 70+ books and 30+ leagues, with tools to list sports, get scores, and discover events.
    7
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to query sports data including teams, players, events, and standings from TheSportsDB through natural language or direct tool calls.
    9
    MIT

View all related MCP servers

Related MCP Connectors

  • Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.

  • 15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

View all MCP Connectors

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