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

Available Tools

1 tool
get_today_matchesA

Returns a list of matches scheduled for today in the World Cup 2026.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, but the description discloses the read-only nature (returns a list) and temporal scope. However, it lacks details like timezone handling or data freshness, preventing a higher score.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence with no wasted words, front-loading the action and resource.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter read tool with simple output, the description adequately covers the tool's function. No output schema exists, but the description suffices.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters exist, so baseline 4 applies. The description adds no param info, which is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Returns' and resource 'matches scheduled for today in the World Cup 2026', clearly stating the tool's function. With no sibling tools, differentiation is unnecessary.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context (when you need today's matches) without explicit when-not or alternatives, which is acceptable given the lack of siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev0.1.0
    • First observedget_today_matches

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of ambiguity between tools.

Naming Consistency5/5

With a single tool, naming consistency is not applicable; the name is clear and follows a standard verb_noun pattern.

Tool Count1/5

A World Cup 2026 server should have many more tools (e.g., for standings, teams, players, history) to cover the domain; a single tool is extremely inadequate.

Completeness1/5

The server only provides today's matches, leaving out critical functionality such as viewing previous results, team details, or future schedules, making it severely incomplete.

Maintenance

ActivityStale
ResponsivenessNo issues

Related MCP Connectors

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.
    18
    1,460 npm
    34
    MIT
  • F
    license
    A
    quality
    D
    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.
    2
    -
  • A
    license
    A
    quality
    F
    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.
    5
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to interact with the Footics World Cup 2026 prediction game, reading matches, standings, predictions, and optionally submitting predictions.
    MIT