Skip to main content
Glama
abaiii168

World Cup 2026 MCP Server

by abaiii168

World Cup 2026 MCP Server

Free Model Context Protocol server for the World Cup 2026 Tour public schedule API.

It lets AI assistants fetch the 2026 FIFA World Cup schedule, next match, one match by id, and the public Dataset JSON-LD without needing an API key.

MCP Registry name: io.github.abaiii168/world-cup-2026

Install

git clone https://github.com/abaiii168/world-cup-2026-mcp-server.git
cd world-cup-2026-mcp-server
npm install
npm run check

Related MCP server: wcprediction-mcp

Claude Desktop / MCP Client Config

{
  "mcpServers": {
    "world-cup-2026": {
      "command": "node",
      "args": ["/absolute/path/to/world-cup-2026-mcp-server/src/index.js"]
    }
  }
}

OCI / Registry Metadata

This repo includes server.json and a Dockerfile with the required io.modelcontextprotocol.server.name annotation for publishing through GitHub Container Registry and the official MCP Registry.

OCI image target:

ghcr.io/abaiii168/world-cup-2026-mcp-server:0.1.0

Local Docker smoke check:

docker build -t world-cup-2026-mcp-server:local .
docker run --rm -i world-cup-2026-mcp-server:local

Tools

  • get_world_cup_2026_metadata - API metadata, attribution, endpoint links, and schema notes.

  • get_world_cup_2026_matches - all fixtures in a requested IANA time zone, optionally filtered by stage, group, team, and limit.

  • get_world_cup_2026_next_match - nearest upcoming fixture in a requested IANA time zone.

  • get_world_cup_2026_match - one fixture by public match id.

  • get_world_cup_2026_dataset - Dataset JSON-LD plus all 104 public fixtures in UTC.

Example Prompts

  • "What is the next World Cup 2026 match in London time?"

  • "List Mexico's World Cup 2026 group-stage matches in Mexico City time."

  • "Give me match 1 with a calendar link."

  • "Fetch the World Cup 2026 fixture dataset for citation."

Data Source

This MCP server wraps the free public endpoints from World Cup 2026 Tour:

Please cache responsibly and link back to the app when using the free data.

This MCP server focuses on factual schedule, calendar, and dataset access. For a public, shareable AI prediction demo surface, use the Hugging Face Space:

Helpful agent prompt:

Use the World Cup 2026 MCP schedule tools to find the next match in my local time, then share the public AI prediction Space for fans who want a playful prediction result.

Notes

  • No API key is required.

  • The server uses stdio transport.

  • Live scores and betting/odds are intentionally not exposed through this MCP server.

  • Set WC26_API_BASE only if you are testing a compatible self-hosted API.

Install Server
A
license - permissive license
A
quality
B
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
    -
    quality
    B
    maintenance
    MCP server for a World Cup 2026 prediction game assistant, providing tools for live game data via PostgreSQL and semantic search over football articles via RAG.
    Last updated
  • F
    license
    -
    quality
    C
    maintenance
    An MCP server that answers football questions with interactive widgets, centered on the 2026 FIFA World Cup using SofaScore API data.
    Last updated
    1

View all related MCP servers

Related MCP Connectors

  • This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

  • AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

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/abaiii168/world-cup-2026-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server