@pipeworx/uk-parliament
Connect: https://gateway.pipeworx.io/uk-parliament/mcp · Install: one-click buttons
Tools: 7
UK Parliament MCP — official Westminster APIs: Members, Bills, Hansard (debates). No auth.
Tools
search_members(name?, location?, party?, house?, is_current?, take?, skip?)— MPs and Lordsget_member(id, includes?)— member detailsearch_bills(query?, session?, stage?, member_id?, current_house?, take?, skip?)— billsget_bill(bill_id)— bill detailbill_stages(bill_id)— all stages of a billsearch_hansard(query, house?, date_from?, date_to?, member_id?, take?, skip?)— debates / contributionsrecent_divisions(house?, date_from?, take?)— recent votes
Data sources
- Members:
https://members-api.parliament.uk/api/ - Bills:
https://bills-api.parliament.uk/api/v1/ - Hansard:
https://hansard-api.parliament.uk/
Tools
- search_members — Search MPs and Lords by name / party / location / house.
- get_member — Member detail by member id.
- search_bills — Search legislation before the UK Parliament through the official Bills API (bills-api.parliament.uk), matching bill titles and short titles and filtering by parliamentary session id, current stage id,
- get_bill — Fetch full detail for a UK Parliament bill by numeric bill_id — returns title, short title, sponsors, current stage, originating house, sessions, and summary description.
- bill_stages — All stages of a bill (introduction, readings, committee, royal assent).
- search_hansard — Search debate contributions in Hansard.
- recent_divisions — Recent divisions (recorded votes) in the UK Parliament, read from the official Hansard API at hansard-api.parliament.uk, filterable by house (Commons or Lords) and a start date, up to 25 per call. Ret
Tools
-
bill_stages— All stages of a bill (introduction, readings, committee, royal assent). -
get_bill— Fetch full detail for a UK Parliament bill by numeric bill_id — returns title, short title, sponsors, current stage, originating house, sessions, and summary description. -
get_member— Member detail by member id. -
recent_divisions— Recent divisions (recorded votes) in the UK Parliament, read from the official Hansard API at hansard-api.parliament.uk, filterable by house (Commons or Lords) and a start date, up to 25 per call. Ret -
search_bills— Search legislation before the UK Parliament through the official Bills API (bills-api.parliament.uk), matching bill titles and short titles and filtering by parliamentary session id, current stage id, -
search_hansard— Search debate contributions in Hansard. -
search_members— Search MPs and Lords by name / party / location / house.