From fecfile
Provides access to the FEC (Federal Election Commission) API for querying US campaign finance data, candidates, committees, and election filings. Runs locally via Python subprocess.
npx claudepluginhub hodgesmr/agent-fecfile --plugin fecfileAdd to your .mcp.json:
{
"mcpServers": {
"fec-api": {
"command": "uv",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/mcp-server/server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv