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-football

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.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP 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 updated
    18
    422
    35
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Provides 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 updated
    2
  • A
    license
    A
    quality
    B
    maintenance
    Free 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 updated
    5
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI assistants to interact with the Footics World Cup 2026 prediction game, reading matches, standings, predictions, and optionally submitting predictions.
    Last updated
    MIT

View all related MCP servers

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

View all MCP Connectors

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