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.
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.
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 Desktop
Add to your claude_desktop_config.json:
Config file location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Troubleshooting: If the server fails to connect, try installing globally first:
Then use this config:
Claude.ai (Remote)
Go to Settings > Connectors
Click Add custom connector
Enter:
https://ru7m5svay1.execute-api.eu-central-1.amazonaws.com/prod/mcp
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.