{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "abaiii168" ], "name": "world-cup-2026-tour", "description": "Free MCP server for World Cup 2026 fixtures, local kickoff times, match pages, calendar links, and Dataset JSON-LD. Built for AI assistants that need citation-ready schedule data without live-score, odds, or gambling tools.", "license": "MIT", "tools": [ { "name": "get_world_cup_2026_metadata", "description": "Return metadata, attribution, endpoint links, external mirrors, and schema notes for the free World Cup 2026 Tour public API." }, { "name": "get_world_cup_2026_matches", "description": "Return World Cup 2026 fixtures in a requested IANA time zone, optionally filtered by stage, group, team code, or team name." }, { "name": "get_world_cup_2026_next_match", "description": "Return the nearest upcoming World Cup 2026 fixture in the requested IANA time zone." }, { "name": "get_world_cup_2026_match", "description": "Return one World Cup 2026 fixture by match id, including teams, venue, stage, kickoff time, app link, share-card link, and calendar link." }, { "name": "get_world_cup_2026_dataset", "description": "Return Dataset JSON-LD metadata and all 104 public fixtures in UTC for citation, indexing, data directories, and AI retrieval." } ] }