Footballbin MCP Server

AI match predictions for Premier League & Champions League - scores, goals, corners

Remote serverstreamable-httpGo

What is the Footballbin MCP server?

AI match predictions for Premier League & Champions League - scores, goals, corners. That is what the footballbin mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

A Model Context Protocol (MCP) server that provides AI agents with access to football match predictions for the Premier League and Champions League.

  • AI Match Predictions —
  • Half-time score
  • Full-time score
  • Next goal scorer
  • Corner count predictions
  • Supported Leagues —

What it needs from you

  • Node.js 18+ (check with node --version)

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by billychl1; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Footballbin's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the Footballbin MCP server

**Example configs:**

macOS with nvm:
```json
{
  "mcpServers": {
    "footballbin": {
      "command": "/Users/YOU/.nvm/versions/node/v20.x.x/bin/node",
      "args": ["/Users/YOU/.nvm/versions/node/v20.x.x/lib/node_modules/footballbin-mcp-server/dist/index.js"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 18+ (check with node --version)

Frequently asked questions

It connects Footballbin to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Footballbin directly.