Connects Claude to Germany's Bundestag parliamentary data via the DIP (Dokumentations- und Informationssystem für Parlamentsmaterialien) API. You get six tools: search and retrieve Drucksachen (printed documents like bills and motions), query plenary protocols and transcripts, pull combined activity feeds across Bundestag and Bundesrat, and search people referenced in parliamentary records. Part of the Pipeworx gateway ecosystem, so you can either use the standalone endpoint or access it through their unified gateway alongside 673+ other data sources. Useful if you're building legislative research tools, tracking German policy development, or need programmatic access to official parliamentary records without scraping HTML.
Bundestag DIP MCP
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
search_activities | Combined activity feed across Bundestag and Bundesrat. |
search_drucksachen | Search printed documents (bills, motions, answers). |
get_drucksache | Drucksache (printed document) detail by id. |
search_plenarprotokolle | Plenary meeting transcripts. |
get_plenarprotokoll | Plenary protocol detail. |
search_persons | Search people referenced in DIP (members, ministers, witnesses). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"bundestag-de": {
"url": "https://gateway.pipeworx.io/bundestag-de/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 Bundestag De data" })
The gateway picks the right tool and fills the arguments automatically.
MIT