football-api-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@football-api-mcpWhat Premier League matches are on today with current scores?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
football-api-mcp
MCP (Model Context Protocol) server for the 5DollarFootballAPI — gives Claude, Cursor and any MCP-capable AI assistant live football (soccer) data: fixtures, live scores, standings, statistics, betting odds and the full odds movement history, including corner and card lines.
Ask your assistant things like:
"What Premier League matches are on today, and what are the current scores?"
"Show the corner standings for league 39 this season."
"How did the 1x2 odds move for fixture 1234567 before kickoff?"
Setup
You need an API key from 5dollarfootballapi.com — the free tier (no card) covers fixtures, live scores and standings; odds tools need a paid plan (from $5/mo).
Claude Code
claude mcp add football-api -e FIVEDOLLARFOOTBALL_API_KEY=fb_live_your_key -- npx -y football-api-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"football-api": {
"command": "npx",
"args": ["-y", "football-api-mcp"],
"env": { "FIVEDOLLARFOOTBALL_API_KEY": "fb_live_your_key" }
}
}
}Cursor
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"football-api": {
"command": "npx",
"args": ["-y", "football-api-mcp"],
"env": { "FIVEDOLLARFOOTBALL_API_KEY": "fb_live_your_key" }
}
}
}Tools
Tool | What it does |
| Fixtures for a calendar day (default today, UTC) with live scores, corners, cards |
| One fixture, optionally with the event timeline and match statistics |
| Current odds: 1x2, Asian handicap, goal line, corner line, card lines, BTTS |
| Every recorded price tick for a fixture and market — pre-match and in-play |
| Bookmaker slugs usable in the odds tools |
| League table — points, corner or card standings |
| Discover league and country ids by name |
| A league season's fixtures and results |
| A team's matches, most recent first |
| Your plan, usage and rate-limit state |
All tools are read-only. Errors come back as tool errors with the API's error code and request id, so the assistant can explain what went wrong.
Development
npm install
npm test # in-memory MCP client/server tests, no network
FIVEDOLLARFOOTBALL_API_KEY=... npm start # run over stdioThe underlying HTTP client is the official fivedollarfootball package. Endpoint reference: 5dollarfootballapi.com/docs.
License
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