Connects Claude to the European Parliament's open data API with four straightforward tools: list all MEPs for the current or historical terms, pull individual MEP profiles by ID, search plenary documents, and fetch the session calendar. Useful when you need to quickly reference voting records, track legislative activity, or pull biographical data on parliament members without leaving your editor. Part of the larger Pipeworx gateway, so you can either use this standalone endpoint or add it alongside 670+ other data sources. Includes an ask_pipeworx natural language interface that routes questions to the right tool automatically.
European Parliament Open Data MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
meps | List MEPs (current term by default). |
mep | Single MEP by id. |
plenary_documents | Plenary documents. |
session_calendar | Session calendar. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"eu-parliament": {
"url": "https://gateway.pipeworx.io/eu-parliament/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Eu Parliament data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json