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

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

MCP server for UK Parliament Committees API

+17 this week 63 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 Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 3332 tokens (~87/item across 38 items; 38 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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

# add to Claude Code
claude mcp add nick-ma-uk-parliament-committees -- npx -y @darkhorseone/mcp-server-uk-parliament-committees
# add to Codex CLI
codex mcp add nick-ma-uk-parliament-committees -- npx -y @darkhorseone/mcp-server-uk-parliament-committees
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nick-ma-uk-parliament-committees": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-committees"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nick-ma-uk-parliament-committees --command npx --arg -y --arg @darkhorseone/mcp-server-uk-parliament-committees
# ~/.hermes/config.yaml
mcp_servers:
  nick-ma-uk-parliament-committees:
    command: "npx"
    args: ["-y", "@darkhorseone/mcp-server-uk-parliament-committees"]
// mcp.json
{
  "mcpServers": {
    "nick-ma-uk-parliament-committees": {
      "command": "npx",
      "args": [
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-committees"
      ]
    }
  }
}
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 +37
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial 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
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −25
    • 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 46

    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 — 38 exposed · ~3,332 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
banners ~21

Return messaging banners

NameTypeReqDescription
locationyesLocation of banner to return

No output schema declared.

No examples provided.

get ~60

Get a list of Committee Meetings between two dates.

NameTypeReqDescription
FromDatestringyesGet meetings from and including this date, format 'yyyy-mm-dd'.
ToDatestringyesGet meetings up to and including this date, format 'yyyy-mm-dd'.

No output schema declared.

No examples provided.

get_activities_by_id ~48

Return a list of activities for an event

NameTypeReqDescription
idyesEvent Id to return activities for
showOnWebsiteOnlyOnly return committee website results - defaults to true

No output schema declared.

No examples provided.

get_attendances_by_id ~50

Return a list of attendances for an event

NameTypeReqDescription
idyesEvent Id to return attendance for
showOnWebsiteOnlyOnly return committee website results - defaults to true

No output schema declared.

No examples provided.

get_bill_petition_by_id ~44

Return a Bill petition

NameTypeReqDescription
idyesBill petition with ID specified
showOnWebsiteOnlyOnly return committee website results - defaults to true

No output schema declared.

No examples provided.

get_bill_petition_document ~42

Return a document for a Bill petition

NameTypeReqDescription
fileDataFormatyesType of file to return
idyesPetition Id of the document return

No output schema declared.

No examples provided.

get_bill_petitions ~166

Return a list of Bill petitions

NameTypeReqDescription
CommitteeBusinessIdList of evidence related to a committee business with the committee business id
CommitteeIdList of evidence related to a committee with the committee id
EndDatestringList of evidence published on or before date provided
SearchTermstringSearch by witness names, organisation names, and submission identifiers (where applicable). Must be 2 characters or more.
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
StartDatestringList of evidence published on or after date provided
TakeNumber of items to be returned - defaults to 30

No output schema declared.

No examples provided.

get_committee_archived_publication_links ~33

Return all CommitteeArchivedPublicationLinks linked to a Committee

NameTypeReqDescription
idyesCommittee Id specified

No output schema declared.

No examples provided.

get_committee_business ~224

Return a list of committee businesses

NameTypeReqDescription
BusinessTypeIdId for committee business type
CommitteeBusinessIdsList of committee businesses by Ids
CommitteeIdId for the related committee
CurrentlyAcceptingEvidenceLimit to committee businesses that are currently accepting written evidence submissions
CurrentlyAcceptingPetitionsLimit to committee businesses that are currently accepting hybrid or private bill petitions
DateFromstringList of committee business starting on or after date provided
DateTostringList of committee business opened on or before date provided
SearchTermstringSearch by committee business name. Must be 2 characters or more.
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
SortOrderList committee business by specified sort order
StatusList of committees business by status
TakeNumber of items to be returned - defaults to 30

No output schema declared.

No examples provided.

get_committee_business_by_id ~61

Return a committee business

NameTypeReqDescription
idyesCommittee business Id to return
includeBannersInclude banner image file in result - defaults to false
showOnWebsiteOnlyOnly return committee website results - defaults to true

No output schema declared.

No examples provided.

get_committee_by_id ~58

Return a Committee

NameTypeReqDescription
idyesCommittee with ID specified
includeBannersInclude banner image file in result - defaults to false
showOnWebsiteOnlyOnly return committee website results - defaults to true

No output schema declared.

No examples provided.

get_committee_person_photo ~40

Return photo for a lay member of the committee

NameTypeReqDescription
idyesThe committee id
personIdyesId of the lay member

No output schema declared.

No examples provided.

get_committees ~189

Return a list of Committees

NameTypeReqDescription
CommitteeBusinessIdList of committees by committee business
CommitteeCategoryList of committees by category
CommitteeIdsList of committees by Ids
CommitteeStatusList of committees by status - defaults to current
CommitteeTypeIdList of committees by the type
HouseList of committees by House
ParentCommitteeIdList of committees by child committees of a parent
SearchTermstringSearch by committee name. Performs a full text search across committee names (including historic), as well as any metadata configured for the committee.
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
TakeNumber of items to be returned - defaults to 30

No output schema declared.

No examples provided.

get_countries ~15

Return a list of Countries

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_document ~46

Return a document for a publication

NameTypeReqDescription
documentIdyesDocument Id to return
fileDataFormatyesType of file to return
idyesPublication Id to return

No output schema declared.

No examples provided.

get_event_activities ~311

Return a list of event activities

NameTypeReqDescription
CommitteeBusinessIdReturn a list of events for the committee Business ID specified
CommitteeIdReturn a list of events for the committee ID specified
EndDateFromstringList of events ending after the date provided
EventTypeIdList of events with the specified event type
ExcludeCancelledEventsExclude cancelled events from the response
GroupChildEventsWithParentReturn child events as a property of its parent event - defaults to false
HouseList of events with committees pertaining to the house specified
IncludeActivityAttendeesReturn a list of attendees with each activity - defaults to false
IncludeEventAttendeesInclude the events attendees in the response (it's a little more expensive to do so)
LocationIdList of events with the location id specified
SearchTermstringList of events containing the search term specified. Must be 2 characters or more.
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
SortAscendingSort by start date ascending
StartDateFromstringList of events starting after the date provided
StartDateTostringList of events starting before the date provided
TakeNumber of items to be returned - defaults to 30

No output schema declared.

No examples provided.

get_event_by_id ~40

Return an event

NameTypeReqDescription
idyesEvent Id to return
showOnWebsiteOnlyOnly return committee website results - defaults to true

No output schema declared.

No examples provided.

get_events ~288

Return a list of events

NameTypeReqDescription
CommitteeBusinessIdReturn a list of events for the committee Business ID specified
CommitteeIdReturn a list of events for the committee ID specified
EndDateFromstringList of events ending after the date provided
EventTypeIdList of events with the specified event type
ExcludeCancelledEventsExclude cancelled events from the response
GroupChildEventsWithParentReturn child events as a property of its parent event - defaults to false
HouseList of events with committees pertaining to the house specified
IncludeEventAttendeesInclude the events attendees in the response (it's a little more expensive to do so)
LocationIdList of events with the location id specified
SearchTermstringList of events containing the search term specified. Must be 2 characters or more.
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
SortAscendingSort by start date ascending
StartDateFromstringList of events starting after the date provided
StartDateTostringList of events starting before the date provided
TakeNumber of items to be returned - defaults to 30

No output schema declared.

No examples provided.

get_events_committee_by_id ~262

Return events related to the committee id provided

NameTypeReqDescription
CommitteeBusinessIdList of events related to a committee business
EndDateFromstringList of events ending after the date provided
EventTypeIdList of events with the specified event type
ExcludeCancelledEventsExclude cancelled events from the response
HouseList of events with committees pertaining to the house specified
IncludeEventAttendeesInclude the events attendees in the response (it's a little more expensive to do so)
LocationIdList of events with the location id specified
SearchTermstringList of events containing the search term specified. Must be 2 characters or more.
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
SortAscendingSort by start date ascending
StartDateFromstringList of events starting after the date provided
StartDateTostringList of events starting before the date provided
TakeNumber of items to be returned - defaults to 30
idyesCommittee with id specified

No output schema declared.

No examples provided.

get_next_event_for_committees ~132

Return a list of next events for committees matching specified criteria

NameTypeReqDescription
EventFromDatestringDate from which upcoming event is to be calculated
EventTypesList of event activities with the specified event type
EventWithActivitiesOnlyOnly returns events with valid activities - defaults to false
HouseHouse of committee
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
TakeNumber of items to be returned - defaults to 30

No output schema declared.

No examples provided.

get_oral_evidence ~167

Return a list of Oral Evidence

NameTypeReqDescription
CommitteeBusinessIdList of evidence related to a committee business with the committee business id
CommitteeIdList of evidence related to a committee with the committee id
EndDatestringList of evidence published on or before date provided
SearchTermstringSearch by witness names, organisation names, and submission identifiers (where applicable). Must be 2 characters or more.
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
StartDatestringList of evidence published on or after date provided
TakeNumber of items to be returned - defaults to 30

No output schema declared.

No examples provided.

get_oral_evidence_by_id ~45

Return an Oral Evidence

NameTypeReqDescription
idyesOral Evidence with ID specified
showOnWebsiteOnlyOnly return committee website results - defaults to true

No output schema declared.

No examples provided.

get_oral_evidence_document ~44

Return a document for an Oral Evidence

NameTypeReqDescription
fileDataFormatyesType of file to return
idyesOral Evidence Id of the document return

No output schema declared.

No examples provided.

get_publication_by_id ~41

Return a publication

NameTypeReqDescription
idyesPublication Id to return
showOnWebsiteOnlyOnly return committee website results - defaults to true

No output schema declared.

No examples provided.

get_publications ~203

Return a list of publications

NameTypeReqDescription
CommitteeBusinessIdList of publications related to a committee business with the committee business id
CommitteeIdList of publications related to a committee with the committee id
EndDatestringList of publications published on or before date provided
PaperNumbersList of publications by specfied paper numbers
PublicationTypeIdsIds for types of publications
SearchTermstringSearch by publication description, metadata, and paper number (where applicable). Must be 2 characters or more.
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
SortOrderList publications by specified sort order
StartDatestringList of publications published on or after date provided
TakeNumber of items to be returned - defaults to 30

No output schema declared.

No examples provided.

get_submission_period_by_id ~26

Return a submission period

NameTypeReqDescription
idyesSubmission period id to return

No output schema declared.

No examples provided.

get_submission_period_template_document_by_id ~41

Return a submission period template file

NameTypeReqDescription
documentIdyesDocument id to return
idyesSubmission period template id to return

No output schema declared.

No examples provided.

get_written_evidence ~166

Return a list of Written Evidence

NameTypeReqDescription
CommitteeBusinessIdList of evidence related to a committee business with the committee business id
CommitteeIdList of evidence related to a committee with the committee id
EndDatestringList of evidence published on or before date provided
SearchTermstringSearch by witness names, organisation names, and submission identifiers (where applicable). Must be 2 characters or more.
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
StartDatestringList of evidence published on or after date provided
TakeNumber of items to be returned - defaults to 30

No output schema declared.

No examples provided.

get_written_evidence_by_id ~45

Return a Written Evidence

NameTypeReqDescription
idyesWritten Evidence with the Id specified
showOnWebsiteOnlyOnly return committee website results - defaults to true

No output schema declared.

No examples provided.

get_written_evidence_document ~42

Return a document for a Written Evidence

NameTypeReqDescription
fileDataFormatyesType of file to return
idyesEvidence Id of the document return

No output schema declared.

No examples provided.

list_committee_business_publication_groups ~35

Return a list of Publication Groups for a Commitee Business

NameTypeReqDescription
idyesThe committee business id

No output schema declared.

No examples provided.

list_committee_business_types ~19

Return a list of Committee Business Types

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_committee_memberships ~91

Return a list of Memberships of a Committee

NameTypeReqDescription
MembershipStatusList of committee members' memberships by status
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
TakeNumber of items to be returned - defaults to 30
idyesThe committee id

No output schema declared.

No examples provided.

list_committee_publication_groups ~32

Return a list of Publication Groups for a Commitee

NameTypeReqDescription
idyesThe committee id

No output schema declared.

No examples provided.

list_committee_staff_memberships ~90

Return a list of staff members of a Committee

NameTypeReqDescription
MembershipStatusList of committee staff by status
ShowOnWebsiteOnlyOnly return committee website results - defaults to true
SkipNumbers of items to skip - defaults to 0
TakeNumber of items to be returned - defaults to 30
idyesThe committee id

No output schema declared.

No examples provided.

list_committee_types ~17

Return a list of Committee Types

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_members_committee_memberships ~81

Return a list of memberships for one or more members

NameTypeReqDescription
CommitteeCategoryList of committee members' memberships by committee category
MembersyesList of member ids to filter by
MembershipStatusList of committee members' memberships by status
ShowOnWebsiteOnlyOnly return committee website results - defaults to true

No output schema declared.

No examples provided.

list_publication_types ~17

Return a list of Publication Types

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.