AI Agent Hub
Back to plugins
football-mcp preview

football-mcp

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install HOWILLMAKEIT/football-mcp

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install HOWILLMAKEIT/football-mcp inside DeepSeek Harness to install this plugin; the source code is available at https://github.com/HOWILLMAKEIT/football-mcp .

About this plugin

AI agents that reason about football have long lacked a clean, structured data interface—most solutions force the model to scrape pages or parse CSV files by hand. football-mcp bridges that gap by exposing match results, stats, odds, standings, form, and head-to-head records as ready-to-call MCP tools, with no API key required.

The plugin fuses two complementary data pipelines: football-data.co.uk supplies in-depth coverage of 18 European leagues from the 1993-94 season onward, including half-time scores, referee cards, corners, and roughly 20 bookmakers' 1X2 open/close odds, Pinnacle lines, over/under 2.5, and Asian handicaps; ESPN's scoreboard layer adds minute-level freshness and live status for 8 cup competitions. Eight tools—list_competitions, list_teams, get_matches, get_standings with as-of-date lookback, get_team_form, get_head_to_head with penalty-won matches disclosed separately, list_cup_competitions, and get_cup_matches—cover the full analytical workflow.

It is aimed at football data analysts, betting researchers, sports content writers, and developers building sports-focused agents or automated pipelines. Any agent that speaks the stdio MCP protocol can start querying matches the moment the server is up.

Screenshots

Use Cases

  • An agent fetches league standings and auto-generates a weekly digest
  • Compare head-to-head records and recent form to sharpen match prediction
  • Aggregate roughly 20 bookmakers' 1X2 and O/U 2.5 lines to spot market divergence

Best For

  • Developers building sports-focused AI agents or workflow pipelines
  • Competition analysts who need structured, queryable match data
  • Engineers automating betting-research and content pipelines