World Cup History MCP
世界杯历史 MCP
作者:Zafronix · npm:
@zafronix/wc-mcp· MIT 协议
这是一个模型上下文协议 (MCP) 服务器,为 Claude / Cursor / 任何支持 MCP 的智能体提供自 1930 年以来每一届 FIFA 世界杯的权威数据。涵盖 23 届赛事、1,168+ 场比赛、2,500+ 名球员、206 座体育场。 所有数据通过 15 个类型化的工具公开,让模型不再对参赛阵容、比分、对阵图和体育场海拔等信息产生幻觉。
由公开的 Zafronix 世界杯 API 提供支持——提供免费层级(需 API Key),每日 1,000 次请求,无需绑定银行卡。
为什么使用它
大语言模型在以下方面表现不可靠:
训练数据窗口之前的确切赛事结果。
球员名单详情(球衣号码、出生日期、队长)。
淘汰赛路径和确切比分。
体育场事实(容量、海拔、启用年份)。
此 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 Key
https://api.zafronix.com/signup免费层级每日 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 年每一届世界杯(年份、主办国、冠军)。 |
| 完整赛事:球队、对阵图、奖项、参赛阵容。 |
| 2-6 年份的赛事数据对比。 |
| 历史球员姓名搜索。 |
| 球员参加过的每一届世界杯。 |
| 每一支参赛过的国家队,可选足联筛选。 |
| 国家队跨届赛事总结。 |
| 某一年某支球队的完整阵容。 |
| 每一座世界杯场馆及其海拔和坐标。 |
| 通过 slug 获取单个场馆信息。 |
| 按年份 / 阶段 / 日期筛选。 |
| 单场比赛详情,包括比分、上座率和裁判。 |
| 每年精选的事实冷知识。 |
| 计算包含 FIFA 决胜规则的小组积分榜。 |
| 完整的淘汰赛对阵图。 |
示例提示词 (在启用此 MCP 的 Claude Desktop 中)
“比较贝利和梅西在世界杯上的表现。”
“历史上海拔最高的世界杯体育场是哪座?那里的进球总数与海平面场馆相比如何?”
“展示意大利 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