Skip to main content
Glama
zafronix

World Cup History MCP

by zafronix

ワールドカップ歴史 MCP

by Zafronix · npm: @zafronix/wc-mcp · MITライセンス

wc-mcp MCP server

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_..." }
    }
  }
}

ツール

ツール

機能

list_tournaments

1930年から2026年までの全WC(年、開催国、優勝国)。

get_tournament

大会詳細:チーム、トーナメント表、賞、代表メンバー。

compare_tournaments

2〜6大会の統計を並べて比較。

search_players

歴史上の選手名検索。

get_player_career

選手が出場した全WC。

list_teams

出場した全国家(大陸連盟フィルター可)。

get_team

国ごとの大会横断サマリー。

get_team_roster

特定の年のチームの全代表メンバー。

list_stadiums

標高と座標を含む全WC会場。

get_stadium

スラッグによる単一会場の取得。

list_matches

年 / ステージ / 日付によるフィルタリング。

get_match

スコア、観客数、審判を含む単一試合の取得。

get_trivia

年ごとの厳選された豆知識。

get_standings

FIFAのタイブレーカーを用いた計算済みのグループ順位表。

get_bracket

ノックアウトステージの全トーナメント表。

プロンプト例 (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。

Install Server
A
license - permissive license
A
quality
B
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
    A
    quality
    C
    maintenance
    MCP 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.
    18
    752
    34
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Claudinho 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.
    9
    28
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.

View all related MCP servers

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

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/zafronix/wc-mcp'

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