Open Data

Parliament Bills MCP Server

Chat with AI and run tools instantly — no account needed.

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

2 tools
Agent guide included
Try it Free

No account 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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try Parliament Bills now

No sign-up required. Chat with AI and run tools instantly.

Parliament Bills MCP Server & Skill — 2 Tools