search_politicians
Pack: abgeordnetenwatch · Endpoint: https://gateway.pipeworx.io/abgeordnetenwatch/mcp
Search German federal and state politicians by name (surname or partial surname, contains-match). Returns matching politicians with party, year of birth and sex. Example: name “Scholz” or “Merz”. Use get_politician with a returned id for the full profile.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Surname or partial surname to search for (contains match), e.g. “Scholz”. |
limit | number | no | Max results to return (default 10). |
Example call
curl -X POST https://gateway.pipeworx.io/abgeordnetenwatch/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_politicians","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"abgeordnetenwatch": {
"url": "https://gateway.pipeworx.io/abgeordnetenwatch/mcp"
}
}
}
See Getting Started for client-specific install steps.