# io.github.beshogun/planwire-mcp (npm · planwire-mcp)

UK planning application data for AI agents: search, geo-query and fetch applications.

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

## Components

- npm · `planwire-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/beshogun-planwire-mcp/planwire-mcp.md), [page](https://verifymcp.io/servers/beshogun-planwire-mcp/planwire-mcp)

## Channel facts

- Registry: `npm`
- Package: `planwire-mcp`
- Version: `0.1.4`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree.
- **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 23 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 396 tokens (~99/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 beshogun-planwire-mcp -- npx -y planwire-mcp
```

### Codex

```bash
codex mcp add beshogun-planwire-mcp -- npx -y planwire-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add beshogun-planwire-mcp --command npx --arg -y --arg planwire-mcp
```

### Hermes

```yaml
mcp_servers:
  beshogun-planwire-mcp:
    command: "npx"
    args: ["-y", "planwire-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "beshogun-planwire-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "planwire-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-08-02 (score 69, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-08-01 (score 21, −5)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 26, −20)

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

### 2026-07-30 (score 46, +22)

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

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

First indexed and scored.

## MCP tools (4)

### `search_planning_applications` (~231 tokens)

Search UK planning applications by keyword, council, postcode, status, type, or date range. Returns matching applications with address, description, reference, status, and dates. Use for questions like 'recent planning applications in Camden' or 'refused extensions in OX1'.

Input parameters:

- `council` (string): Council ID, e.g. 'camden', 'oxford'.
- `date_from` (string): Earliest application date, YYYY-MM-DD.
- `date_to` (string): Latest application date, YYYY-MM-DD.
- `limit` (integer): Results per page (paid keys up to 100; free keys 10).
- `page` (integer): Page number (default 1).
- `postcode` (string): Postcode or postcode prefix, e.g. 'OX1' or 'SW1A 1AA'.
- `q` (string): Full-text search across address, description, and reference.
- `status` (string): Filter by decision status.
- `type` (string): Application type, e.g. 'Householder', 'Full', 'Listed Building'.

### `nearby_planning_applications` (~101 tokens)

Find planning applications within a radius of a point (latitude/longitude). Use for 'what's been applied for near this location'.

Input parameters:

- `lat` (number, required): Latitude (WGS84).
- `limit` (integer): Max results (paid keys up to 100; free keys 10).
- `lng` (number, required): Longitude (WGS84).
- `radius_km` (number): Radius in kilometres (paid plans allow larger radii).

### `get_planning_application` (~32 tokens)

Fetch a single planning application by its PlanWire id.

Input parameters:

- `id` (string, required): PlanWire application id.

### `list_councils` (~32 tokens)

List the UK councils (local planning authorities) PlanWire covers, with their IDs for use in searches.

## Diagnostics

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

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 21
- 2026-07-31: 26
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/planwire-mcp
- Socket report: https://socket.dev/npm/package/planwire-mcp
- Repository: https://github.com/beshogun/planwire-mcp
- Website: https://planwire.io/mcp?utm_source=mcp_registry&utm_medium=directory&utm_campaign=mcp
- Changelog RSS feed: https://verifymcp.io/servers/beshogun-planwire-mcp/planwire-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/beshogun-planwire-mcp/planwire-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/beshogun-planwire-mcp/planwire-mcp
