Skip to content

Add World Cup History MCP server (community)#4132

Open
anar-nrcosolutions wants to merge 1 commit into
modelcontextprotocol:mainfrom
anar-nrcosolutions:add-world-cup-history-mcp
Open

Add World Cup History MCP server (community)#4132
anar-nrcosolutions wants to merge 1 commit into
modelcontextprotocol:mainfrom
anar-nrcosolutions:add-world-cup-history-mcp

Conversation

@anar-nrcosolutions
Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant