FotMoCP
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., "@FotMoCPsearch for Liverpool FC"
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.
FotMoCP
I built FotMoCP so an MCP client can check live FotMob data before analyzing a football match. Its ten read-only tools cover match stats, team form, injuries, and player workload. It does not make predictions.
What you need
Node.js 22 or newer
Internet access to
www.fotmob.com
Related MCP server: mcp-football
Run it
FotMoCP only uses modules included with Node.js, so there is nothing to install from npm.
npm run check
npm startnpm run check runs the tests and builds dist/. Use npm run build when you only want to rebuild the runtime files.
Add it to an MCP client
{
"mcpServers": {
"fotmob": {
"command": "node",
"args": ["/absolute/path/to/FotMoCP/dist/index.js"],
"cwd": "/absolute/path/to/FotMoCP"
}
}
}On Windows, use escaped backslashes:
{
"mcpServers": {
"fotmob": {
"command": "node",
"args": ["C:\\Users\\your-name\\FotMoCP\\dist\\index.js"],
"cwd": "C:\\Users\\your-name\\FotMoCP"
}
}
}Tools
Tool | Data returned |
| Team, player, league, and match IDs |
| Match IDs and scores for |
| Score, team stats, and player stats; accepts an ID or FotMob URL |
| Clock, events, lineups, momentum, form, venue, and weather; accepts an ID or FotMob URL |
| Saves, save percentage, xGOT faced, and goals prevented; accepts an ID or FotMob URL |
| Recent results, home/away splits, ranking, and per-match xG |
| Table record, xG, xGA, xPoints, and FIFA ranking |
| Reported injuries and return dates |
| Results after leading or trailing |
| Recent minutes, last match, and injury status |
Limits
FotMob does not document these site endpoints as a public API, so they may change without notice. FotMoCP only makes GET requests and does not cache or save responses.
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 Servers
- Flicense-qualityDmaintenanceProvides programmatic access to comprehensive football statistics and live match data via API-Football, enabling applications to retrieve league standings, team fixtures, player statistics, and real-time match events.Last updated6
- FlicenseAqualityCmaintenanceProvides live football data through MCP tools, enabling users to fetch today's matches and top scorers for competitions like the Premier League or World Cup.Last updated2
- Alicense-qualityCmaintenanceMCP server that provides structured access to real-time sportsbook data from iddaa, including live events, competitions, and league fixtures with strategy analysis. Designed for AI agents and automation workflows.Last updated79MIT
- Flicense-qualityDmaintenanceProvides live football match data from Sofascore, including formations, injuries, betting odds, and league positions, enabling natural language queries about matches.Last updated
Related MCP Connectors
API-Football MCP — comprehensive soccer/football data
Football-Data.org MCP — soccer competitions, matches, standings
OpenLigaDB MCP — community-run, keyless football / soccer match data.
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/Margeshy/FotMoCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server