devops-infra MCP Server
MCP server for querying FEC campaign finance data - search candidates, track donations, analyze spending, and monitor Super PAC activity
Discovered via unknown and last synced 2mo ago.
1. Install the package
npx fec-mcp-server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"fec-mcp-server": {
"command": "npx",
"args": [
"fec-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
(optional): Filter by office - H (House), S (Senate), P (President)
(required): Candidate name to search for
(optional): Filter by party code (e.g., "DEM", "REP")
(optional): Filter by state (2-letter code)
(optional): Filter by election year (e.g., 2024)