# io.github.bartokulus/openfoot-mcp (npm · openfoot-mcp)

Football fixtures, standings, lineups, live events and shot-level xG across 75 competitions.

- Trust score: 81/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `openfoot-mcp`: 81/100 (this document), [markdown](https://verifymcp.io/servers/bartokulus-openfoot-mcp/openfoot-mcp.md), [page](https://verifymcp.io/servers/bartokulus-openfoot-mcp/openfoot-mcp)

## Channel facts

- Registry: `npm`
- Package: `openfoot-mcp`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 20 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 776 tokens (~64/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 67/100
  - Stability observed for 20 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 95% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.bartokulus/openfoot-mcp server?

io.github.bartokulus/openfoot-mcp runs locally as an npm package, launched with npx -y openfoot-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add bartokulus-openfoot-mcp -- npx -y openfoot-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "bartokulus-openfoot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openfoot-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "bartokulus-openfoot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openfoot-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add bartokulus-openfoot-mcp -- npx -y openfoot-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bartokulus-openfoot-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "openfoot-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bartokulus-openfoot-mcp --command npx --arg -y --arg openfoot-mcp
```

### Hermes

```yaml
mcp_servers:
  bartokulus-openfoot-mcp:
    command: "npx"
    args: ["-y", "openfoot-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "bartokulus-openfoot-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "openfoot-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add bartokulus-openfoot-mcp -t stdio -c npx -a -y openfoot-mcp
```

### Other

```json
{
  "mcpServers": {
    "bartokulus-openfoot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openfoot-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 75, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-31 (score 72)

First indexed and scored.

## MCP tools (12)

### `openfoot_competitions` (~41 tokens)

List competitions

List the competitions OpenFootAPI supports, with IDs, country codes, tiers and provider coverage. Use this first when you need a valid competition ID.

### `openfoot_search` (~63 tokens)

Search teams and competitions

Search for teams or competitions by fuzzy name to find their canonical OpenFootAPI IDs.

Input parameters:

- `q` (string, required): Search query, e.g. 'Arsenal', 'Real Madrid', 'Bundesliga'
- `type` (string): Optional filter by entity type

### `openfoot_matches` (~151 tokens)

List matches

List fixtures and results with scores, kickoff times, status and teams. Filter by competition, team, status, date or season.

Input parameters:

- `competition` (string): Competition ID, e.g. 'comp_premier_league_eng', 'comp_bundesliga_de'
- `from` (string): Start date in YYYY-MM-DD format
- `limit` (integer): Max matches to return (default 50, max 100)
- `season` (string): Season in YYYY/YY format (e.g. '2025/26')
- `status` (string)
- `team` (string): Team ID or fuzzy name
- `to` (string): End date in YYYY-MM-DD format

### `openfoot_standings` (~92 tokens)

Get standings

Get the league table for a competition — rank, points, played, won, drawn, lost, goals for/against, goal difference and recent form.

Input parameters:

- `competition` (string, required): Competition ID, e.g. 'comp_premier_league_eng', 'comp_bundesliga_de'
- `season` (string): Season in YYYY/YY format (e.g. '2025/26')

### `openfoot_match_lineups` (~38 tokens)

Get match lineups

Confirmed starting XI, benches and formations for a match.

Input parameters:

- `matchId` (string, required): Match ID returned by openfoot_matches

### `openfoot_match_events` (~53 tokens)

Get match events

Timeline of events in a match: goals, assists, yellow/red cards, substitutions, VAR checks, plus live minute-by-minute text commentary.

Input parameters:

- `matchId` (string, required): Match ID returned by openfoot_matches

### `openfoot_match_xg` (~55 tokens)

Get match shot map & xG

Shot-level Expected Goals data with coordinates on the pitch, shot type, situation (open play, penalty, corner), outcome and cumulative xG.

Input parameters:

- `matchId` (string, required): Match ID returned by openfoot_matches

### `openfoot_match_context` (~57 tokens)

Get match context dossier

A complete pre-match or post-match dossier assembled for analysis: recent form, Elo delta, rest days, head-to-head record and model-derived fair match probabilities.

Input parameters:

- `matchId` (string, required): Match ID returned by openfoot_matches

### `openfoot_league_xg` (~103 tokens)

Get league xG analytics

Season-level Expected Goals analytics for a league — teams ranked by xG generated, xG conceded, over/underperformance vs real goals, and shot efficiency.

Input parameters:

- `league` (string, required): League code, e.g. 'epl', 'la-liga', 'bundesliga', 'serie-a', 'ligue-1'
- `season` (string): Season year (e.g. '2025' for 2025/26)

### `openfoot_odds` (~74 tokens)

Get match odds

Fair 1X2 and over/under 2.5 probabilities derived from underlying team form, Elo delta and xG performance.

Input parameters:

- `competition` (string): Competition ID to list odds for
- `date` (string): Date in YYYY-MM-DD format
- `matchId` (string): Specific match ID

### `openfoot_quota` (~29 tokens)

Check API quota

Check your API key's tier, monthly request allowance, requests used this month and reset date.

### `openfoot_health` (~20 tokens)

Check upstream health

Check the operational status of OpenFootAPI without authentication.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/bartokulus-openfoot-mcp/openfoot-mcp#diagnostics

## Score history

- 2026-09-20: 81
- 2026-09-19: 80
- 2026-09-18: 80
- 2026-09-17: 80
- 2026-09-16: 79
- 2026-09-15: 79
- 2026-09-14: 78
- 2026-09-13: 78
- 2026-09-12: 77
- 2026-09-11: 77
- 2026-09-10: 76
- 2026-09-09: 76
- 2026-09-08: 75
- 2026-09-07: 75
- 2026-09-06: 72
- 2026-09-05: 72
- 2026-09-04: 72
- 2026-09-03: 72
- 2026-09-02: 72
- 2026-09-01: 72
- 2026-08-31: 72

## Common questions

### What is the io.github.bartokulus/openfoot-mcp server?

io.github.bartokulus/openfoot-mcp is listed in the public MCP registry as io.github.bartokulus/openfoot-mcp. Football fixtures, standings, lineups, live events and shot-level xG across 75 competitions. This page covers its npm package (openfoot-mcp).

### Is the io.github.bartokulus/openfoot-mcp server safe to use?

io.github.bartokulus/openfoot-mcp scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.bartokulus/openfoot-mcp server expose?

io.github.bartokulus/openfoot-mcp exposes 12 tools: openfoot_competitions, openfoot_search, openfoot_matches, openfoot_standings, openfoot_match_lineups, and 7 more. Their descriptions and schemas cost roughly 776 tokens of context every time the server is loaded.

### Is the io.github.bartokulus/openfoot-mcp server still maintained?

io.github.bartokulus/openfoot-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.bartokulus/openfoot-mcp server under?

io.github.bartokulus/openfoot-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/openfoot-mcp
- Socket report: https://socket.dev/npm/package/openfoot-mcp
- Repository: https://github.com/bartokulus/openfoot-mcp
- Changelog RSS feed: https://verifymcp.io/servers/bartokulus-openfoot-mcp/openfoot-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/bartokulus-openfoot-mcp/openfoot-mcp.json
- HTML version of this page: https://verifymcp.io/servers/bartokulus-openfoot-mcp/openfoot-mcp
