Fetches World Cup 2026 fixtures, local kickoff times, match details, metadata, and Dataset JSON-LD without an API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by World Cup 2026 Tour.
get_world_cup_2026_metadataAPI metadata, attribution, endpoint links, and schema notes.
get_world_cup_2026_matchesall fixtures in a requested IANA time zone, optionally filtered by stage, group, team, and limit.
get_world_cup_2026_next_matchnearest upcoming fixture in a requested IANA time zone.
get_world_cup_2026_matchone fixture by public match id.
get_world_cup_2026_datasetDataset JSON-LD plus all 104 public fixtures in UTC.
The World Cup 2026 Tour MCP server exposes factual schedule and dataset access for the 2026 FIFA World Cup. It wraps the public World Cup 2026 Tour API and makes its data available through MCP rather than requiring an assistant to call HTTP endpoints directly.
Available operations cover five areas:
The fixture-list operation can narrow results by tournament stage, group, team, and maximum result count. This makes the server suitable for questions about a particular team or phase as well as broad schedule queries.
An MCP client starts the process using stdio transport and invokes the exposed tools. The server requests schedule data from the free public World Cup 2026 Tour API, then returns structured results to the client. Time-zone-aware operations accept IANA time-zone names, allowing match times to be presented in locations such as London or Mexico City.
The data source includes a public application, API documentation, dataset endpoint, Dataset JSON-LD document, and OpenAPI description. The server is focused on factual fixtures, calendar-oriented schedule access, and dataset retrieval. It does not expose live scores or betting and odds information.
The repository setup flow is to clone the project, enter its directory, install its npm dependencies, and run the repository check command. A client configuration starts Node with the project’s src/index.js entry point. The README shows this configuration for Claude Desktop and notes that the path must be an absolute local path.
The World Cup 2026 Tour MCP server does not require an API key. An optional WC26_API_BASE environment variable can point to a compatible self-hosted API when testing; the material does not describe other configuration variables.
A Dockerfile and registry metadata are included. The repository also documents a local Docker build and interactive container smoke check, along with an OCI image target for the project.
The five MCP tools are:
get_world_cup_2026_metadata for API and schema information.get_world_cup_2026_matches for filtered fixtures in a requested IANA time zone.get_world_cup_2026_next_match for the closest upcoming fixture in a requested time zone.get_world_cup_2026_match for a single fixture selected by public match ID.get_world_cup_2026_dataset for Dataset JSON-LD and the complete public fixture set in UTC.Example uses include finding the next match in local time, listing a team’s group-stage fixtures, and obtaining the fixture dataset for citation. The World Cup 2026 Tour MCP server can also expose API attribution and links when an agent needs source context.
No credentials are needed, but clients should cache responsibly and link back to the World Cup 2026 Tour application when using its free data. The server provides schedule and dataset information only; live scores, betting, and odds are intentionally outside its scope. The related Hugging Face AI prediction Space is a separate public demo and is not one of this server’s MCP tools.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/world-cup-2026-tour)<a href="https://allmcps.com/mcp/world-cup-2026-tour"><img src="https://allmcps.com/api/badge/world-cup-2026-tour?style=directory" alt="World Cup 2026 Tour on AllMCPs" /></a>