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

MCP server for UK Parliament Questions and Statements API

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@darkhorseone/mcp-server-uk-parliament-questions-statements`
- 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**: 60/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1021 tokens (~145/item across 7 items; 7 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-questions-statements -- npx -y @darkhorseone/mcp-server-uk-parliament-questions-statements
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

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

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [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
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional] Licence: MIT

### 2026-08-01 (score 25, +20)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −22)

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

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

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (7)

### `list_daily_reports` (~114 tokens)

Returns a list of daily reports

Input parameters:

- `dateFrom` (string): Daily report with report date on or after the date specified. Date format yyyy-mm-dd
- `dateTo` (string): Daily report with report date on or before the date specified. Date format yyyy-mm-dd
- `house`: Daily report relating to the House specified. Defaults to Bicameral
- `skip`: Number of records to skip, default is 0
- `take`: Number of records to take, default is 20

### `list_written_questions` (~438 tokens)

Returns a list of written questions

Input parameters:

- `answered`: Written questions that have been answered, unanswered or either.
- `answeredWhenFrom` (string): Written questions answered on or after the date specified. Date format yyyy-mm-dd
- `answeredWhenTo` (string): Written questions answered on or before the date specified. Date format yyyy-mm-dd
- `answeringBodies`: Written questions / statements relating to the answering bodies with the IDs specified
- `answeringMemberId`: Written questions answered by member with member ID specified
- `askingMemberId`: Written questions asked by member with member ID specified
- `correctedWhenFrom` (string): Written questions corrected on or after the date specified. Date format yyyy-mm-dd
- `correctedWhenTo` (string): Written questions corrected on or before the date specified. Date format yyyy-mm-dd
- `dateForAnswerWhenFrom` (string): Written questions DateForAnswer on or after the date specified format yyyy-mm-dd
- `dateForAnswerWhenTo` (string): Written questions DateForAnswer on or before the date specified format yyyy-mm-dd
- `expandMember`: Expand the details of Members in the results
- `house`: Written questions / statements relating to the House specified
- `includeWithdrawn`: Include written questions that have been withdrawn
- `members`: Written questions / statements relating to the members with the IDs specified
- `questionStatus`: Written questions with the status specified
- `searchTerm` (string): Written questions / statements containing the search term specified, searches item content
- `sessionStatus`: The Session status for which the Questions data will be returned
- `skip`: Number of records to skip, default is 0
- `tabledWhenFrom` (string): Written questions tabled on or after the date specified. Date format yyyy-mm-dd
- `tabledWhenTo` (string): Written questions tabled on or before the date specified. Date format yyyy-mm-dd
- `take`: Number of records to take, default is 20
- `uIN` (string): Written questions / statements with the uin specified

### `get_written_question_by_id` (~54 tokens)

Returns a written question

Input parameters:

- `expandMember`: Expand the details of Members in the result
- `id` (required): written question with ID specified
- `sessionStatus`: Session status to get the Questions data for

### `get_written_question_by_date_and_uin` (~72 tokens)

Returns a written question

Input parameters:

- `date` (string, required): Written question on date specified
- `expandMember`: Expand the details of Members in the results
- `sessionStatus`: Session status to get the Questions data for
- `uin` (string, required): Written question with uid specified

### `list_written_statements` (~215 tokens)

Returns a list of written statements

Input parameters:

- `answeringBodies`: Written questions / statements relating to the answering bodies with the IDs specified
- `expandMember`: Expand the details of Members in the results
- `house`: Written questions / statements relating to the House specified
- `madeWhenFrom` (string): Written statements made on or after the date specified. Date format yyyy-mm-dd
- `madeWhenTo` (string): Written statements made on or before the date specified. Date format yyyy-mm-dd
- `members`: Written questions / statements relating to the members with the IDs specified
- `searchTerm` (string): Written questions / statements containing the search term specified, searches item content
- `sessionStatus`: The Session status for which the Written statements data will be returned
- `skip`: Number of records to skip, default is 0
- `take`: Number of records to take, default is 20
- `uIN` (string): Written questions / statements with the uin specified

### `get_written_statement_by_id` (~54 tokens)

Returns a written statement

Input parameters:

- `expandMember`: Expand the details of Members in the results
- `id` (required): Written statement with ID specified
- `sessionStatus`: Session status to filter the Written statement records

### `get_written_statement_by_date_and_uin` (~74 tokens)

Returns a written statemnet

Input parameters:

- `date` (string, required): Written statement on date specified
- `expandMember`: Expand the details of Members in the results
- `sessionStatus`: Session status to filter the Written statement records
- `uin` (string, required): Written statement with uid specified

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 25
- 2026-07-31: 5
- 2026-07-30: 27
- 2026-07-28: 45
- 2026-07-27: 45

## Links

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