MCP server exposing 6 tools for bundestag-de.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/bundestag-de/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_activities — Bundestag/Bundesrat parliamentary activities filtered by GND subject descriptor (e.g. "Klimaschutz", "Mindestlohn") + optional ministry/date. Topic matching uses DIP subject descriptors (controlled German vocabulary) — pass a precise German subject term. For full document search use search_drucksachen instead.search_drucksachen — Search printed documents (bills, motions, answers).get_drucksache — Drucksache (printed document) detail by id.search_plenarprotokolle — List Bundestag plenary protocols (transcripts) by date range. NOT keyword-searchable — protocol titles are only session numbers, so for a topic use search_drucksachen; open a specific protocol with get_plenarprotokoll.get_plenarprotokoll — Fetch full detail for a single Bundestag plenary protocol (Plenarprotokoll) by its numeric id string — returns date, session number, and associated agenda items and speakers.search_persons — List people referenced in DIP (members, ministers, witnesses), paginated by cursor. NOTE: DIP provides no name search — you cannot filter /person by name. To find a specific person, locate them via search_drucksachen (documents/activities reference persons).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/bundestag-de/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io