openfec

openfec

3.2

If you are the rightful owner of openfec and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project is an MCP (Multi-Agent Conversation Protocol) Server designed for the OpenAPI URL provided by the Federal Election Commission (FEC).

The MCP Server is a robust and flexible server implementation that facilitates multi-agent conversations using the Multi-Agent Conversation Protocol (MCP). It is auto-generated using AG2's MCP builder and is tailored to work with the OpenAPI specifications provided by the Federal Election Commission (FEC). The server is built to handle various transport modes, including standard input/output (stdio), server-sent events (sse), and streamable HTTP, making it versatile for different communication needs. The server is developed in Python and requires Python 3.9 or higher, along with pip and uv for installation. It is equipped with tools for linting, formatting, static analysis, and testing, ensuring high code quality and reliability. The server can be configured using environment variables, allowing for flexible deployment and integration with other systems. Additionally, it supports pre-commit hooks to maintain code integrity before changes are committed.

Features

  • Supports multiple transport modes: stdio, sse, and streamable-http.
  • Configurable via environment variables for flexible deployment.
  • Includes tools for linting, formatting, static analysis, and testing.
  • Pre-commit hooks to ensure code quality before commits.
  • Built using AG2's MCP builder for seamless integration with OpenAPI specifications.