# io.github.oneill9/tfl-mcp-server (oci · ghcr.io/oneill9/tfl-mcp-server:1.5.2)

Community-built server providing real-time London transport data via the TfL Unified API

- Trust score: 38/100 (low)
- Change this week: −8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- oci · `ghcr.io/oneill9/tfl-mcp-server:1.5.2`: 38/100 (this document), [markdown](https://verifymcp.io/servers/oneill9-tfl-mcp-server/ghcr-io-oneill9-tfl-mcp-server-1-5-2.md), [page](https://verifymcp.io/servers/oneill9-tfl-mcp-server/ghcr-io-oneill9-tfl-mcp-server-1-5-2)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/oneill9/tfl-mcp-server:1.5.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-08-03.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - Install-script risk not yet assessed.
  - Dependency-health data not yet available.
- **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 21 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 82/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 327 tokens (~46/item across 7 items; 6 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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**: 47/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.
  - Supports UI / widget rendering.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add oneill9-tfl-mcp-server -- docker run --rm -i ghcr.io/oneill9/tfl-mcp-server:1.5.2
```

### Codex

```bash
codex mcp add oneill9-tfl-mcp-server -- docker run --rm -i ghcr.io/oneill9/tfl-mcp-server:1.5.2
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "oneill9-tfl-mcp-server": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/oneill9/tfl-mcp-server:1.5.2"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  oneill9-tfl-mcp-server:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/oneill9/tfl-mcp-server:1.5.2"]
```

### Other

```json
{
  "mcpServers": {
    "oneill9-tfl-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/oneill9/tfl-mcp-server:1.5.2"
      ]
    }
  }
}
```

## 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-07-31 (score 38, −8)

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

### 2026-07-27 (score 46, +35)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: good

### 2026-07-26 (score 11)

First indexed and scored.

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

## MCP tools (6)

### `arrivals` (~35 tokens)

Get live arrivals at a TfL stop.

Input parameters:

- `stopName` (string, required): Stop name or search term, e.g. oxford

### `service_status` (~43 tokens)

Get the current operational status and delays for one or more TfL public transport modes.

Input parameters:

- `modes` (string, required): TfL mode to query. Currently only tube is supported.

### `journey` (~67 tokens)

Plan a journey between two points using the TfL Journey Planner. Can bridge different transport modes seamlessly.

Input parameters:

- `from` (string, required): Origin: NaPTAN ID, postcode, or lat,lon
- `to` (string, required): Destination: NaPTAN ID, postcode, or lat,lon

### `crowding` (~52 tokens)

Get live crowding data for a TfL station. Returns the current crowding level as a percentage of the typical baseline.

Input parameters:

- `stopName` (string, required): Stop name or search term, e.g. oxford

### `fares` (~66 tokens)

Get fare information between two TfL stops, including pay-as-you-go and cash single prices for peak and off-peak travel.

Input parameters:

- `fromName` (string, required): Origin stop name, e.g. oxford
- `toName` (string, required): Destination stop name, e.g. bank

### `bike_points` (~51 tokens)

Get TfL Santander Cycles bike point locations with available bikes and empty docks. Optionally filter by name with a search query.

Input parameters:

- `query` (string): Optional name search, e.g. clerkenwell

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/oneill9-tfl-mcp-server/ghcr-io-oneill9-tfl-mcp-server-1-5-2#diagnostics

## Score history

- 2026-08-03: 38
- 2026-08-02: 38
- 2026-08-01: 38
- 2026-07-31: 38
- 2026-07-30: 46
- 2026-07-29: 46
- 2026-07-28: 46
- 2026-07-27: 46
- 2026-07-26: 11

## Links

- Repository: https://github.com/oneill9/tfl-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/oneill9-tfl-mcp-server/ghcr-io-oneill9-tfl-mcp-server-1-5-2/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/oneill9-tfl-mcp-server/ghcr-io-oneill9-tfl-mcp-server-1-5-2/changelog.json
- HTML version of this page: https://verifymcp.io/servers/oneill9-tfl-mcp-server/ghcr-io-oneill9-tfl-mcp-server-1-5-2
