Skip to main content
Glama

balldontlie-mcp

Balldontlie MCP 服务器

MCP 服务器实现集成了Balldontlie API ,提供有关 NBA、NFL 和 MLB 的球员、球队和比赛的信息。

工具

  • 获取团队
    • 获取 NBA、NFL 或 MLB 球队列表
    • 输入:
      • league (枚举['NBA','NFL','MLB']):获取球队的体育联盟
  • 获取玩家
    • 获取 NBA、NFL 或 MLB 球员名单
    • 输入:
      • league (枚举['NBA','NFL','MLB']):招募球员的体育联盟
      • firstName (字符串,可选):要搜索的玩家的名字
      • lastName (字符串,可选):要搜索的玩家的姓氏
      • cursor (数字,可选):分页光标
  • 获取游戏
    • 获取 NBA、NFL 或 MLB 的比赛列表
    • 输入:
      • league (枚举['NBA','NFL','MLB']):获取比赛的体育联盟
      • dates (string[],可选):获取特定日期的游戏,格式:YYYY-MM-DD
      • teamIds (string[],可选):获取特定游戏的游戏
      • cursor (数字,可选):分页光标
  • 获取游戏
    • 获取以下联盟 NBA、MLB、NFL 中的特定比赛
    • 输入:
      • league (枚举['NBA','NFL','MLB']):获取比赛的体育联盟
      • gameId (数字):来自 get_games 工具的游戏 ID

提示

  • 时间表生成器

给定一个联盟(NBA、MLB、NFL),开始日期和结束日期会在 Claude Desktop 中生成一个交互式时间表。

克劳德桌面示例

配置

获取 API 密钥

  1. Balldontlie.io注册账户
  2. 免费计划足以满足此 MCP 服务器的需求

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 balldontlie-mcp:

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

与 Claude Desktop 一起使用

将其添加到您的claude_desktop_config.json中:

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

与 LibreChat 一起使用

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

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

免责声明

此库与 balldontlie.io 无官方关联。它是 balldontlie api 的第三方实现,并带有 MCP 服务器。

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.

MCP 服务器实现集成了 Balldontlie API,提供有关 NBA、NFL 和 MLB 的球员、球队和比赛的信息。

  1. 工具
    1. 提示
      1. 配置
        1. 获取 API 密钥
        2. 通过 Smithery 安装
        3. 与 Claude Desktop 一起使用
        4. 与 LibreChat 一起使用
      2. 执照
        1. 免责声明

          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 -
            18
            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