hodgesmr/agent-fecfile
35 stars · Last commit 2026-02-04
A Claude Code plugin + Agent Skill + MCP Server for analyzing Federal Election Commission (FEC) campaign finance filings.
README preview
# agent-fecfile  ## FEC Filing Plugin for Claude Code A [Claude Code plugin](https://docs.anthropic.com/en/docs/claude-code/plugins) for analyzing Federal Election Commission (FEC) campaign finance filings. Includes an [Agent Skill](https://agentskills.io) and an [MCP server](https://modelcontextprotocol.io) for API access. This plugin enables AI agents to fetch, parse, and analyze FEC filings directly within agent sessions. Parsing and filtering happen outside the model context, allowing agents to programmatically reduce large filings before analysis, saving tokens and enabling efficient queries against filings of any size. The plugin includes detailed field mappings for common form types and schedules, helping agents accurately interpret campaign finance data like contributions, disbursements, and committee information. ## Features - Fetch and analyze FEC filings by filing ID (Agent Skill) - Search for committees and filings via the FEC API (MCP server) - Support for major form types (F1, F2, F3, F99) - Detailed field mappings for contributions, disbursements, and schedules - Auto-installing dependencies via uv