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

com.potomacledger/trades

com.potomacledger/trades

Stock trades of U.S. Congress & executive-branch officials, with conflict flags. Read-only.

Uptime
100.0%
2 direct probes · 30d
Response
2226ms
last probe
Tools
6
callable
Resources
3
readable
Prompts
3
available

Tools · 6

search_trades

Search disclosed trades by person, ticker, branch, role (Senate/House/title), buy/sell, conflict flag, minimum dollar amount, and date window. Returns newest first.

get_person_trades

All disclosed trades for a named member of Congress or executive-branch official.

get_ticker_activity

Which officials have disclosed trades in a given ticker.

list_recent_trades

The most recently disclosed trades — newest first. Accepts the same branch/role/since/until/type filters as search_trades so an agent can scope to a chamber or window in one call.

list_conflicts

Trades flagged as a potential conflict (company sector overlaps the official's committee or agency). Accepts branch/role/since/until filters.

aggregates

Summary stats over the filtered set: totals, branch split, most-active officials, top tickers bought/sold (per individual stock), top sectors bought/sold, potential conflict count, date range. Accepts…

Resources · 3

dataset-manifest

Version, content hash, row counts, coverage, download URLs, and the incremental-sync recipe.

https://potomacledger.com/dataset-manifest.json
data-dictionary

Every field defined, with per-field and per-year completeness.

https://potomacledger.com/data-dictionary.json
data-license

Usage terms for the dataset.

https://potomacledger.com/data-license/

Prompts · 3

conflicts_overview

Surface disclosed trades flagged as potential conflicts of interest, framed responsibly.

person_trades

Summarize the disclosed trading of a named member or official.

ticker_activity

List the officials who have disclosed trades in a given stock.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.potomacledger/trades": {
      "url": "https://potomacledger.com/mcp",
      "transport": "streamable-http"
    }
  }
}