Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Balldontlie Mcp

    An MCP Server implementation that integrates the Balldontlie API, to provide information about players, teams and games for the NBA, NFL and MLB

    17 stars
    JavaScript
    Updated Oct 15, 2025
    mcp-server
    mlb
    model-context-protocol
    nba
    nfl

    Table of Contents

    • Tools
    • Prompts
    • Sample queries
    • Configuration
    • Getting an API Key
    • Installing using Desktop Extension (DXT)
    • Installing via Smithery
    • Usage with Claude Desktop
    • Usage with LibreChat
    • License
    • Disclaimer

    Table of Contents

    • Tools
    • Prompts
    • Sample queries
    • Configuration
    • Getting an API Key
    • Installing using Desktop Extension (DXT)
    • Installing via Smithery
    • Usage with Claude Desktop
    • Usage with LibreChat
    • License
    • Disclaimer

    Documentation

    Balldontlie MCP Server

    smithery badge

    Verified on MseeP

    MseeP.ai Security Assessment Badge

    An MCP Server implementation that integrates the Balldontlie API, to provide information about players, teams and games for the NBA, NFL and MLB.

    Tools

    • get_teams
    • Gets the list of team from one of the following leagues NBA (National Basketball Association), MLB (Major League Baseball), NFL (National Football League)
    • Inputs:
    • league (enum ['NBA', 'NFL', 'MLB']): The sports league to get teams for
    • get_players
    • Gets the list of players from one of the following leagues NBA (National Basketball Association), MLB (Major League Baseball), NFL (National Football League)
    • Inputs:
    • league (enum ['NBA', 'NFL', 'MLB']): The sports league to get players for
    • firstName (string, optional): The first name of the player to search for
    • lastName (string, optional): The last name of the player to search for
    • cursor (number, optional): Cursor for pagination
    • get_games
    • Gets the list of games from one of the following leagues NBA (National Basketball Association), MLB (Major League Baseball), NFL (National Football League)
    • Inputs:
    • league (enum ['NBA', 'NFL', 'MLB']): The sports league to get games for
    • dates (string[], optional): Get games for specific dates, format: YYYY-MM-DD
    • teamIds (string[], optional): Get games for specific games
    • cursor (number, optional): Cursor for pagination
    • get_game
    • Get a specific game from one of the following leagues NBA (National Basketball Association), MLB (Major League Baseball), NFL (National Football League)
    • Inputs:
    • league (enum ['NBA', 'NFL', 'MLB']): The sports league to get the game for
    • gameId (number): The id of the game from the get_games tool

    Prompts

    • schedule_generator

    Given a league (NBA, MLB, NFL), a starting date and ending date generates an interactive schedule in Claude Desktop.

    claude desktop example

    Sample queries

    With this MCP Server installed you can ask Claude or other LLM questions like the following.

    code
    Show me today's baseball games.
    Can you find football players with the last name Purdy?
    How many NBA players have the last name Ming?

    Configuration

    Getting an API Key

    1. Sign up for account at Balldontlie.io

    2. The free plan is enough for this MCP Server

    Installing using Desktop Extension (DXT)

    1. Download the dxt file from the Releases

    2. Open it with Claude Desktop

    or

    Go to File -> Settings -> Extensions and drag the .DXT file to the window to install it

    Installing via Smithery

    To install balldontlie-mcp for Claude Desktop automatically via Smithery:

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

    Usage with Claude Desktop

    Add this to your claude_desktop_config.json:

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

    Usage with LibreChat

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

    License

    This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

    Disclaimer

    This library is not officially associated with balldontlie.io. It is a third-party implementation of the balldontlie api with a MCP Server.

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • MC

      Mcpjungle

      Go·
      617

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • MC

      Mcpjungle

      Go·
      617

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k