MCP Hub
Back to servers

football-data-mcp-server

MCP server for football-data.org — competitions, matches, standings, teams, players, top scorers

npm119/wk
Updated
Mar 31, 2026

Quick Install

npx -y football-data-mcp-server

Football Data MCP Server

⚽ Football Data MCP Server

CI License: MIT

A Model Context Protocol (MCP) server that gives AI assistants (GitHub Copilot, Claude, etc.) real-time access to football (soccer) data via the football-data.org API.

🏟️ Live scores • 📊 Standings • 👤 Players • ⚽ Top scorers • 🏆 50+ leagues worldwide


📦 Packages

PackageDescriptionDocs
football-data-mcp-serverMCP server (npm package, standalone CLI)Server README
football-data-mcp-extensionVS Code extension (one-click install)Extension README

🛠️ MCP Tools (9 Total)

ToolDescription
fb_list_competitionsList available leagues, cups, and tournaments
fb_get_competitionGet competition details
fb_get_matchesGet matches by competition, date, status, or matchday
fb_get_matchGet detailed match info with scores and referees
fb_get_standingsLeague table with points, goals, form
fb_get_teamTeam info, squad, coach, venue
fb_get_team_matchesTeam's upcoming and past matches
fb_get_playerPlayer profile and statistics
fb_get_scorersTop scorers by competition

🏁 Quick Start

Option 1: VS Code Extension (Recommended)

  1. Install the extension from VS Code Marketplace
  2. Set your API key in VS Code settings: Football Data MCP > API Key
  3. Get a free API key at football-data.org
  4. Start chatting with your AI assistant about football!

Option 2: Standalone MCP Server

npm install -g football-data-mcp-server
{
  "mcpServers": {
    "football-data": {
      "command": "football-data-mcp-server",
      "env": {
        "FOOTBALL_MCP_API_KEY": "your-api-key"
      }
    }
  }
}

⚖️ License

MIT

Reviews

No reviews yet

Sign in to write a review