Labsco
abaiii168 logo

World Cup 2026 MCP Server

โ˜… 1

from abaiii168

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

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” a free MCP server wrapping the public World Cup 2026 Tour schedule API, letting AI assistants fetch fixtures, kickoff times, and match data without an API key.

What you get โ€”

  • get_world_cup_2026_matches โ€” all fixtures in any IANA time zone, filterable by stage, group, team, limit (e.g. "List Mexico's group-stage matches in Mexico City time")
  • get_world_cup_2026_next_match โ€” nearest upcoming fixture in a chosen time zone
  • get_world_cup_2026_match โ€” one fixture by public id (with calendar link)
  • get_world_cup_2026_metadata and get_world_cup_2026_dataset โ€” attribution and full 104-fixture JSON-LD dataset

Requirements โ€” nothing โ€” no API key needed; just Node.js. (Docker/OCI image also provided.)

Cost snapshot โ€” free and open source (MIT). It wraps a free public endpoint โ€” the README asks you to cache responsibly and link back.

Setup effort โ€” clone, npm install, point your client at src/index.js (or run the Docker image).

Our take โ€” A tidy, no-friction pick for World Cup 2026 schedule queries; just note it depends on one third-party community app's free endpoint, so availability and data accuracy ride on that upstream service.

Source: the project README โ€” summarized 2026-07-08.