Open Data

UK Petitions MCP Server

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

UK Parliament and Government petitions. Search active and past petitions, view signature counts, government responses, and debate outcomes.

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 UK Petitions — workflow patterns, data models, and gotchas for your AI agent.

UK Parliament Petitions

Official UK Parliament petitions API. No authentication required.

Data Model

  • Petition — A public petition with an action (title), background, signature count, and lifecycle state.
  • Stateopen (collecting signatures), closed (deadline passed), rejected, debated, responded (government replied), awaiting_response, awaiting_debate.
  • Government Response — Official response added when a petition reaches 10,000 signatures.
  • Debate — Parliamentary debate scheduled when a petition reaches 100,000 signatures.

Key Fields

  • id — Unique petition identifier (integer)
  • attributes.action — Short title / what the petition asks for
  • attributes.signature_count — Current number of signatures
  • attributes.state — Lifecycle state
  • attributes.government_response — Object with summary and details (null if < 10k signatures)
  • attributes.debate — Object with debated_on, transcript_url, video_url (null if < 100k)

Gotchas

  • JSON suffix: All endpoints require .json suffix for JSON responses.
  • Pagination: List endpoints use page query parameter. Links object contains first, last, next, prev.
  • States for filtering: open, closed, rejected, debated, awaiting_response, awaiting_debate, all.
  • Signature thresholds: 10,000 = government must respond, 100,000 = considered for debate.

Tools in this Server (2)

Petitions Get

Get full details of a UK Parliament petition by ID. Returns the petition action (title), background, current signature count, state, creator, governme...

Petitions Search

Search UK Parliament petitions by keyword and/or state. Returns petition titles, signature counts, states, government responses, and debate info. Peti...

Frequently Asked Questions

What is the UK Petitions MCP server?

UK Parliament and Government petitions. Search active and past petitions, view signature counts, government responses, and debate outcomes. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect UK Petitions 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/uk-petitions. Authentication is handled automatically.

How many tools does UK Petitions provide?

UK Petitions 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 UK Petitions require?

UK Petitions uses open data APIs — no authentication required.

Setup Instructions

Connect UK Petitions to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/uk-petitions

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 UK Petitions and paste the MCP URL into Remote MCP server URL.
  4. Click Add. UK Petitions will appear under Not connected — select it and click Connect to complete OAuth.
Name: UK Petitions
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/uk-petitions
Authentication: OAuth

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

Try UK Petitions now

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

UK Petitions MCP Server & Skill — 2 Tools