Back to MCP Servers

Claudinho

Live scores, fixtures, standings, and read-only prediction-market signals for the 2026 World Cup. No API keys.

sportsapi

Installation

npx -y claudinho

Configuration

{
  "mcpServers": {
    "claudinho": {
      "command": "npx",
      "args": ["-y", "claudinho"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub