← Back to Plugins
MCP Server MCP

io.github.ddevetak/footballcharts-mcp

github By github 👁 1 views ▲ 0 votes

Tables, results, model probabilities and Monte Carlo projections for 90+ football leagues.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "footballcharts-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "football-charts.com API key (free: POST https://footballcharts-backend.onrender.com/api/v1/keys/register/ with {\"email\": ...}, or use the form at https://www.football-charts.com/developers)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...