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

MCP server for UK Parliament Commons Votes API

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@darkhorseone/mcp-server-uk-parliament-commonsvotes`
- 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**: 48/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 902 tokens (~180/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - 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 nick-ma-uk-parliament-commonsvotes -- npx -y @darkhorseone/mcp-server-uk-parliament-commonsvotes
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

## 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 63, +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 62, +55)

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

### 2026-08-01 (score 7, −12)

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

### 2026-07-31 (score 19, −25)

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

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

First indexed and scored.

## MCP tools (5)

### `ukpcv_division_get_by_id` (~45 tokens)

Return a Division

Input parameters:

- `divisionId` (required): Id number of a Division whose records are to be returned
- `format` (string, required): xml or json

### `ukpcv_divisions_grouped_by_party` (~197 tokens)

Return Divisions results grouped by party

Input parameters:

- `format` (string, required): xml or json
- `queryParameters.divisionNumber`: Division Number - as specified by the House, unique within a session. This is different to the division id which uniquely identifies a division in this system and is passed to the GET division endpoi…
- `queryParameters.endDate` (string): Divisions where division date in one or before date provided. Date format is yyyy-MM-dd
- `queryParameters.includeWhenMemberWasTeller`: Divisions where member was a teller as well as if they actually voted
- `queryParameters.memberId`: Divisions returning Member with Member ID voting records
- `queryParameters.searchTerm` (string): Divisions containing search term within title or number
- `queryParameters.startDate` (string): Divisions where division date in one or after date provided. Date format is yyyy-MM-dd

### `ukpcv_divisions_member_voting` (~236 tokens)

Return voting records for a Member

Input parameters:

- `format` (string, required): xml or json
- `queryParameters.divisionNumber`: Division Number - as specified by the House, unique within a session. This is different to the division id which uniquely identifies a division in this system and is passed to the GET division endpoi…
- `queryParameters.endDate` (string): Divisions where division date in one or before date provided. Date format is yyyy-MM-dd
- `queryParameters.includeWhenMemberWasTeller`: Divisions where member was a teller as well as if they actually voted
- `queryParameters.memberId` (required): Id number of a Member whose voting records are to be returned
- `queryParameters.searchTerm` (string): Divisions containing search term within title or number
- `queryParameters.skip`: The number of records to skip. Default is 0
- `queryParameters.startDate` (string): Divisions where division date in one or after date provided. Date format is yyyy-MM-dd
- `queryParameters.take`: The number of records to return per page. Default is 25

### `ukpcv_divisions_search` (~231 tokens)

Return a list of Divisions

Input parameters:

- `format` (string, required): json or xml
- `queryParameters.divisionNumber`: Division Number - as specified by the House, unique within a session. This is different to the division id which uniquely identifies a division in this system and is passed to the GET division endpoi…
- `queryParameters.endDate` (string): Divisions where division date in one or before date provided. Date format is yyyy-MM-dd
- `queryParameters.includeWhenMemberWasTeller`: Divisions where member was a teller as well as if they actually voted
- `queryParameters.memberId`: Divisions returning Member with Member ID voting records
- `queryParameters.searchTerm` (string): Divisions containing search term within title or number
- `queryParameters.skip`: The number of records to skip. Default is 0
- `queryParameters.startDate` (string): Divisions where division date in one or after date provided. Date format is yyyy-MM-dd
- `queryParameters.take`: The number of records to return per page. Default is 25

### `ukpcv_divisions_search_total_results` (~193 tokens)

Return total results count

Input parameters:

- `format` (string, required): json or xml
- `queryParameters.divisionNumber`: Division Number - as specified by the House, unique within a session. This is different to the division id which uniquely identifies a division in this system and is passed to the GET division endpoi…
- `queryParameters.endDate` (string): Divisions where division date in one or before date provided. Date format is yyyy-MM-dd
- `queryParameters.includeWhenMemberWasTeller`: Divisions where member was a teller as well as if they actually voted
- `queryParameters.memberId`: Divisions returning Member with Member ID voting records
- `queryParameters.searchTerm` (string): Divisions containing search term within title or number
- `queryParameters.startDate` (string): Divisions where division date in one or after date provided. Date format is yyyy-MM-dd

## Diagnostics

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

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 7
- 2026-07-31: 19
- 2026-07-30: 44
- 2026-07-28: 44
- 2026-07-27: 44

## Links

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