You're viewing a demo portfolio

Join the waitlist
PRSM

fec_candidate_financials

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Get aggregate campaign finance totals for a candidate by FEC candidate_id, broken down by election cycle. Includes total receipts, disbursements, individual contributions, cash on hand, and debts. Filter to one cycle with the cycle parameter.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "candidate_id"
  ],
  "properties": {
    "cycle": {
      "type": "number",
      "description": "Two-year election cycle (even year, e.g. 2024). Optional."
    },
    "limit": {
      "type": "number",
      "description": "Maximum cycles to return (default 10, max 50)."
    },
    "candidate_id": {
      "type": "string",
      "description": "FEC candidate ID (e.g. 'S2MA00170')."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
fec_candidate_financials — io.github.blackboxfoundry/livedatalink — PRSM MCP