ag2-mcp-servers_openfigi-api
If you are the rightful owner of ag2-mcp-servers_openfigi-api 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 OpenFigi, auto-generated using AG2's MCP builder.
The MCP Server project is a robust implementation of the Multi-Agent Conversation Protocol, specifically tailored for the OpenAPI specification provided by OpenFigi. This server facilitates seamless communication between multiple agents by adhering to a structured protocol, ensuring efficient data exchange and interaction. Built using Python 3.9+, the server leverages modern development tools and practices, including linting, static analysis, and testing frameworks, to maintain high code quality and reliability. The server supports various transport modes, such as stdio, SSE, and streamable HTTP, providing flexibility in deployment and integration with different systems. With a focus on security and configurability, the server can be customized using environment variables and JSON configuration files, making it adaptable to various use cases and environments.
Features
- Supports multiple transport modes including stdio, SSE, and streamable HTTP.
- Utilizes modern development tools like ruff for linting and mypy for static type checking.
- Configurable via environment variables and JSON configuration files for flexibility.
- Includes pre-commit hooks to ensure code quality before commits.
- Comprehensive testing with pytest and coverage reporting.