Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.nick-ma/uk-parliament-questions-statements

NPM · @DARKHORSEONE/MCP-SERVER-UK-PARLIAMENT-QUESTIONS-STATEMENTS · SCANNED AUG 3

MCP server for UK Parliament Questions and Statements API

+20 this week 65 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability60
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @darkhorseone/mcp-server-uk-parliament-questions-statements

# add to Claude Code
claude mcp add nick-ma-uk-parliament-questions-statements -- npx -y @darkhorseone/mcp-server-uk-parliament-questions-statements
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add nick-ma-uk-parliament-questions-statements --command npx --arg -y --arg @darkhorseone/mcp-server-uk-parliament-questions-statements
# ~/.hermes/config.yaml
mcp_servers:
  nick-ma-uk-parliament-questions-statements:
    command: "npx"
    args: ["-y", "@darkhorseone/mcp-server-uk-parliament-questions-statements"]
// mcp.json
{
  "mcpServers": {
    "nick-ma-uk-parliament-questions-statements": {
      "command": "npx",
      "args": [
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-questions-statements"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +40
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • 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. security
    • Capabilities: pass → unverified functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Licence: MIT functional
  • 1 Aug 26 +20
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −22
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 45

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@darkhorseone/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~1,021 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_written_question_by_date_and_uin ~72

Returns a written question

NameTypeReqDescription
datestringyesWritten question on date specified
expandMemberExpand the details of Members in the results
sessionStatusSession status to get the Questions data for
uinstringyesWritten question with uid specified

No output schema declared.

No examples provided.

get_written_question_by_id ~54

Returns a written question

NameTypeReqDescription
expandMemberExpand the details of Members in the result
idyeswritten question with ID specified
sessionStatusSession status to get the Questions data for

No output schema declared.

No examples provided.

get_written_statement_by_date_and_uin ~74

Returns a written statemnet

NameTypeReqDescription
datestringyesWritten statement on date specified
expandMemberExpand the details of Members in the results
sessionStatusSession status to filter the Written statement records
uinstringyesWritten statement with uid specified

No output schema declared.

No examples provided.

get_written_statement_by_id ~54

Returns a written statement

NameTypeReqDescription
expandMemberExpand the details of Members in the results
idyesWritten statement with ID specified
sessionStatusSession status to filter the Written statement records

No output schema declared.

No examples provided.

list_daily_reports ~114

Returns a list of daily reports

NameTypeReqDescription
dateFromstringDaily report with report date on or after the date specified. Date format yyyy-mm-dd
dateTostringDaily report with report date on or before the date specified. Date format yyyy-mm-dd
houseDaily report relating to the House specified. Defaults to Bicameral
skipNumber of records to skip, default is 0
takeNumber of records to take, default is 20

No output schema declared.

No examples provided.

list_written_questions ~438

Returns a list of written questions

NameTypeReqDescription
answeredWritten questions that have been answered, unanswered or either.
answeredWhenFromstringWritten questions answered on or after the date specified. Date format yyyy-mm-dd
answeredWhenTostringWritten questions answered on or before the date specified. Date format yyyy-mm-dd
answeringBodiesWritten questions / statements relating to the answering bodies with the IDs specified
answeringMemberIdWritten questions answered by member with member ID specified
askingMemberIdWritten questions asked by member with member ID specified
correctedWhenFromstringWritten questions corrected on or after the date specified. Date format yyyy-mm-dd
correctedWhenTostringWritten questions corrected on or before the date specified. Date format yyyy-mm-dd
dateForAnswerWhenFromstringWritten questions DateForAnswer on or after the date specified format yyyy-mm-dd
dateForAnswerWhenTostringWritten questions DateForAnswer on or before the date specified format yyyy-mm-dd
expandMemberExpand the details of Members in the results
houseWritten questions / statements relating to the House specified
includeWithdrawnInclude written questions that have been withdrawn
membersWritten questions / statements relating to the members with the IDs specified
questionStatusWritten questions with the status specified
searchTermstringWritten questions / statements containing the search term specified, searches item content
sessionStatusThe Session status for which the Questions data will be returned
skipNumber of records to skip, default is 0
tabledWhenFromstringWritten questions tabled on or after the date specified. Date format yyyy-mm-dd
tabledWhenTostringWritten questions tabled on or before the date specified. Date format yyyy-mm-dd
takeNumber of records to take, default is 20
uINstringWritten questions / statements with the uin specified

No output schema declared.

No examples provided.

list_written_statements ~215

Returns a list of written statements

NameTypeReqDescription
answeringBodiesWritten questions / statements relating to the answering bodies with the IDs specified
expandMemberExpand the details of Members in the results
houseWritten questions / statements relating to the House specified
madeWhenFromstringWritten statements made on or after the date specified. Date format yyyy-mm-dd
madeWhenTostringWritten statements made on or before the date specified. Date format yyyy-mm-dd
membersWritten questions / statements relating to the members with the IDs specified
searchTermstringWritten questions / statements containing the search term specified, searches item content
sessionStatusThe Session status for which the Written statements data will be returned
skipNumber of records to skip, default is 0
takeNumber of records to take, default is 20
uINstringWritten questions / statements with the uin specified

No output schema declared.

No examples provided.