Tools/Congress (STOCK Act)

congress.member.search

freeread-only

Find US House representatives who filed financial disclosures in a year, by name (filing index — parsed trades available via congress.trades, US House live; Senate being added).

Parameters#

ParameterTypeDescription
namereqstringRepresentative name (partial ok)
yearoptnumberFiling year (default 2024)

Example call#

bash
curl -X POST https://arkolith.com/api/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "congress.member.search",
    "arguments": {
      "name": "Pelosi",
      "year": 2024
    }
  }
}'

Example response#

Shape varies
Output depends on your arguments and live data. Make the call above to see the exact response. Every result includes a provenance block where the source carries one.
Free tool
This call costs 0 credits. Use it freely.