W
World Cup 2026
An MCP server providing 2026 FIFA World Cup match data, schedules, and statistics for AI agents.
Share:
About
An MCP server providing 2026 FIFA World Cup match data, schedules, and statistics for AI agents.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about World Cup 2026.
- What data does the World Cup 2026 MCP server provide?
- This MCP server delivers 2026 FIFA World Cup match data, including schedules and statistics. It is designed to provide structured information for AI agents consuming World Cup-related content.
- How can I integrate this MCP server into an MCP client?
- Integration typically involves configuring the client with the server's transport type (stdio) and its address. Specific steps depend on the MCP client you are using, such as Claude Desktop, Cursor, or Cline.
- Does the World Cup 2026 MCP server require authentication?
- No, the World Cup 2026 MCP server uses 'none' as its authentication type. This means it does not require an API key, OAuth, or other credentials to access its provided data.
- What are the primary capabilities of this MCP server?
- The server's core capabilities revolve around delivering comprehensive 2026 FIFA World Cup data. This includes access to match schedules, real-time statistics, and potentially historical data relevant to the tournament.
- Are there any known limitations when using this MCP server?
- A realistic limitation is that it relies on the provided standard input/output (stdio) transport. Performance and data throughput may be constrained by the local execution environment and the client's handling of stdio communication.
Install World Cup 2026
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"world-cup-2026": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-world-cup-2026"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"world-cup-2026": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-world-cup-2026"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"world-cup-2026": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-world-cup-2026"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.