search_committees
ActiveTool of Open Fec
declared in 0.1.0
Search political committees (PACs, Super PACs, party committees) by name. Returns committee ID, name, type, designation, party, treasurer, and associated candidates. Example: search_committees("ActBlue")
Parameters schema
{
"type": "object",
"examples": [
{
"query": "ActBlue",
"_apiKey": "your-open-fec-api-key"
}
],
"required": [
"_apiKey",
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Committee name to search (e.g., \"Americans for Prosperity\")"
},
"_apiKey": {
"type": "string",
"description": "OpenFEC API key"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Open Fec
https://github.com/pipeworx-io/mcp-open-fec
2/7 registries