You're viewing a demo portfolio

Join the waitlist
PRSM

candidate_financials

Active

Tool of Open Fec

declared in 0.1.0

Get campaign finance summary for a candidate by their FEC candidate ID (e.g., "P80001571"). Returns total receipts, disbursements, cash on hand, individual contributions, PAC contributions, and loans. Use search_candidates first to find the candidate ID.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-open-fec-api-key",
      "candidate_id": "P80001571"
    },
    {
      "cycle": 2024,
      "_apiKey": "your-open-fec-api-key",
      "candidate_id": "P80001571"
    }
  ],
  "required": [
    "_apiKey",
    "candidate_id"
  ],
  "properties": {
    "cycle": {
      "type": "number",
      "description": "Election cycle year (e.g., 2024). Defaults to most recent."
    },
    "_apiKey": {
      "type": "string",
      "description": "OpenFEC API key"
    },
    "candidate_id": {
      "type": "string",
      "description": "FEC candidate ID (e.g., \"P80001571\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Open Fec

https://github.com/pipeworx-io/mcp-open-fec

2/7 registries
View full server →
candidate_financials — Open Fec — PRSM MCP