balldontlie-mcp

by mikechao
Verified

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.

Integrations

  • Enables access to MLB information through the Balldontlie API, allowing retrieval of team data, player profiles, and game statistics including specific games or games filtered by dates and teams.

  • Provides access to NBA information through the Balldontlie API, allowing retrieval of team data, player profiles, and game statistics including specific games or games filtered by dates and teams.

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

構成

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

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

  1. Tools
    1. Configuration
      1. Getting an API Key
      2. Installing via Smithery
      3. Usage with Claude Desktop
      4. Usage with LibreChat
    2. License
      1. Disclaimer
        ID: s7jary3hc6