Data Collection
potomacledger.com
Provides tools to search and retrieve financial trades disclosed by US government officials.
ENDPOINT 1
https://potomacledger.com/mcp
MCP server metadata
- Name
- potomac-ledger
- Version
- 1.0.0
The Potomac Ledger: publicly disclosed stock trades of U.S. members of Congress and senior executive-branch officials (STOCK Act / OGE), enriched with party/committee/agency, sector, and heuristic conflict flags. Relay the disclaimer on every response. Free tier covers trades disclosed in the last 90 days. The complete archive (all history back to 2020) is available with a Pro API key: https://potomacledger.com/ai/#pro
Known tools 6
search_tradesSearch disclosed trades by person, ticker, branch, role (Senate/House/title), buy/sell, conflict flag, minimum dollar amount, and date window.
Inferred read-onlyget_person_tradesAll disclosed trades for a named member of Congress or executive-branch official.
Inferred read-onlylist_conflictsTrades flagged as a potential conflict (company sector overlaps the official's committee or agency).
Inferred read-onlyaggregatesSummary 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for potomacledger.com was fetched 2026-08-09T23:36:14.013Z and is being refreshed.
potomacledger.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.