{
  "markdown": "# World Cup 2026 MCP Server\n\nFree Model Context Protocol server for the [World Cup 2026 Tour](https://ay-worldcup2026.zeabur.app/) public schedule API.\n\nIt 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.\n\nMCP Registry name: `io.github.abaiii168/world-cup-2026`\n\n## Install\n\n```bash\ngit clone https://github.com/abaiii168/world-cup-2026-mcp-server.git\ncd world-cup-2026-mcp-server\nnpm install\nnpm run check\n```\n\n## Claude Desktop / MCP Client Config\n\n```json\n{\n  \"mcpServers\": {\n    \"world-cup-2026\": {\n      \"command\": \"node\",\n      \"args\": [\"/absolute/path/to/world-cup-2026-mcp-server/src/index.js\"]\n    }\n  }\n}\n```\n\n## OCI / Registry Metadata\n\nThis 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.\n\nOCI image target:\n\n```text\nghcr.io/abaiii168/world-cup-2026-mcp-server:0.1.0\n```\n\nLocal Docker smoke check:\n\n```bash\ndocker build -t world-cup-2026-mcp-server:local .\ndocker run --rm -i world-cup-2026-mcp-server:local\n```\n\n## Tools\n\n- `get_world_cup_2026_metadata` - API metadata, attribution, endpoint links, and schema notes.\n- `get_world_cup_2026_matches` - all fixtures in a requested IANA time zone, optionally filtered by stage, group, team, and limit.\n- `get_world_cup_2026_next_match` - nearest upcoming fixture in a requested IANA time zone.\n- `get_world_cup_2026_match` - one fixture by public match id.\n- `get_world_cup_2026_dataset` - Dataset JSON-LD plus all 104 public fixtures in UTC.\n\n## Example Prompts\n\n- \"What is the next World Cup 2026 match in London time?\"\n- \"List Mexico's World Cup 2026 group-stage matches in Mexico City time.\"\n- \"Give me match 1 with a calendar link.\"\n- \"Fetch the World Cup 2026 fixture dataset for citation.\"\n\n## Data Source\n\nThis MCP server wraps the free public endpoints from World Cup 2026 Tour:\n\n- App: https://ay-worldcup2026.zeabur.app/\n- API docs: https://ay-worldcup2026.zeabur.app/developers\n- Dataset: https://ay-worldcup2026.zeabur.app/dataset\n- Dataset JSON-LD: https://ay-worldcup2026.zeabur.app/dataset.json\n- OpenAPI: https://ay-worldcup2026.zeabur.app/openapi.json\n- Hugging Face AI prediction Space: https://huggingface.co/spaces/abaiii168/world-cup-2026-ai-predictions\n\nPlease cache responsibly and link back to the app when using the free data.\n\n## Related AI Prediction Space\n\nThis MCP server focuses on factual schedule, calendar, and dataset access. For a public, shareable AI prediction demo surface, use the Hugging Face Space:\n\n- AI prediction Space: https://huggingface.co/spaces/abaiii168/world-cup-2026-ai-predictions\n- 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\n\nHelpful agent prompt:\n\n> 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.\n\n## Notes\n\n- No API key is required.\n- The server uses stdio transport.\n- Live scores and betting/odds are intentionally not exposed through this MCP server.\n- Set `WC26_API_BASE` only if you are testing a compatible self-hosted API.\n",
  "bytes": 3357,
  "sha": "62c2364f6747d3468e74e7e0afb63721a4ca21e977062219d86e766503e7a422",
  "repo_slug": "abaiii168/world-cup-2026-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_abaiii168_world_cup_2026_fa9354e9/readme"
}