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

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

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

## Components

- oci · `ghcr.io/oneill9/mcp-server-tfl:1.4.0`: 32/100 (this document), [markdown](https://verifymcp.io/servers/oneill9-mcp-server-tfl/ghcr-io-oneill9-mcp-server-tfl-1-4-0.md), [page](https://verifymcp.io/servers/oneill9-mcp-server-tfl/ghcr-io-oneill9-mcp-server-tfl-1-4-0)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/oneill9/mcp-server-tfl:1.4.0`
- 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**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 109 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 325 tokens (~54/item across 6 items; 6 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**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: 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-mcp-server-tfl -- docker run --rm -i ghcr.io/oneill9/mcp-server-tfl:1.4.0
```

### Codex

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

### opencode

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

### Hermes

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

### Other

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

## 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-02 (score 32, +3)

- [functional improvement] Stability: unverified → 0.20

### 2026-08-01 (score 29, −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 37)

First indexed and scored.

## 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` (~54 tokens)

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

Input parameters:

- `modes` (string, required): Comma-separated transport modes, e.g. tube,bus,overground,elizabeth-line,dlr

### `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-mcp-server-tfl/ghcr-io-oneill9-mcp-server-tfl-1-4-0#diagnostics

## Score history

- 2026-08-03: 32
- 2026-08-02: 32
- 2026-08-01: 29
- 2026-07-31: 37
- 2026-07-30: 37
- 2026-07-29: 37
- 2026-07-28: 37
- 2026-07-27: 37

## Links

- Changelog RSS feed: https://verifymcp.io/servers/oneill9-mcp-server-tfl/ghcr-io-oneill9-mcp-server-tfl-1-4-0/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/oneill9-mcp-server-tfl/ghcr-io-oneill9-mcp-server-tfl-1-4-0/changelog.json
- HTML version of this page: https://verifymcp.io/servers/oneill9-mcp-server-tfl/ghcr-io-oneill9-mcp-server-tfl-1-4-0
