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-claudinho
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
Latest Blog Posts
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