Skip to main content
Glama

balldontlie-mcp

Balldontlie MCP-Server

Eine MCP-Serverimplementierung, die die Balldontlie-API integriert, um Informationen zu Spielern, Teams und Spielen für die NBA, NFL und MLB bereitzustellen.

Werkzeuge

  • get_teams
    • Holen Sie sich eine Liste der Teams für die NBA, NFL oder MLB
    • Eingänge:
      • league (Aufzählung ['NBA', 'NFL', 'MLB']): Die Sportliga, für die Teams gesucht werden sollen
  • Spieler holen
    • Ruft eine Liste der Spieler für die NBA, NFL oder MLB ab
    • Eingänge:
      • league (Aufzählung ['NBA', 'NFL', 'MLB']): Die Sportliga, für die Spieler gesucht werden
      • firstName (Zeichenfolge, optional): Der Vorname des zu suchenden Spielers
      • lastName (Zeichenfolge, optional): Der Nachname des zu suchenden Spielers
      • cursor (Zahl, optional): Cursor für die Seitennummerierung
  • Spiele holen
    • Ruft die Liste der Spiele für die NBA, NFL oder MLB ab
    • Eingänge:
      • league (Aufzählung ['NBA', 'NFL', 'MLB']): Die Sportliga, für die Spiele abgerufen werden sollen
      • dates (Zeichenfolge[], optional): Spiele für bestimmte Daten abrufen, Format: JJJJ-MM-TT
      • teamIds (string[], optional): Spiele für bestimmte Spiele abrufen
      • cursor (Zahl, optional): Cursor für die Seitennummerierung
  • Spiel holen
    • Holen Sie sich ein bestimmtes Spiel aus einer der folgenden Ligen: NBA, MLB, NFL
    • Eingänge:
      • league (Aufzählung ['NBA', 'NFL', 'MLB']): Die Sportliga, für die das Spiel abgerufen werden soll
      • gameId (Zahl): Die ID des Spiels aus dem Tool get_games

Eingabeaufforderungen

  • Zeitplangenerator

Bei einer gegebenen Liga (NBA, MLB, NFL) wird anhand eines Start- und Enddatums ein interaktiver Zeitplan in Claude Desktop generiert.

Claude Desktop-Beispiel

Konfiguration

Einen API-Schlüssel erhalten

  1. Registrieren Sie sich für ein Konto bei Balldontlie.io
  2. Für diesen MCP-Server reicht der kostenlose Plan aus

Installation über Smithery

So installieren Sie balldontlie-mcp für Claude Desktop automatisch über Smithery :

npx -y @smithery/cli install @mikechao/balldontlie-mcp --client claude

Verwendung mit Claude Desktop

Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:

{ "mcp-servers": { "balldontlie": { "command": "npx", "args": [ "-y", "balldontlie-mcp" ], "env": { "BALLDONTLIE_API_KEY": "YOUR API KEY HERE" } } } }

Verwendung mit LibreChat

mcpServers: balldontlie: command: sh args: - -c - BALLDONTLIE_API_KEY=your-api-key-here npx -y balldontlie-mcp

Lizenz

Dieser MCP-Server ist unter der MIT-Lizenz lizenziert. Das bedeutet, dass Sie die Software unter den Bedingungen der MIT-Lizenz frei verwenden, ändern und verbreiten dürfen. Weitere Informationen finden Sie in der LICENSE-Datei im Projekt-Repository.

Haftungsausschluss

Diese Bibliothek ist nicht offiziell mit balldontlie.io verknüpft. Es handelt sich um eine Drittanbieterimplementierung der Balldontlie-API mit einem MCP-Server.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Eine MCP-Serverimplementierung, die die Balldontlie-API integriert, um Informationen zu Spielern, Teams und Spielen für die NBA, NFL und MLB bereitzustellen.

  1. Werkzeuge
    1. Eingabeaufforderungen
      1. Konfiguration
        1. Einen API-Schlüssel erhalten
        2. Installation über Smithery
        3. Verwendung mit Claude Desktop
        4. Verwendung mit LibreChat
      2. Lizenz
        1. Haftungsausschluss

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            An open-source MCP server that connects to the SoccerDataAPI to deliver up-to-date football match information via natural language interactions.
            Last updated -
            16
            Python
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables interaction with MLB (Major League Baseball) v3 projections through the SportsData.io API, allowing access to baseball statistics and projections through natural language.
            Last updated -
            Python
          • -
            security
            F
            license
            -
            quality
            An MCP Server that enables interaction with MLB scores and statistics via the SportsData.io MLB V3 Scores API, allowing users to access baseball data through natural language queries.
            Last updated -
            Python
          • -
            security
            A
            license
            -
            quality
            Python MCP server that provides comprehensive access to MLB statistics and baseball data through a FastAPI-based interface. Acts as a bridge between AI applications and MLB data sources, enabling seamless integration of baseball statistics, game information, player data, and more.
            Last updated -
            16
            Python
            MIT License
            • Apple

          View all related MCP servers

          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/mikechao/balldontlie-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server