Bargo Congress Trades
io.github.bargo-ai/congress-tradesQuery normalized U.S. Congress STOCK Act trades with member, ticker, and performance data.
Tools · 3
U.S. Congress stock trades from official STOCK Act Periodic Transaction Reports (House Clerk + Senate eFD). Each row: member, chamber, state, ticker, company, type (purchase/sale/exchange), disclosed …
All disclosed trades for one member of Congress plus a performance summary (trade count, buys/sells, average per-share return on disclosed buys). Pass the member_slug returned by get_congress_trades (…
Aggregate Congress-trading stats: total trades/members/tickers, buy vs sell counts, latest transaction & disclosure dates, and the most-traded tickers over the last 90 days.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"bargo_congress_trades": {
"url": "https://www.bargo.ai/free-apis/congress/mcp",
"transport": "streamable-http"
}
}
}