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-bills

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

MCP server for UK Parliament Bills API

+17 this week 60 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 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
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-bills

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

  • 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.

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 — 21 exposed · ~1,049 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
download_publication_document ~39

Return a document.

NameTypeReqDescription
documentIdnumberyesDocument with Id specified
publicationIdnumberyesDocument with publication Id specified

No output schema declared.

No examples provided.

get_bill ~24

Return a Bill.

NameTypeReqDescription
billIdnumberyesBill with ID specified

No output schema declared.

No examples provided.

get_bill_stage_amendment ~66

Returns an amendment.

NameTypeReqDescription
amendmentIdnumberyesAmendment with amendment ID specified
billIdnumberyesAmendment relating to a bill with bill ID specified
billStageIdnumberyesAmendment 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.

NameTypeReqDescription
billIdnumberyesBill stage relating to Bill with Bill ID specified
billStageIdnumberyesBill stage with ID specified

No output schema declared.

No examples provided.

get_bill_stage_ping_pong_item ~83

Returns amendment or motion detail.

NameTypeReqDescription
billIdnumberyesMotions or amendments relating to a bill with bill ID specified
billStageIdnumberyesMotions or amendments relating to a bill stage with bill stage ID specified
pingPongItemIdnumberyesMotions or amendments with ping pong item ID specified

No output schema declared.

No examples provided.

get_publication_document ~41

Return information on a document.

NameTypeReqDescription
documentIdnumberyesDocument with Id specified
publicationIdnumberyesDocument 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.

NameTypeReqDescription
idnumberyesId 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.

NameTypeReqDescription
Skipnumber
Takenumber
billIdnumberyes

No output schema declared.

No examples provided.

list_bill_publications ~33

Return a list of Bill publications.

NameTypeReqDescription
billIdnumberyesPublications 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.

NameTypeReqDescription
billIdnumberyes
stageIdnumberyes

No output schema declared.

No examples provided.

list_bill_stages ~47

Returns all Bill stages.

NameTypeReqDescription
Skipnumber
Takenumber
billIdnumberyesStages 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.

NameTypeReqDescription
Categorystring
Skipnumber
Takenumber

No output schema declared.

No examples provided.

list_publication_types ~31

Returns a list of publication types.

NameTypeReqDescription
Skipnumber
Takenumber

No output schema declared.

No examples provided.

list_stage_references ~31

Returns a list of Bill stages.

NameTypeReqDescription
Skipnumber
Takenumber

No output schema declared.

No examples provided.

search_bill_stage_amendments ~102

Returns a list of amendments.

NameTypeReqDescription
AmendmentNumberstring
Decisionstring
MemberIdnumber
SearchTermstring
Skipnumber
Takenumber
billIdnumberyesAmendments relating to a Bill with Bill ID specified
billStageIdnumberyesAmendments 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.

NameTypeReqDescription
AmendmentNumberstring
Decisionstring
MemberIdnumber
SearchTermstring
Skipnumber
Takenumber
billIdnumberyesMotions or amendments relating to a Bill with Bill ID specified
billStageIdnumberyesMotions 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.

NameTypeReqDescription
BillIds
BillStage
BillStagesExcluded
BillType
CurrentHousestring
DepartmentIdnumber
IsDefeated
IsInAmendableStage
IsWithdrawn
MemberIdnumber
OriginatingHousestring
SearchTermstring
Sessionnumber
Skipnumber
SortOrderstring
Takenumber

No output schema declared.

No examples provided.

search_sittings ~53

Returns a list of Sittings.

NameTypeReqDescription
DateFromstring
DateTostring
Housestring
Skipnumber
Takenumber

No output schema declared.

No examples provided.