SportScore
sportscore-mcp
SportScore 用のMCPサーバーです。サッカー、バスケットボール、クリケット、テニスのライブスコア、試合詳細、順位表、得点ランキング、トーナメント表、選手統計を提供します。無料の公開APIで、CORS対応、APIキーは不要です。
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ドキュメントを参照してください。
設定
環境変数(オプション):
変数 | デフォルト | 用途 |
|
| APIベースURLの上書き(ステージングやセルフホスト用) |
|
| User-Agent文字列の上書き |
| (設定なし) | 設定した場合、stdioの代わりにこのポートでStreamable HTTPサーバーとして実行 |
|
| HTTPモード実行時のバインド先アドレス |
| (設定なし) |
|
匿名インストール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 を設定してください。
ツール
ツール | 用途 | 必須引数 |
| ライブおよび直近の試合 |
|
| スラグによる個別の試合詳細 |
|
| チームの試合日程 |
|
| リーグ順位表 |
|
| 得点王/アシスト王 |
|
| 選手統計 |
|
| トーナメント表 |
|
| ライブトラッカーデータ |
|
パラメータの詳細およびレスポンス形式: 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 を参照してください。
リンク
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceProvides 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.12MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access comprehensive sports data including football, basketball, American football, and hockey leagues via 11 tools, with no API key required.MIT
- AlicenseNot gradedqualityCmaintenanceEnables fetching sportsbook odds, live scores, and event information across 70+ books and 30+ leagues, with tools to list sports, get scores, and discover events.8MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that enables Claude Desktop to access real-time sports data including live scores, fixtures, standings, and NBA statistics using free APIs.
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
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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