AgentHubAgentHub

claudinho

MCP ServerMCP Registry官方收录

io.github.arturogarrido/claudinho · v0.4.2

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

概览

claudinho 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

CLAUDINHO_LANG可选

UI language: en, es, pt, or fr (optional; default en)

CLAUDINHO_TZ可选

IANA timezone for kickoff times, e.g. America/Mexico_City (optional; default system)

CLAUDINHO_FLAVOR可选

Commentary flair: off, subtle, or full (optional; default full)

CLAUDINHO_MARKETS可选

Set to 'off' to hide read-only prediction-market signals (optional; informational only)

相关资源

统一 Manifest

{
  "id": "io.github.arturogarrido/claudinho",
  "type": "mcp-server",
  "version": "0.4.2",
  "displayName": "claudinho",
  "description": "Live 2026 World Cup scores, fixtures & standings for your AI agent. No keys. Unofficial fan project.",
  "repository": {
    "url": "https://github.com/arturogarrido/claudinho",
    "source": "github",
    "subfolder": "packages/mcp"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@claudinho/mcp",
        "version": "0.4.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "CLAUDINHO_LANG",
            "description": "UI language: en, es, pt, or fr (optional; default en)"
          },
          {
            "name": "CLAUDINHO_TZ",
            "description": "IANA timezone for kickoff times, e.g. America/Mexico_City (optional; default system)"
          },
          {
            "name": "CLAUDINHO_FLAVOR",
            "description": "Commentary flair: off, subtle, or full (optional; default full)"
          },
          {
            "name": "CLAUDINHO_MARKETS",
            "description": "Set to 'off' to hide read-only prediction-market signals (optional; informational only)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.arturogarrido/claudinho",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.arturogarrido%2Fclaudinho/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
claudinho — MCP Server 安装与配置 · AgentHub