Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. World Cup 2026 Tour
W
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:21:24 AM

World Cup 2026 Tour

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Free MCP server for World Cup 2026 fixtures, local kickoff times, and Dataset JSON-LD.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "world-cup-2026-tour": {
      "command": "npx",
      "args": [
        "-y",
        "world-cup-2026-tour"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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

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

Claude Desktop / MCP Client Config

config.json
{
  "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:

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

Local Docker smoke check:

Terminal
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:

  • App: https://ay-worldcup2026.zeabur.app/
  • API docs: https://ay-worldcup2026.zeabur.app/developers
  • Dataset: https://ay-worldcup2026.zeabur.app/dataset
  • Dataset JSON-LD: https://ay-worldcup2026.zeabur.app/dataset.json
  • OpenAPI: https://ay-worldcup2026.zeabur.app/openapi.json
  • Hugging Face AI prediction Space: https://huggingface.co/spaces/abaiii168/world-cup-2026-ai-predictions

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

Related AI Prediction Space

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

  • AI prediction Space: https://huggingface.co/spaces/abaiii168/world-cup-2026-ai-predictions
  • Tonight's Spain vs Cape Verde AI prediction entry: https://ay-worldcup2026.zeabur.app/?match=14&oracle=1&utm_source=mcp_readme&utm_medium=ai_prediction&utm_campaign=wc26_spain_cape_verde

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.

Related MCP Servers

View all in Developer Tools View all alternatives
  • F
    Fantopy

    Free World Cup 2026 prediction game with fixtures, picks, brackets, and leaderboards

    πŸ’» Developer Tools0 views
    Compare vs Fantopy β†’
  • C
    Cricket 2026

    Cricket 2026 MCP β€” T20 World Cup + ICC tour matches. Tournaments, fixtures, players, venues.

    πŸ’» Developer Tools0 views
    Compare vs Cricket 2026 β†’
  • T
    Tour De France 2026

    Tour de France 2026 MCP β€” 21 stages, race phase tracking, kickoff times, stage profiles.

    πŸ’» Developer Tools0 views
    Compare vs Tour De France 2026 β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’

Frequently Asked Questions about World Cup 2026 Tour

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "world-cup-2026-tour": { "command": "npx", "args": ["-y", "World Cup 2026 Tour"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWorld Cup 2026 Tour AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/world-cup-2026-tour?style=directory)](https://allmcps.com/mcp/world-cup-2026-tour)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to World Cup 2026 Tour β†’Install in Claude DesktopInstall in CursorInstall in VS Code