World Cup 2026
Provides tools for accessing 2026 FIFA World Cup match data, including today's matches, teams, scores, and venues.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@World Cup 2026show me today's World Cup 2026 matches"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP World Cup 2026
MCP server that exposes 2026 FIFA World Cup data as tools for clients such as Claude Desktop.
Available tools
get_today_matches— returns the matches scheduled for today's date (home/away teams, kickoff time, venue, round, group, score and goals, when available).
Related MCP server: mcp-football
Requirements
Python >= 3.10
Installation
uv syncUsage
Development mode (MCP Inspector)
uv run mcp dev server.pyInstall into Claude Desktop
uv run mcp install server.py --name "World Cup 2026"This adds the server under mcpServers in claude_desktop_config.json. Restart Claude Desktop for the tool to appear.
Run directly
uv run server.pyData
Match data lives in data/worldcup.json, with the following structure per match:
Field | Description |
| Competition stage (e.g. |
| Match number |
| Date in |
| Kickoff time (with UTC offset) |
| Home / away team |
| Group stage group |
| Match venue |
| Score ( |
| List of goals (scorer name and minute) for each team |
Project structure
.
├── server.py # Defines the MCP server and registers tools
├── providers/
│ └── worldcup.py # Reads and processes data/worldcup.json
└── data/
└── worldcup.json # Match dataMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
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.Last updated1842235MIT
- FlicenseAqualityCmaintenanceProvides live football data through MCP tools, enabling users to fetch today's matches and top scorers for competitions like the Premier League or World Cup.Last updated2
- AlicenseAqualityBmaintenanceFree MCP server for the World Cup 2026 Tour public schedule API. It enables AI assistants to fetch the 2026 FIFA World Cup schedule, next match, match by ID, and dataset JSON-LD without an API key.Last updated51MIT

Footics MCPofficial
Alicense-qualityCmaintenanceEnables AI assistants to interact with the Footics World Cup 2026 prediction game, reading matches, standings, predictions, and optionally submitting predictions.Last updatedMIT
Related MCP Connectors
TheSportsDB MCP — sports catalog (teams, players, events)
Live geolocated world-event intelligence and a Daily World Brief for AI agents.
API-Football MCP — comprehensive soccer/football data
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/friozi/MCP-World-Cup-2026'
If you have feedback or need assistance with the MCP directory API, please join our Discord server