fec-mcp-server

reichaves/fec-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
An MCP server that connects the OpenFEC API to AI assistants, allowing you to investigate US federal campaign finance through natural conversations
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fec-mcp-server": {
      "command": "uvx",
      "args": [
        "fec-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install fec-mcp-server