football-api-mcp
football-api-mcp
MCP (Model Context Protocol)-Server für die 5DollarFootballAPI — liefert Claude, Cursor und jedem MCP-fähigen KI-Assistenten Live-Fußballdaten: Spieltage, Live-Ergebnisse, Tabellen, Statistiken, Wettquoten und die vollständige Historie der Quotenbewegungen, einschließlich Eckball- und Kartenlinien.
Fragen Sie Ihren Assistenten zum Beispiel:
"Welche Premier-League-Spiele finden heute statt und wie stehen die aktuellen Ergebnisse?"
"Zeig mir die Eckballtabelle für Liga 39 in dieser Saison."
"Wie haben sich die 1x2-Quoten für Spiel 1234567 vor dem Anpfiff bewegt?"
Einrichtung
Sie benötigen einen API-Schlüssel von 5dollarfootballapi.com — der kostenlose Tarif (ohne Kreditkarte) umfasst Spieltage, Live-Ergebnisse und Tabellen; Quoten-Tools erfordern einen kostenpflichtigen Plan (ab $5/Monat).
Claude Code
claude mcp add football-api -e FIVEDOLLARFOOTBALL_API_KEY=fb_live_your_key -- npx -y football-api-mcpClaude Desktop
Fügen Sie Folgendes zu claude_desktop_config.json hinzu:
{
"mcpServers": {
"football-api": {
"command": "npx",
"args": ["-y", "football-api-mcp"],
"env": { "FIVEDOLLARFOOTBALL_API_KEY": "fb_live_your_key" }
}
}
}Cursor
Fügen Sie Folgendes zu .cursor/mcp.json (Projekt) oder ~/.cursor/mcp.json (global) hinzu:
{
"mcpServers": {
"football-api": {
"command": "npx",
"args": ["-y", "football-api-mcp"],
"env": { "FIVEDOLLARFOOTBALL_API_KEY": "fb_live_your_key" }
}
}
}Tools
Tool | Wofür es dient |
| Spieltage für einen Kalendertag (Standard: heute, UTC) mit Live-Ergebnissen, Eckbällen, Karten |
| Ein einzelnes Spiel, optional mit Ereignisverlauf und Spielstatistiken |
| Aktuelle Quoten: 1x2, Asiatisches Handicap, Torlinie, Eckball-Linie, Kartenlinien, BTTS |
| Jede aufgezeichnete Quotenbewegung für ein Spiel und einen Markt — vor dem Spiel und live |
| Buchmacher-Slugs, die in den Quoten-Tools verwendet werden können |
| Ligatabelle — Punkte-, Eckball- oder Kartentabelle |
| Liga- und Länder-IDs nach Namen finden |
| Spieltage und Ergebnisse einer Ligasaison |
| Die Spiele eines Teams, neueste zuerst |
| Ihr Plan, Ihre Nutzung und der Rate-Limit-Status |
Alle Tools sind schreibgeschützt. Fehler werden als Tool-Fehler mit dem API-Fehlercode und der Request-ID zurückgegeben, sodass der Assistent erklären kann, was schiefgelaufen ist.
Entwicklung
npm install
npm test # in-memory MCP client/server tests, no network
FIVEDOLLARFOOTBALL_API_KEY=... npm start # run over stdioDer zugrunde liegende HTTP-Client ist das offizielle fivedollarfootball-Paket. Endpunkt-Referenz: 5dollarfootballapi.com/docs.
Lizenz
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
Live odds, cross-book +EV and graded player-prop results across 24 books. Hosted endpoint included.
Football-Data.org MCP — soccer competitions, matches, standings
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/5dollarfootball-api/football-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server