Skip to main content
Glama

balldontlie-mcp

Balldontlie MCP サーバー

Balldontlie API を統合し、NBA、NFL、MLB の選手、チーム、試合に関する情報を提供する MCP サーバー実装。

ツール

  • get_teams
    • NBA、NFL、MLBのチームリストを入手
    • 入力:
      • league (enum ['NBA', 'NFL', 'MLB']): チームを取得するスポーツリーグ
  • プレイヤーを取得する
    • NBA、NFL、MLBの選手リストを取得します
    • 入力:
      • league (enum ['NBA', 'NFL', 'MLB']): 選手を獲得するスポーツリーグ
      • firstName (文字列、オプション): 検索するプレイヤーの名前
      • lastName (文字列、オプション): 検索するプレイヤーの姓
      • cursor (数値、オプション):ページ区切りのカーソル
  • get_games
    • NBA、NFL、MLBの試合リストを取得します
    • 入力:
      • league (enum ['NBA', 'NFL', 'MLB']): 試合を観戦するスポーツリーグ
      • dates (文字列[], オプション): 特定の日付のゲームを取得します。形式: YYYY-MM-DD
      • teamIds (string[], オプション): 特定のゲームのゲームを取得する
      • cursor (数値、オプション):ページ区切りのカーソル
  • ゲットゲーム
    • NBA、MLB、NFLのいずれかのリーグから特定の試合を取得します
    • 入力:
      • league (enum ['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と公式には提携していません。MCPサーバーを使用したballdontlie APIのサードパーティ実装です。

You must be authenticated.

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.

Balldontlie API を統合し、NBA、NFL、MLB の選手、チーム、試合に関する情報を提供する MCP サーバー実装。

  1. ツール
    1. プロンプト
      1. 構成
        1. APIキーの取得
        2. Smithery経由でインストール
        3. Claude Desktopでの使用
        4. LibreChatでの使用
      2. ライセンス
        1. 免責事項

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server providing access to college football statistics sourced from the College Football Data API within Claude Desktop.
            Last updated -
            9
            9
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            The MCP server provides an interface to the Datadog API, enabling seamless management of incidents, monitoring, logs, dashboards, metrics, traces, and hosts. Its extensible design allows easy integration of additional Datadog APIs for future expansions.
            Last updated -
            14
            602
            74
            TypeScript
            Apache 2.0
            • Apple
          • A
            security
            F
            license
            A
            quality
            An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
            Last updated -
            39
            28
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users to compare players, find team information, view gameweek data, and get FPL-related advice through Claude for Desktop and other MCP-compatible clients.
            Last updated -
            7
            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