politician_top_movers
Pack: politician-trades · Endpoint: https://gateway.pipeworx.io/politician-trades/mcp
Which tickers attracted the most congressional trading activity in the last N days, aggregated across the top 35 most-active filers. Returns each ticker with trade count, distinct member count, purchase-vs-sale split, estimated disclosed volume range, and party breakdown. Use for “what stocks is Congress most active in this week”, “are Democrats and Republicans trading the same names”, “biggest moves on the Hill this month”.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
days | number | no | Look-back window in days. Default 30. |
limit | number | no | Max tickers to return. Default 20, max 100. |
Example call
curl -X POST https://gateway.pipeworx.io/politician-trades/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"politician_top_movers","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"politician-trades": {
"url": "https://gateway.pipeworx.io/politician-trades/mcp"
}
}
}
See Getting Started for client-specific install steps.