MCP Football Server

by yalmeidarj

Not rated
GitHub

About

Provides football (soccer) data using the API-Football service.

Details

Author
yalmeidarj
Categories
Database, Other, API

Setup

Install MCP Football Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/yalmeidarj/mcp-football-server

Follow the installation instructions in the repository README, then restart your MCP client.

MCP Football Serveris a lightweightModel Context Protocol(MCP) tool server that provides football (soccer) data to clients and AI assistants via API-Football. Designed for sports analysts and general users, it enables real-time access to fixtures, standings, teams, players, and more.

MCP Football Server exposes a suite of tools that an AI or application can call to fetch football data. Key features include:

- Fixtures by date
- League standings
- Team and player info
- Transfers, injuries, head-to-head
- Easy integration with MCP clients

git clone https://github.com/yalmeidarj/mcp-football-server.git cd mcp-football-server npm install

The server communicates via STDIN/STDOUT using MCP JSON-RPC. The build step transpiles source files into the build/ directory, and npm start runs the compiled server GitHub. After building, you can also use the football command (defined as a binary in the package) to start the server GitHub.

- Add the following to yourclaude_desktop_config.json:

{ "mcpServers": { "football": { "command": "node", "args": ["<path_to>/build/main.js"], "env": { "RAPIDAPI_KEY": "<your_rapidapi_key>", "RAPIDAPI_HOST": "api-football-v1.p.rapidapi.com" } } } }

Claude will launch the server automatically and use its tools for football-related queries.

- Node.js+TypeScript
- MCP SDKfor stdio-based tool serving
- node-fetchfor API calls
- Zodfor parameter validation

Access college football statistics from the College Football Data API.

Access Formula 1 data, including race results, driver standings, and circuit information.

Access extensive Formula 1 statistics and information using the FastF1 library and OpenF1 API.

Access MLB game data, standings, and player statistics using the SportRadar API.

The hockey data API. Stats, odds, and everything between.

41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more.

Provides club information and advanced player statistics for Euroleague and Eurocup basketball from the Euroleague API.

An MCP server for the NHL API, providing access to all documented endpoints.

Provides real-time football match information from the SoccerDataAPI using natural language.

Provides football (soccer) statistics and live match data using the API-Football service.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.