Skip to main content
Glama
5dollarfootball-api

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-mcp

Claude 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

get_fixtures

Spieltage für einen Kalendertag (Standard: heute, UTC) mit Live-Ergebnissen, Eckbällen, Karten

get_fixture

Ein einzelnes Spiel, optional mit Ereignisverlauf und Spielstatistiken

get_fixture_odds

Aktuelle Quoten: 1x2, Asiatisches Handicap, Torlinie, Eckball-Linie, Kartenlinien, BTTS

get_odds_history

Jede aufgezeichnete Quotenbewegung für ein Spiel und einen Markt — vor dem Spiel und live

get_bookmakers

Buchmacher-Slugs, die in den Quoten-Tools verwendet werden können

get_standings

Ligatabelle — Punkte-, Eckball- oder Kartentabelle

search_leagues / search_countries

Liga- und Länder-IDs nach Namen finden

get_league_fixtures

Spieltage und Ergebnisse einer Ligasaison

get_team_fixtures

Die Spiele eines Teams, neueste zuerst

get_account_status

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 stdio

Der zugrunde liegende HTTP-Client ist das offizielle fivedollarfootball-Paket. Endpunkt-Referenz: 5dollarfootballapi.com/docs.

Lizenz

MIT

-
license - not tested
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all MCP Connectors

Latest Blog Posts

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