Football Live MCP
Football Live MCP
Remote-MCP-Server, der Live-Fußballdaten von API-Football über HTTP bereitstellt und JSON-RPC 2.0 direkt ohne MCP-SDK implementiert.
Begleitprojekt zum lokalen Football Intelligence MCP-Server: Dieser dient der aktuellen Saison, während der lokale die historische Datenbank (2010–2025) in PostgreSQL bedient.
Protokoll
Transport: HTTP. Ein einziger Endpunkt, eine JSON-RPC-Nachricht pro Anfrage.
Endpunkt | Zweck |
| Health Check. Gibt Servername, Version und Anzahl der Tools zurück. |
| JSON-RPC-2.0-Nachrichten. Benachrichtigungen geben |
Implementierte Methoden: initialize, notifications/initialized, ping,
tools/list, tools/call.
Protokollversion: 2025-06-18.
Tools
Tool | Argumente | Rückgabe |
|
| Geplante Spiele im Zeitfenster |
|
| Abgeschlossene Spiele mit Ergebnissen |
|
| Live-Ligatabelle |
|
| Verletzte/gesperrte Spieler |
| — | Aktuell laufende Spiele |
|
| Team-IDs von API-Football |
Liga-IDs: 39 Premier League, 140 La Liga, 135 Serie A, 78
Bundesliga, 61 Ligue 1, 94 Primeira Liga, 2 UEFA Champions League.
Lokal ausführen
pip install -r requirements.txt
export API_FOOTBALL_KEY=your_key_here
python server.py # listens on :8080Überprüfen:
curl http://localhost:8080/
curl -X POST http://localhost:8080/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Auf Render bereitstellen
Übertrage dieses Verzeichnis in ein GitHub-Repository.
Erstelle in Render einen New Web Service und verbinde dieses Repository.
Render liest
render.yaml; bestätige die Python-Laufzeit und den kostenlosen Plan.Füge die Umgebungsvariable
API_FOOTBALL_KEYmit deinem API-Football-Schlüssel hinzu.Stelle bereit. Der öffentliche Endpunkt lautet
https://<service>.onrender.com/mcp.
Der kostenlose Plan versetzt den Dienst nach Inaktivität in den Ruhezustand, daher dauert die erste Anfrage nach einer Pause etwa 50 Sekunden. Rufe GET / einmal vor einer Live-Demo auf, um ihn aufzuwecken.
Verwendung über einen MCP-Host
Füge der Host-Konfiguration einen Eintrag mit einem url-Feld hinzu:
{
"mcpServers": {
"football_live": { "url": "https://<service>.onrender.com/mcp" }
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
API-Football MCP — comprehensive soccer/football data
Football-Data.org MCP — soccer competitions, matches, standings
Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jjaquezito/MCP_Remoto'
If you have feedback or need assistance with the MCP directory API, please join our Discord server