Open Data

Parliament Bills MCP Server

Chat with AI and run tools instantly — no API key or third-party login needed.

UK Parliament Bills API providing access to current and historical parliamentary bills, their progress through legislative stages, sponsors, and publication details.

Managed
2 tools
Agent guide included

No API key or third-party login needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Parliament Bills — workflow patterns, data models, and gotchas for your AI agent.

UK Parliament Bills API

Public structured-data API for UK parliamentary bills — legislation proposed and progressing through Parliament.

Data Model

  • Bill — A proposed piece of legislation with a billId, shortTitle, originating house, and current stage.
  • Stage — A legislative stage (1st reading, 2nd reading, committee, report, 3rd reading, Royal Assent). Ordered by sortOrder.
  • StageSitting — A specific sitting/debate for a stage, with date.
  • Publication — Documents associated with a bill (bill text, explanatory notes, amendments).
  • Sponsor — An MP or Lord sponsoring the bill, with member details.

Key Fields

  • billId — Unique integer ID for the bill
  • shortTitle — Common name of the bill
  • currentHouse — Which house the bill is currently in: 'Commons', 'Lords', or 'Unassigned'
  • originatingHouse — Where the bill was introduced
  • currentStage.description — e.g. "2nd reading", "Committee stage", "Royal Assent"
  • isAct — True if the bill has received Royal Assent and is now an Act of Parliament
  • isDefeated — True if the bill was voted down

Gotchas

  • billTypeId maps to different bill types (Public, Private, Hybrid, etc.) but the API doesn't expose a type lookup — use the bill detail endpoint.
  • Sessions are identified by sessionId — a parliamentary session typically runs from May to May.
  • The lastUpdate field uses ISO 8601 format with millisecond precision.
  • Search is case-insensitive and matches against shortTitle.

Tools in this Server (2)

Parl Bills Detail

Get detailed information about a specific UK Parliament bill including its full title, summary, current stage, sponsors, and legislative history. Use ...

Parl Bills Search

Search UK Parliament bills by keyword. Returns bill titles, current legislative stage, originating house, and whether the bill is now an Act of Parlia...

Frequently Asked Questions

What is the Parliament Bills MCP server?

UK Parliament Bills API providing access to current and historical parliamentary bills, their progress through legislative stages, sponsors, and publication details. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Parliament Bills to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/parliament-bills. Authentication is handled automatically.

How many tools does Parliament Bills provide?

Parliament Bills provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Parliament Bills require?

Parliament Bills uses open data APIs — no authentication required.

Setup Instructions

Connect Parliament Bills to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/parliament-bills

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Parliament Bills and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Parliament Bills will appear under Not connected — select it and click Connect to complete OAuth.
Name: Parliament Bills
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/parliament-bills
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try Parliament Bills now

No API key or third-party login required. Chat with AI and run tools instantly.