← Back to browse

claudinho

Indexed by io.github.arturogarrido

About

Live 2026 World Cup scores, fixtures & standings for your AI agent. No keys. Unofficial fan project.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCLAUDINHO_LANG CLAUDINHO_TZ CLAUDINHO_FLAVOR CLAUDINHO_MARKETS
Claude Code
claude mcp add --env CLAUDINHO_LANG= --env CLAUDINHO_TZ= --env CLAUDINHO_FLAVOR= --env CLAUDINHO_MARKETS= claudinho -- npx @claudinho/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"claudinho","command":"npx","args":["@claudinho/mcp"],"env":{"CLAUDINHO_LANG":"","CLAUDINHO_TZ":"","CLAUDINHO_FLAVOR":"","CLAUDINHO_MARKETS":""}}'
JSON
{
  "mcpServers": {
    "claudinho": {
      "command": "npx",
      "args": [
        "@claudinho/mcp"
      ],
      "env": {
        "CLAUDINHO_LANG": "",
        "CLAUDINHO_TZ": "",
        "CLAUDINHO_FLAVOR": "",
        "CLAUDINHO_MARKETS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.