Skip to main content
Glama
Backspace-me

SportScore

by Backspace-me

sportscore-mcp

SportScore 用のMCPサーバーです。サッカーバスケットボールクリケットテニスのライブスコア、試合詳細、順位表、得点ランキング、トーナメント表、選手統計を提供します。無料の公開APIで、CORS対応、APIキーは不要です。

Backspace-me/sportscore-mcp MCP server

Model Context Protocol に対応したあらゆるホスト(Claude Desktop、Cursor、Continue、Zed、およびカスタムMCPクライアント)で動作します。

AIアシスタントでできること

  • スポーツ別のライブ試合および直近の試合情報

  • 個別の試合詳細(スコア、ステータス、タイムライン、ラインナップ)

  • チームの試合日程

  • リーグ/大会の順位表

  • 得点王/アシスト王ランキング

  • 選手の統計およびメタデータ

  • ノックアウト方式のトーナメント表

  • ライブマッチトラッカーデータ

Related MCP server: sports-data-mcp-server

Claude Desktopへのインストール

claude_desktop_config.json に以下を追加してください:

macOS~/Library/Application Support/Claude/claude_desktop_config.json Windows%APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "sportscore": {
      "command": "npx",
      "args": ["-y", "sportscore-mcp"]
    }
  }
}

Claude Desktopを再起動してください。ツールメニューにSportScoreツールが表示されるはずです。以下のように質問してみてください:

  • "What Premier League matches are live right now?"(現在ライブ中のプレミアリーグの試合は?)

  • "Show me the NBA standings."(NBAの順位表を見せて。)

  • "Who are the top scorers in La Liga?"(ラ・リーガの得点王は誰?)

  • "What's Barcelona's next fixture?"(バルセロナの次の試合はいつ?)

Cursor / Continue / Zedへのインストール

stdioコマンドを受け入れるMCPホストであれば動作します。npx -y sportscore-mcp の呼び出し方法は同じです。正確な設定ファイルについては、各ホストのMCPドキュメントを参照してください。

設定

環境変数(オプション):

変数

デフォルト

用途

SPORTSCORE_API_BASE

https://sportscore.com

APIベースURLの上書き(ステージングやセルフホスト用)

SPORTSCORE_UA

sportscore-mcp/0.3 (+https://sportscore.com/developers/)

User-Agent文字列の上書き

SPORTSCORE_HTTP_PORT

(設定なし)

設定した場合、stdioの代わりにこのポートでStreamable HTTPサーバーとして実行

SPORTSCORE_HTTP_HOST

127.0.0.1

HTTPモード実行時のバインド先アドレス

SPORTSCORE_NO_TELEMETRY

(設定なし)

1 に設定すると、オプトアウト可能なインストールpingを無効化(下記参照)

匿名インストールping(オプトアウト可能)

起動時に、サーバーは以下のペイロードで https://sportscore.com/api/mcp/ping/ に対して一度だけPOSTリクエストを送信します:

{ "client": "sportscore-mcp", "version": "0.3.0", "transport": "stdio", "host": "darwin", "node": "20.11.0" }

これがペイロードのすべてです。ユーザーID、IPアドレス、Cookie、フィンガープリントは含まれません。週間のアクティブインストール数やNode/OSの分布を把握し、サポートの参考にしています。オプトアウトするには SPORTSCORE_NO_TELEMETRY=1 を設定してください。

ツール

ツール

用途

必須引数

get_matches

ライブおよび直近の試合

sport

get_match_detail

スラグによる個別の試合詳細

sport, slug

get_team_schedule

チームの試合日程

sport, slug

get_standings

リーグ順位表

sport, slug

get_top_scorers

得点王/アシスト王

sport, slug

get_player

選手統計

sport, slug

get_bracket

トーナメント表

sport, slug

get_tracker

ライブトラッカーデータ

sport, id

パラメータの詳細およびレスポンス形式: sportscore.com/developers/ · OpenAPI 3.0 spec

帰属表示

このMCPサーバーは、すべてのツール結果に Powered by SportScore という帰属表示を含めます。無料版APIでは、エンドユーザー向けの出力においてこの表示を維持することが求められています。プロンプトや後処理で削除しないでください。

帰属表示の削除が必要な商用/ホワイトラベル利用については、api@sportscore.com までお問い合わせください。利用規約: sportscore.com/developers/terms/

レート制限

無料枠:約1000リクエスト/24時間/IP、60秒のエッジキャッシュ。一般的なMCPワークフローには十分です。チャットセッションでこの制限に達することはありません。大量利用や商用利用については、api@sportscore.com までお問い合わせください。

ライセンス

MIT — LICENSE を参照してください。

リンク

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides access to comprehensive sports data from 5 major leagues (NBA, NFL, MLB, EPL, NHL) including teams, players, games, statistics, standings, injuries, and betting odds through 67+ endpoints. Enables users to query sports information and analytics through natural language.
    12
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to access comprehensive sports data including football, basketball, American football, and hockey leagues via 11 tools, with no API key required.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables fetching sportsbook odds, live scores, and event information across 70+ books and 30+ leagues, with tools to list sports, get scores, and discover events.
    8
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server that enables Claude Desktop to access real-time sports data including live scores, fixtures, standings, and NBA statistics using free APIs.

View all related MCP servers

Related MCP Connectors

  • Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required)

  • ESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API.

  • API-Football MCP — comprehensive soccer/football data

View all MCP Connectors

Latest Blog Posts

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/Backspace-me/sportscore-mcp'

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