# football-docs (npm · football-docs)

Searchable football data provider docs for AI coding agents.

- Trust score: 64/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `football-docs`: 64/100 (this document), [markdown](https://verifymcp.io/servers/withqwerty-football-docs/football-docs.md), [page](https://verifymcp.io/servers/withqwerty-football-docs/football-docs)

## Channel facts

- Registry: `npm`
- Package: `football-docs`
- Version: `0.2.1`
- 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-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (161 of 165), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (161 of 165), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 461 tokens (~115/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add withqwerty-football-docs -- npx -y football-docs
```

### Codex

```bash
codex mcp add withqwerty-football-docs -- npx -y football-docs
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add withqwerty-football-docs --command npx --arg -y --arg football-docs
```

### Hermes

```yaml
mcp_servers:
  withqwerty-football-docs:
    command: "npx"
    args: ["-y", "football-docs"]
```

### Other

```json
{
  "mcpServers": {
    "withqwerty-football-docs": {
      "command": "npx",
      "args": [
        "-y",
        "football-docs"
      ]
    }
  }
}
```

## 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-08-03 (score 64, +1)

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

### 2026-08-02 (score 63, +25)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional] Licence: MIT

### 2026-07-31 (score 38, +29)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 9, −65)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-29 (score 74, +55)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-07-28 (score 19, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (4)

### `search_docs` (~144 tokens)

Search football data provider documentation. Use for finding event types, qualifier IDs, API endpoints, coordinate systems, data models, and cross-provider mappings. Returns the most relevant documentation chunks.

Input parameters:

- `max_results` (number): Maximum number of results to return (default 10)
- `provider` (string): Filter to a specific provider: opta, statsbomb, wyscout, sportmonks, fbref, understat, kloppy, or leave empty for all
- `query` (string, required): Search query. Examples: 'Opta goal qualifier', 'StatsBomb shot event type', 'coordinate system differences', 'xG qualifier ID', 'SportMonks fixture endpoint'

### `list_providers` (~44 tokens)

List all indexed football data providers, their document count, and coverage categories. Use to understand what documentation is available. Call this first to see what providers are indexed before searching.

### `compare_providers` (~90 tokens)

Compare what two or more providers offer for a specific data type or concept. For example: 'How do Opta and StatsBomb represent shot events differently?'

Input parameters:

- `providers` (array): Providers to compare. If omitted, compares all indexed providers.
- `topic` (string, required): The concept to compare across providers. Examples: 'shot events', 'coordinate systems', 'xG', 'pass types'

### `request_update` (~183 tokens)

Request that a provider's documentation be added, updated, or recrawled. Use when you notice docs are outdated, a provider is missing, or you know of a better documentation source. Requests are queued for review.

Input parameters:

- `provider` (string, required): Provider name (existing or proposed). Examples: 'statsbomb', 'mplsoccer', 'floodlight'
- `reason` (string, required): Why this update is needed. Be specific: version bump, missing event types, new API endpoints, etc.
- `suggested_urls` (array): URLs for documentation sources (readthedocs, GitHub, llms.txt, etc.)
- `type` (string, required): Type of request: new_provider (add a new tool/library), recrawl (refresh existing docs), flag_outdated (mark docs as stale), suggest_source (recommend a better doc source like llms.txt)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/withqwerty-football-docs/football-docs#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 38
- 2026-07-31: 38
- 2026-07-30: 9
- 2026-07-29: 74
- 2026-07-28: 19
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/football-docs
- Socket report: https://socket.dev/npm/package/football-docs
- Changelog RSS feed: https://verifymcp.io/servers/withqwerty-football-docs/football-docs/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/withqwerty-football-docs/football-docs/changelog.json
- HTML version of this page: https://verifymcp.io/servers/withqwerty-football-docs/football-docs
