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
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 143 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add nick-ma-uk-parliament-questions-statements -- npx -y @darkhorseone/mcp-server-uk-parliament-questions-statements
codex mcp add nick-ma-uk-parliament-questions-statements -- npx -y @darkhorseone/mcp-server-uk-parliament-questions-statements
{
"$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 mcp add nick-ma-uk-parliament-questions-statements --command npx --arg -y --arg @darkhorseone/mcp-server-uk-parliament-questions-statements
mcp_servers:
nick-ma-uk-parliament-questions-statements:
command: "npx"
args: ["-y", "@darkhorseone/mcp-server-uk-parliament-questions-statements"] {
"mcpServers": {
"nick-ma-uk-parliament-questions-statements": {
"command": "npx",
"args": [
"-y",
"@darkhorseone/mcp-server-uk-parliament-questions-statements"
]
}
}
} 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.
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.
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.
get_written_question_by_date_and_uin ~72
Returns a written question
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | 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 | yes | Written question with uid specified |
No output schema declared.
No examples provided.
get_written_question_by_id ~54
Returns a written question
| Name | Type | Req | Description |
|---|---|---|---|
| expandMember | — | — | Expand the details of Members in the result |
| id | — | yes | written question with ID specified |
| sessionStatus | — | — | Session 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
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | 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 | yes | Written statement with uid specified |
No output schema declared.
No examples provided.
get_written_statement_by_id ~54
Returns a written statement
| Name | Type | Req | Description |
|---|---|---|---|
| expandMember | — | — | Expand the details of Members in the results |
| id | — | yes | Written statement with ID specified |
| sessionStatus | — | — | Session status to filter the Written statement records |
No output schema declared.
No examples provided.
list_daily_reports ~114
Returns a list of daily reports
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.
list_written_questions ~438
Returns a list of written questions
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.
list_written_statements ~215
Returns a list of written statements
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.