← potomacledger.com

INDIVIDUAL MCP TOOL

get_person_trades

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

potomacledger.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

potomacledger.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.potomac-ledger]
url = "https://potomacledger.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "potomac-ledger": {
      "type": "http",
      "url": "https://potomacledger.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: potomac-ledger
Remote MCP URL: https://potomacledger.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "potomac-ledger": {
      "url": "https://potomacledger.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "potomac-ledger": {
      "type": "http",
      "url": "https://potomacledger.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "potomac-ledger",
  "transport": "streamable-http",
  "url": "https://potomacledger.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_trades — Search disclosed trades by person, ticker, branch, role (Senate/House/title), buy/sell, conflict flag, minimum dollar amount, and date window.
  • get_ticker_activity — Which officials have disclosed trades in a given ticker.
  • list_recent_trades — The most recently disclosed trades — newest first.
  • list_conflicts — Trades flagged as a potential conflict (company sector overlaps the official's committee or agency).
  • 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.