You're viewing a demo portfolio

Join the waitlist
PRSM

search_contributions

Active

Tool of Open Fec

declared in 0.1.0

Search itemized individual contributions ("follow the money") — who donated, how much, employer/occupation, city/state, and date. Filter by recipient committee, donor name, employer, state, minimum amount, and cycle. PREFER for "who donated to <committee>", "<person>'s political donations", "donations from <employer> employees". Requires at least one of committee_id or contributor_name.

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey"
  ],
  "properties": {
    "cycle": {
      "type": "number",
      "description": "Two-year transaction period / cycle (even year, e.g. 2024)."
    },
    "state": {
      "type": "string",
      "description": "Two-letter donor state (e.g. \"CA\")."
    },
    "_apiKey": {
      "type": "string",
      "description": "OpenFEC API key"
    },
    "min_amount": {
      "type": "number",
      "description": "Minimum contribution amount in USD."
    },
    "committee_id": {
      "type": "string",
      "description": "Recipient committee ID (from search_committees)."
    },
    "contributor_name": {
      "type": "string",
      "description": "Donor name to search (e.g. \"Musk\")."
    },
    "contributor_employer": {
      "type": "string",
      "description": "Donor employer filter (e.g. \"Google\")."
    }
  }
}

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 →
search_contributions — Open Fec — PRSM MCP