openparliament-ca
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., "@openparliament-casearch debates about carbon tax"
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.
@pipeworx/openparliament-ca
OpenParliament.ca MCP — civic-tech mirror of the Parliament of Canada. House of Commons debates (Hansard), bills, votes, MPs, committee meetings. No auth.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
Note: this is a community-maintained project (Michael Mulley et al.) — not the official Library of Parliament APIs (which are XML-only and awkward). OpenParliament.ca ingests and republishes the data with a clean REST surface.
Tools
search_debates(query, date_from?, date_to?, politician?, party?, limit?, offset?)— Hansard contributionslist_bills(session?, sponsor?, status?, limit?, offset?)— Parliament billsget_bill(session, number)— bill detaillist_votes(session?, limit?, offset?)— recorded votes in the Houselist_politicians(current?, party?, province?, name?, limit?, offset?)— current + historic MPsget_politician(slug)— MP profilelist_committees(session?, limit?, offset?)— House committeeslist_committee_meetings(committee_slug?, date_from?, date_to?, limit?)— meetings
Related MCP server: canlii-mcp
Data source
https://api.openparliament.ca/ — JSON via Accept: application/json or ?format=json.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"openparliament-ca": {
"url": "https://gateway.pipeworx.io/openparliament-ca/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Openparliament Ca data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
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.
Related MCP Servers
- Flicense-quality-maintenanceProvides access to Canadian federal parliamentary data (debates, bills, MPs, votes, Hansard transcripts) and legal information (case law and legislation through CanLII) for research and analysis.3
- AlicenseAqualityCmaintenanceSearch Canadian case law, browse legislation, and check citations via the CanLII API.9693MIT
- Alicense-qualityCmaintenanceProvides access to European Parliament open data, enabling queries about MEPs, plenary documents, and session calendar.7MIT
- Flicense-qualityDmaintenanceProvides access to Ontario open government data through the CKAN API, enabling dataset search, organization browsing, and resource data queries.
Related MCP Connectors
Riksdagen (Swedish Parliament) open data MCP.
Dutch Parliament (Tweede Kamer) open data MCP.
UK Parliament MCP — Members, Bills, Hansard APIs
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pipeworx-io/mcp-openparliament-ca'
If you have feedback or need assistance with the MCP directory API, please join our Discord server