World Cup History MCP
월드컵 역사 MCP
by Zafronix · npm:
@zafronix/wc-mcp· MIT 라이선스
Claude / Cursor / 모든 MCP 지원 에이전트에게 1930년부터의 모든 FIFA 월드컵에 대한 근거 있는 접근 권한을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 23개 대회. 1,168개 이상의 경기. 2,500명 이상의 선수. 206개의 경기장. 모델이 선수단, 점수, 대진표, 경기장 고도에 대해 환각을 일으키지 않도록 15개의 타입이 지정된 도구로 노출됩니다.
공개 Zafronix 월드컵 API 기반 — 키가 포함된 무료 티어, 일일 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,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개 연도의 통계 비교. |
| 역사 전반에 걸친 선수 이름 검색. |
| 선수가 출전한 모든 월드컵. |
| 출전한 모든 국가, 선택적 연맹 필터. |
| 국가별 대회 요약. |
| 특정 연도의 특정 팀 전체 선수단. |
| 고도 + 좌표가 포함된 모든 월드컵 경기장. |
| 슬러그별 단일 경기장. |
| 연도 / 단계 / 날짜별 필터링. |
| 점수 + 관중 수 + 심판이 포함된 단일 경기. |
| 연도별 엄선된 사실 정보. |
| FIFA 타이브레이커가 적용된 계산된 조별 순위표. |
| 전체 토너먼트 대진표. |
예시 프롬프트 (Claude Desktop에서 이 MCP가 활성화된 경우)
"월드컵에서 펠레와 메시를 비교해 줘."
"역대 가장 높은 고도의 월드컵 경기장은 어디였으며, 그곳의 총 득점 수는 해수면 경기장과 어떻게 비교되나요?"
"이탈리아의 2006년 선수단을 포지션과 클럽별로 보여줘."
"아르헨티나의 2022년 우승 경로를 추적해 줘 — 모든 경기, 모든 점수."
"월드컵 8강에 진출한 모든 아프리카 국가를 나열해 줘."
개발
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