matchday-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., "@matchday-mcpshow me the league table"
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.
matchday-mcp
An MCP server that exposes the matchday app's fixtures, match detail, league table and squad as tools for any MCP-compatible LLM client (Claude Code, Claude Desktop, etc). It's a thin wrapper over matchday-api.
Tools
Tool | Wraps | Args |
|
| — |
|
|
|
|
| — |
|
| — |
Read-only — see docs/PROJECT_PLAN.md for what's next.
Related MCP server: football-scraper-mcp
Setup
Requires a deployed matchday-api instance and its API key.
npm install
npm run buildAdd it to your MCP client config (e.g. .mcp.json):
{
"mcpServers": {
"matchday": {
"command": "node",
"args": ["/path/to/matchday-mcp/dist/index.js"],
"env": {
"MATCHDAY_API_URL": "https://your-function-url.lambda-url.eu-west-2.on.aws",
"MATCHDAY_API_KEY": "your-api-key"
}
}
}
}Once published to npm (see project plan), command/args can instead be npx / ["-y", "matchday-mcp"].
See .env.example for the required environment variables.
Development
npm run typecheck
npm run lint
npm run format:check
npm test
npm run build # compiles src/ to dist/Cost
No hosting — this runs locally as a process the MCP client spawns over stdio. It just calls the existing matchday-api Lambda, which stays inside the AWS always-free tier.
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 Servers
- AlicenseBqualityDmaintenanceEnables interaction with Fantasy Premier League data through natural language queries. Supports retrieving fixtures, league standings, player performance, and other FPL statistics via the official FPL API.16263MIT
- Flicense-qualityDmaintenanceProvides tools to query football match data, odds, standings, and team statistics via natural language, integrating with the football-scraper-api.
- Flicense-qualityDmaintenanceProvides live football match data from Sofascore, including formations, injuries, betting odds, and league positions, enabling natural language queries about matches.1
- FlicenseBqualityBmaintenanceEnables access to live FotMob football data for fixture lookup, team and player research, match details, lineups, league discovery, and search-based entity lookup.76
Related MCP Connectors
API-Football MCP — comprehensive soccer/football data
Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required)
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/mgphp/matchday-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server