Agent Tools
Back to MCP servers

com.potomacledger/trades

https://potomacledger.com/mcp
● healthy

skills: {'id': 'search_trades', 'name': 'search_trades', 'description': 'Search disclosed trades by person, ticker, branch, role (Senate/House/title), buy/sell, conflict flag, minimum dollar amount, and date window. Returns newest first.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_person_trades', 'name': 'get_person_trades', 'description': 'All disclosed trades for a named member of Congress or executive-branch official.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_ticker_activity', 'name': 'get_ticker_activity', 'description': 'Which officials have disclosed trades in a given ticker.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_recent_trades', 'name': 'list_recent_trades', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_conflicts', 'name': 'list_conflicts', 'description': "Trades flagged as a potential conflict (company sector overlaps the official's committee or agency). Accepts branch/role/since/until filters.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'aggregates', 'name': 'aggregates', 'description': '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 the same branch/role/since/until/type/ticker filters as search — pass branch=congress + role=Senate + since=YYYY-MM-DD to scope. Use this BEFORE paginating search_trades when you only need ranked counts.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 370.9ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://potomacledger.com/mcp
JSON-RPC initialize probe
curl -X POST https://potomacledger.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://potomacledger.com/mcp
Listed at (chiark)
https://chiark.ai/agents/6613fa21-88f4-49ba-aaa8-a9bac36b64b0