io.github.nick-ma/uk-parliament-bills
NPM · @DARKHORSEONE/MCP-SERVER-UK-PARLIAMENT-BILLS · SCANNED AUG 3
MCP server for UK Parliament Bills 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 144 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability43
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 1049 tokens (~49/item across 21 items; 21 tools + 0 resources), lean.Pass
- 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 Coverage77
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 30% of tool parameters carry a description.Partial
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-bills
claude mcp add nick-ma-uk-parliament-bills -- npx -y @darkhorseone/mcp-server-uk-parliament-bills
codex mcp add nick-ma-uk-parliament-bills -- npx -y @darkhorseone/mcp-server-uk-parliament-bills
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"nick-ma-uk-parliament-bills": {
"type": "local",
"command": [
"npx",
"-y",
"@darkhorseone/mcp-server-uk-parliament-bills"
],
"enabled": true
}
}
} openclaw mcp add nick-ma-uk-parliament-bills --command npx --arg -y --arg @darkhorseone/mcp-server-uk-parliament-bills
mcp_servers:
nick-ma-uk-parliament-bills:
command: "npx"
args: ["-y", "@darkhorseone/mcp-server-uk-parliament-bills"] {
"mcpServers": {
"nick-ma-uk-parliament-bills": {
"command": "npx",
"args": [
"-y",
"@darkhorseone/mcp-server-uk-parliament-bills"
]
}
}
} 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.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +22
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → poor ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 1 Aug 26 +29
- Malware scan: unverified → pass ▲ security
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −38
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 43
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.
download_publication_document ~39
Return a document.
| Name | Type | Req | Description |
|---|---|---|---|
| documentId | number | yes | Document with Id specified |
| publicationId | number | yes | Document with publication Id specified |
No output schema declared.
No examples provided.
get_bill ~24
Return a Bill.
| Name | Type | Req | Description |
|---|---|---|---|
| billId | number | yes | Bill with ID specified |
No output schema declared.
No examples provided.
get_bill_stage_amendment ~66
Returns an amendment.
| Name | Type | Req | Description |
|---|---|---|---|
| amendmentId | number | yes | Amendment with amendment ID specified |
| billId | number | yes | Amendment relating to a bill with bill ID specified |
| billStageId | number | yes | Amendment relating to a bill stage with bill stage ID specified |
No output schema declared.
No examples provided.
get_bill_stage_details ~46
Returns a Bill stage.
| Name | Type | Req | Description |
|---|---|---|---|
| billId | number | yes | Bill stage relating to Bill with Bill ID specified |
| billStageId | number | yes | Bill stage with ID specified |
No output schema declared.
No examples provided.
get_bill_stage_ping_pong_item ~83
Returns amendment or motion detail.
| Name | Type | Req | Description |
|---|---|---|---|
| billId | number | yes | Motions or amendments relating to a bill with bill ID specified |
| billStageId | number | yes | Motions or amendments relating to a bill stage with bill stage ID specified |
| pingPongItemId | number | yes | Motions or amendments with ping pong item ID specified |
No output schema declared.
No examples provided.
get_publication_document ~41
Return information on a document.
| Name | Type | Req | Description |
|---|---|---|---|
| documentId | number | yes | Document with Id specified |
| publicationId | number | yes | Document with publication Id specified |
No output schema declared.
No examples provided.
get_rss_all_bills ~21
Returns an Rss feed of all Bills.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_rss_bill_by_id ~32
Returns an Rss feed of a certain Bill.
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Id of Bill |
No output schema declared.
No examples provided.
get_rss_private_bills ~21
Returns an Rss feed of private Bills.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_rss_public_bills ~21
Returns an Rss feed of public Bills.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_bill_news_articles ~42
Returns a list of news articles for a Bill.
| Name | Type | Req | Description |
|---|---|---|---|
| Skip | number | — | — |
| Take | number | — | — |
| billId | number | yes | — |
No output schema declared.
No examples provided.
list_bill_publications ~33
Return a list of Bill publications.
| Name | Type | Req | Description |
|---|---|---|---|
| billId | number | yes | Publications relating to Bill with Bill ID specified |
No output schema declared.
No examples provided.
list_bill_stage_publications ~35
Return a list of Bill stage publications.
| Name | Type | Req | Description |
|---|---|---|---|
| billId | number | yes | — |
| stageId | number | yes | — |
No output schema declared.
No examples provided.
list_bill_stages ~47
Returns all Bill stages.
| Name | Type | Req | Description |
|---|---|---|---|
| Skip | number | — | — |
| Take | number | — | — |
| billId | number | yes | Stages relating to a Bill with Bill ID specified |
No output schema declared.
No examples provided.
list_bill_types ~37
Returns a list of Bill types.
| Name | Type | Req | Description |
|---|---|---|---|
| Category | string | — | — |
| Skip | number | — | — |
| Take | number | — | — |
No output schema declared.
No examples provided.
list_publication_types ~31
Returns a list of publication types.
| Name | Type | Req | Description |
|---|---|---|---|
| Skip | number | — | — |
| Take | number | — | — |
No output schema declared.
No examples provided.
list_stage_references ~31
Returns a list of Bill stages.
| Name | Type | Req | Description |
|---|---|---|---|
| Skip | number | — | — |
| Take | number | — | — |
No output schema declared.
No examples provided.
search_bill_stage_amendments ~102
Returns a list of amendments.
| Name | Type | Req | Description |
|---|---|---|---|
| AmendmentNumber | string | — | — |
| Decision | string | — | — |
| MemberId | number | — | — |
| SearchTerm | string | — | — |
| Skip | number | — | — |
| Take | number | — | — |
| billId | number | yes | Amendments relating to a Bill with Bill ID specified |
| billStageId | number | yes | Amendments relating to a Bill stage with Bill stage ID specified |
No output schema declared.
No examples provided.
search_bill_stage_ping_pong_items ~109
Returns a list of motions or amendments.
| Name | Type | Req | Description |
|---|---|---|---|
| AmendmentNumber | string | — | — |
| Decision | string | — | — |
| MemberId | number | — | — |
| SearchTerm | string | — | — |
| Skip | number | — | — |
| Take | number | — | — |
| billId | number | yes | Motions or amendments relating to a Bill with Bill ID specified |
| billStageId | number | yes | Motions or amendments relating to a Bill stage with Bill stage ID specified |
No output schema declared.
No examples provided.
search_bills ~135
Returns a list of Bills.
| Name | Type | Req | Description |
|---|---|---|---|
| BillIds | — | — | — |
| BillStage | — | — | — |
| BillStagesExcluded | — | — | — |
| BillType | — | — | — |
| CurrentHouse | string | — | — |
| DepartmentId | number | — | — |
| IsDefeated | — | — | — |
| IsInAmendableStage | — | — | — |
| IsWithdrawn | — | — | — |
| MemberId | number | — | — |
| OriginatingHouse | string | — | — |
| SearchTerm | string | — | — |
| Session | number | — | — |
| Skip | number | — | — |
| SortOrder | string | — | — |
| Take | number | — | — |
No output schema declared.
No examples provided.
search_sittings ~53
Returns a list of Sittings.
| Name | Type | Req | Description |
|---|---|---|---|
| DateFrom | string | — | — |
| DateTo | string | — | — |
| House | string | — | — |
| Skip | number | — | — |
| Take | number | — | — |
No output schema declared.
No examples provided.