The FootballBin MCP Server provides AI-powered football match predictions for Premier League and Champions League competitions.
Key capabilities:
Get match predictions using the
get_match_predictionstool with detailed forecasts including half-time scores, full-time scores, next goal scorer, corner counts, and confidence levelsFilter predictions by league (EPL/PL or UCL/CL), matchweek number, home team, and/or away team
Access key player insights with reasoning for each predicted match
View match details including kickoff times, match IDs, and match status
Use flexible team aliases (e.g., "united" for Man Utd, "spurs" for Tottenham, "barca" for Barcelona)
Integrate via multiple methods: npm package, npx execution, remote HTTPS endpoint, or Claude.ai connector
Make direct API calls using JSON-RPC 2.0 protocol for integration with AI agents and MCP clients
Provides AI-powered match predictions for Premier League games, including half-time and full-time scores, next goal scorer, corner counts, and key player insights.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FootballBin MCP Serverget predictions for the next Manchester United match"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FootballBin MCP Server
A Model Context Protocol (MCP) server that provides AI agents with access to football match predictions for the Premier League and Champions League.
Requirements
Node.js 18+ (check with
node --version)
Installation
Option 1: npm (Recommended)
Option 2: npx (No Install)
Option 3: Remote Endpoint
No installation required - use the hosted endpoint directly:
Quick Start
Claude.ai (Easiest - No Install)
Go to Settings > Connectors
Click Add custom connector
Enter:
https://ru7m5svay1.execute-api.eu-central-1.amazonaws.com/prod/mcp
Claude Desktop
Requires Node.js 18+
Step 1: Install globally
Step 2: Find your Node.js path (must be v18+)
Step 3: Add to claude_desktop_config.json:
Example configs:
macOS with nvm:
macOS with Homebrew:
Windows:
Config file location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Other MCP Clients
Use the remote endpoint:
Features
AI Match Predictions:
Half-time score
Full-time score
Next goal scorer
Corner count predictions
Supported Leagues:
Premier League (EPL)
UEFA Champions League (UCL)
Key Players: Each match includes key player insights with reasoning
Tool: get_match_predictions
Input Parameters
Parameter | Type | Required | Description |
| string | Yes |
|
| number | No | Matchweek number (defaults to current) |
| string | No | Filter by home team (e.g., |
| string | No | Filter by away team (e.g., |
Team Aliases
Alias | Maps To |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example Response
Direct API Usage
List Tools
Get Predictions
Registry Links
Official MCP Registry: https://registry.modelcontextprotocol.io
FootballBin App
Get the full experience with the FootballBin iOS app:
Features:
Live match tracking
AI player valuations
Detailed match predictions
Player news and discussions
Technical Details
Protocol: JSON-RPC 2.0 / MCP
Transport: stdio (npm) or HTTPS (remote)
Runtime: Node.js 20+
Error Codes
Code | Meaning |
-32700 | Parse error |
-32600 | Invalid request |
-32601 | Method not found |
-32602 | Invalid params |
License
MIT License - see LICENSE file.