Skip to main content
Glama
mgphp

matchday-mcp

by mgphp

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

get_fixtures

GET /fixtures

get_match

GET /matches/:id

id

get_table

GET /table

get_squad

GET /squad

Read-only — see docs/PROJECT_PLAN.md for what's next.

Setup

Requires a deployed matchday-api instance and its API key.

npm install
npm run build

Add 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.

-
license - not tested
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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