MCP Hub
Back to servers

UK Parliament MCP Server

Provides access to live UK Parliament data including bills, votes, MP profiles, and financial interests without requiring an API key. It enables users to track parliamentary rebellions, search petitions, and cross-reference voting records with declared financial interests.

glama
Stars
2
Updated
Mar 30, 2026
Validated
Apr 1, 2026

UK Parliament MCP Server

npm version License: MIT GitHub

A Model Context Protocol (MCP) server for live UK Parliament data. Query bills, votes, MP profiles, financial interests, and petitions straight from your MCP‑compatible assistant, no API key required.


Features

  • No authentication – open data under the Open Parliament Licence
  • Rebellion tracking – detect MPs voting against their party whip
  • Cross-dataset queries – match vote records against financial interests
  • Pattern detection – close votes, government defeats, party rebellion rates
  • Bill & petition search – by keyword, stage, or status

Installation

# One‑off run
npx uk-parliament-mcp

# Global install
npm install -g uk-parliament-mcp

Usage

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "uk-parliament": {
      "command": "npx",
      "args": ["-y", "uk-parliament-mcp"]
    }
  }
}

Claude Code:

claude mcp add uk-parliament -- npx -y uk-parliament-mcp

Available Tools

ToolPurpose
rank_entitiesRank MPs by rebellion count across divisions
get_eventsRecent divisions, rebellions, or bills
analyze_patternsClose votes, government defeats, party rebellion rates
find_entitiesFind MPs, bills, petitions, or declared interests
query_entitiesCross-reference vote records with financial interests

What You Can Ask

QuestionTool
Which Labour MPs have rebelled most this parliament?rank_entities
What votes happened in the Commons this week?get_events
Which Conservative MPs rebelled last month?get_events
Bills currently about welfare reform?find_entities
Show me knife-edge votes (10 votes margin or fewer) this yearanalyze_patterns
Which government bills were defeated in the Lords?analyze_patterns
MPs with declared defence company interestsfind_entities
Labour MPs who voted No on a Renters Reform Bill with property interestsquery_entities
What are the most-signed open petitions right now?find_entities

Data Sources

APIWhat it covers
bills-api.parliament.ukBills, stages, sponsors
commonsvotes-api.parliament.ukCommons division records
lordsvotes-api.parliament.ukLords division records
members-api.parliament.ukMP and Lord profiles
interests-api.parliament.ukRegister of Members' Financial Interests
petition.parliament.ukPetitions and signature counts

Development

git clone https://github.com/YOUR_USERNAME/uk-parliament-mcp-server.git
cd uk-parliament-mcp-server
npm install
npm run build   # compile TypeScript
npm start       # production
npm run dev     # watch & reload

Contributing

  1. Fork → branch → commit
  2. git push and open a PR
  3. Follow the coding style in src/

License

MIT – see LICENSE.


Disclaimer This project is unofficial and not endorsed by UK Parliament. Data usage is subject to the Open Parliament Licence.

Reviews

No reviews yet

Sign in to write a review