# io.github.nick-ma/uk-parliament-interests (npm · @darkhorseone/mcp-server-uk-parliament-interests)

MCP server for UK Parliament Register of Interests API

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

## Components

- npm · `@darkhorseone/mcp-server-uk-parliament-interests`: 64/100 (this document), [markdown](https://verifymcp.io/servers/nick-ma-uk-parliament-interests/darkhorseone-mcp-server-uk-parliament-interests.md), [page](https://verifymcp.io/servers/nick-ma-uk-parliament-interests/darkhorseone-mcp-server-uk-parliament-interests)

## Channel facts

- Registry: `npm`
- Package: `@darkhorseone/mcp-server-uk-parliament-interests`
- Version: `1.0.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**: 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 143 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 813 tokens (~101/item across 8 items; 8 tools + 0 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); 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 nick-ma-uk-parliament-interests -- npx -y @darkhorseone/mcp-server-uk-parliament-interests
```

### Codex

```bash
codex mcp add nick-ma-uk-parliament-interests -- npx -y @darkhorseone/mcp-server-uk-parliament-interests
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nick-ma-uk-parliament-interests": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-interests"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nick-ma-uk-parliament-interests --command npx --arg -y --arg @darkhorseone/mcp-server-uk-parliament-interests
```

### Hermes

```yaml
mcp_servers:
  nick-ma-uk-parliament-interests:
    command: "npx"
    args: ["-y", "@darkhorseone/mcp-server-uk-parliament-interests"]
```

### Other

```json
{
  "mcpServers": {
    "nick-ma-uk-parliament-interests": {
      "command": "npx",
      "args": [
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-interests"
      ]
    }
  }
}
```

## 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, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-02 (score 22, −14)

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

### 2026-08-01 (score 36, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 21, −7)

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

### 2026-07-30 (score 28, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (8)

### `ukpi_categories_list` (~61 tokens)

Return a list of categories interests should be registered under, sorted by category number.

Input parameters:

- `Skip`: The number of records to skip from the first, default is 0.
- `Take`: The number of records to return, default is 20.

### `ukpi_categories_get_by_id` (~30 tokens)

Return details of an interest category by ID.

Input parameters:

- `id` (required): ID of the category.

### `ukpi_interests_list` (~275 tokens)

Return a list of interests that have been published on a register.

Input parameters:

- `CategoryId`: Search for an interest within a specific category with this ID.
- `ExpandChildInterests`: If true returns related interests in a nested format, rather than as individual items.
- `MemberId`: Search for an interest created by member with this ID.
- `PublishedFrom` (string): Search for an interest published on or after this date.
- `PublishedTo` (string): Search for an interest published on or before this date.
- `RegisterId`: Search for an interest published in a register with this ID. If not provided, default value is latest register ID.
- `RegisteredFrom` (string): Search for an interest registered on or after this date.
- `RegisteredTo` (string): Search for an interest registered on or before this date.
- `Skip`: The number of records to skip from the first, default is 0.
- `SortOrder`: The order in which to return records.
- `Take`: The number of records to return, default is 20. Maximum is 20.
- `UpdatedFrom` (string): Search for an interest which has any updates on or after this date.
- `UpdatedTo` (string): Search for an interest which has any updates on or before this date.

### `ukpi_interests_csv` (~239 tokens)

Return interests that have been published on a register as a collection of CSVs packaged in a ZIP file.

Input parameters:

- `CategoryId`: Search for an interest with associated category with this ID.
- `IncludeFieldDescriptions`: Returns a metadata file for each category, containing a list of fields which are available for a member to add further information about the interest.
- `MemberId`: Search for an interest created by member with this ID.
- `PublishedFrom` (string): Search for an interest published on or after this date.
- `PublishedTo` (string): Search for an interest published on or before this date.
- `RegisterId`: Search for an interest published in a register with this ID. If not provided, default value is latest register ID.
- `RegisteredFrom` (string): Search for an interest registered on or after this date.
- `RegisteredTo` (string): Search for an interest registered on or before this date.
- `UpdatedFrom` (string): Search for an interest which has any updates on or after this date.
- `UpdatedTo` (string): Search for an interest which has any updates on or before this date.

### `ukpi_interests_get_by_id` (~34 tokens)

Return the latest version of an interest which has been published.

Input parameters:

- `id` (required): ID of the interest.

### `ukpi_registers_list` (~87 tokens)

Return a list of published versions of registers of interests.

Input parameters:

- `SessionId`: Search for registers published within a parliamentary session with this ID. Find session data at https://whatson-api.parliament.uk/.
- `Skip`: The number of records to skip from the first, default is 0.
- `Take`: The number of records to return, default is 20.

### `ukpi_registers_get_by_id` (~34 tokens)

Return a published version of a register of interests by ID.

Input parameters:

- `id` (required): ID of the register.

### `ukpi_registers_document` (~53 tokens)

Return a published register as a PDF document by ID.

Input parameters:

- `id` (required): ID of the register.
- `type`: Whether to return a document containing the full register or only updates. Default value is Full.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/nick-ma-uk-parliament-interests/darkhorseone-mcp-server-uk-parliament-interests#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 22
- 2026-08-01: 36
- 2026-07-31: 21
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@darkhorseone/mcp-server-uk-parliament-interests
- Socket report: https://socket.dev/npm/package/@darkhorseone/mcp-server-uk-parliament-interests
- Repository: https://github.com/DarkhorseOne/mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/nick-ma-uk-parliament-interests/darkhorseone-mcp-server-uk-parliament-interests/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/nick-ma-uk-parliament-interests/darkhorseone-mcp-server-uk-parliament-interests/changelog.json
- HTML version of this page: https://verifymcp.io/servers/nick-ma-uk-parliament-interests/darkhorseone-mcp-server-uk-parliament-interests
