Add World Cup History MCP server (community)#4132
Open
anar-nrcosolutions wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the World Cup History MCP by Zafronix — a Model Context Protocol server for the public Zafronix World Cup API.
npm: @zafronix/wc-mcp
Source: https://github.com/zafronix/zafronix-wc-api/tree/main/mcp
Why
The current Community Servers list has no sports-domain entries. LLMs are unreliable on FIFA World Cup specifics from before their training window — exact scores, full squads, knockout brackets, stadium altitudes. This MCP wraps a public API covering every FIFA World Cup 1930→2026 so MCP-aware agents can answer those questions with grounded data instead of guessing.
What's exposed
15 tools:
list_tournaments,get_tournament,compare_tournaments,search_players,get_player_career,list_teams,get_team,get_team_roster,list_stadiums,get_stadium,list_matches,get_match,get_trivia,get_standings,get_bracket.Install
{ "mcpServers": { "wc": { "command": "npx", "args": ["-y", "@zafronix/wc-mcp"], "env": { "WC_API_KEY": "zwc_pk_..." } } } }Free API key at https://api.zafronix.com/signup (1,000 req/day, no card).
License
MIT.
Live demo
The companion sample dashboard at https://api.zafronix.com/wc-explorer/ uses the same API. Operators can preview the data shape before installing.