Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Bargo Congress Trades

io.github.bargo-ai/congress-trades

Query normalized U.S. Congress STOCK Act trades with member, ticker, and performance data.

Uptime
100.0%
1 direct probes · 30d
Response
500ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

get_congress_trades

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 …

get_congress_member

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 (…

get_congress_stats

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.

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"
    }
  }
}