World Cup History MCP
ワールドカップ歴史 MCP
by Zafronix · npm:
@zafronix/wc-mcp· MITライセンス
Claude、Cursor、またはMCP対応エージェントが1930年以降の全FIFAワールドカップのデータに正確にアクセスできるようにするModel Context Protocolサーバーです。23大会、1,168試合以上、2,500人以上の選手、206のスタジアムのデータを網羅。15個の型定義されたツールとして公開されているため、モデルが代表メンバー、スコア、トーナメント表、スタジアムの標高などを誤って生成(ハルシネーション)することを防ぎます。
公開されている Zafronix World Cup API を利用しています。無料枠で1日1,000リクエストまで利用可能(クレジットカード不要)。
なぜこれが必要か
LLMは以下の情報において信頼性が低い傾向があります:
学習データ期間以前の正確な大会結果。
代表メンバーの詳細(背番号、生年月日、キャプテン)。
ノックアウトステージの勝ち上がりと正確なスコア。
スタジアムの事実(収容人数、標高、開場年)。
このMCPはZafronix WC APIをラップしているため、モデルは推測する代わりにツールを呼び出して公式の回答を得ることができます。
Related MCP server: mcp-claudinho
インストール
npm install -g @zafronix/wc-mcpまたはソースから実行:
git clone https://github.com/zafronix/wc-mcp
cd wc-mcp
npm install
npm run build無料APIキーの取得
https://api.zafronix.com/signup無料枠で1日1,000リクエストまで利用可能(クレジットカード不要)。
設定 (Claude Desktop)
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) または %APPDATA%\Claude\claude_desktop_config.json (Windows) を編集します:
{
"mcpServers": {
"wc": {
"command": "npx",
"args": ["-y", "@zafronix/wc-mcp"],
"env": {
"WC_API_KEY": "zwc_pk_your_key_here"
}
}
}
}Claude Desktopを再起動してください。入力バーに 🔌 アイコンが表示されます。それをクリックして wc が接続されていることを確認してください。
設定 (Cursor)
設定 → MCP → 新しいサーバーを追加:
{
"mcpServers": {
"wc": {
"command": "npx",
"args": ["-y", "@zafronix/wc-mcp"],
"env": { "WC_API_KEY": "zwc_pk_..." }
}
}
}ツール
ツール | 機能 |
| 1930年から2026年までの全WC(年、開催国、優勝国)。 |
| 大会詳細:チーム、トーナメント表、賞、代表メンバー。 |
| 2〜6大会の統計を並べて比較。 |
| 歴史上の選手名検索。 |
| 選手が出場した全WC。 |
| 出場した全国家(大陸連盟フィルター可)。 |
| 国ごとの大会横断サマリー。 |
| 特定の年のチームの全代表メンバー。 |
| 標高と座標を含む全WC会場。 |
| スラッグによる単一会場の取得。 |
| 年 / ステージ / 日付によるフィルタリング。 |
| スコア、観客数、審判を含む単一試合の取得。 |
| 年ごとの厳選された豆知識。 |
| FIFAのタイブレーカーを用いた計算済みのグループ順位表。 |
| ノックアウトステージの全トーナメント表。 |
プロンプト例 (Claude Desktopで本MCPを有効にした場合)
「ワールドカップにおけるペレとメッシを比較して。」
「史上最も標高の高いワールドカップスタジアムはどこか。また、そこでの総得点は海抜ゼロメートルの会場と比べてどうだったか?」
「イタリアの2006年代表メンバーをポジションと所属クラブ付きで表示して。」
「アルゼンチンの2022年優勝までの軌跡を、全試合と全スコアで追跡して。」
「ワールドカップの準々決勝に進出したことのあるすべてのアフリカの国をリストアップして。」
開発
npm run dev # tsx watch mode
WC_API_KEY=... npm startサーバーはstdioで通信します。MCP CLIでテスト可能です:
npx @modelcontextprotocol/inspector npx tsx src/index.tsライセンス
MIT。
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
- AlicenseAqualityCmaintenanceMCP server for FIFA World Cup 2026 data: matches, teams, venues, city guides, fan zones, visa info, injuries, odds, standings, bracket, and historical matchups. 18 tools, zero external API dependencies.1875234MIT
- AlicenseAqualityAmaintenanceClaudinho gives any MCP client live 2026 World Cup scores, fixtures, group standings, read-only prediction-market signals (Polymarket, informational only), and ready-to-paste match cards. Key-free; the schedule is bundled offline — only live state hits ESPN. Independent fan project — not affiliated with FIFA or Anthropic.928MIT
- FlicenseNot gradedqualityCmaintenanceEnables querying FIFA World Cup player and team statistics for 2010, 2014, 2018, and 2022 through natural language, providing tools for top scorers, player comparisons, team summaries, and more via a Claude-powered CLI.
- FlicenseAqualityBmaintenanceEnables conversational AI to fetch live World Cup matches, standings, results, and generate journalist-style match summaries using MCP tools and prompts.4
Related MCP Connectors
API-Football MCP — comprehensive soccer/football data
Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required)
Football-Data.org MCP — soccer competitions, matches, standings
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/zafronix/wc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server