Skip to main content
Glama
friozi

World Cup 2026

by friozi

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

  • uv

Installation

uv sync

Usage

Development mode (MCP Inspector)

uv run mcp dev server.py

Install 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.py

Data

Match data lives in data/worldcup.json, with the following structure per match:

Field

Description

round

Competition stage (e.g. Matchday 1, Round of 16, Final)

num

Match number

date

Date in YYYY-MM-DD format

time

Kickoff time (with UTC offset)

team1 / team2

Home / away team

group

Group stage group

ground

Match venue

score

Score (ft/ht), absent for matches not yet played

goals1 / goals2

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 data
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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