Open Parliament MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Open Parliament MCPlist the available Parliament data sources"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
open-parliament-mcp
A thin MCP connector to the UK Parliament's public APIs and the Members OData endpoint. It exposes five generic tools rather than modelling endpoints; the "how to use each source" knowledge lives in playbooks.
Tools
list_apis— list the available Parliament data sources.describe_api(api, detail?, path?)— show a source's endpoints (compact by default;detail:"full"for the raw spec;pathto filter). For the OData source, lists collections / returns$metadata.call_api(api, path, query?)— GET an endpoint and return JSON. The host is fixed by the source id (allowlist); read-only.list_playbooks/get_playbook(name)— procedural advice.
Related MCP server: openproject-mcp
Running
npm install
npm run build
# stdio (Claude Desktop / Claude Code):
MCP_TRANSPORT=stdio node build/index.js
# streamable HTTP (default), port 3401:
node build/index.jsConfiguration
Env var | Default | Purpose |
|
|
|
|
| HTTP port. |
| (unset) | Enable Cloudflare Access origin verification. |
|
| GitHub repo for live playbooks. |
|
| Git ref for playbooks. |
Playbooks are fetched live from the playbooks/ folder of PLAYBOOKS_REPO,
falling back to the copy bundled in the image when GitHub is unreachable.
Data sources
UK Parliament public APIs (read-only, no key required). See list_apis for
the full set. This connector is unaffiliated with UK Parliament; cite results
against the originating API.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brynmrgn/open-parliament-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server