Open Data

UK Petitions MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

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

2 tools
Agent guide included
No auth required
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

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

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.

Ready to chat with UK Petitions?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

UK Petitions MCP Server & Skill — 2 Tools