Eqivo
0
Generates a Multi-Agent Conversation Protocol (MCP) server from an OpenAPI specification.
About
This project provides an automatically generated MCP server, built using AG2's MCP builder from a given OpenAPI URL. It serves as a foundational component for developing multi-agent systems, translating complex API definitions into a runnable server that adheres to the Multi-Agent Conversation Protocol. The server is designed for flexibility, supporting various transport modes and configuration via environment variables, making it suitable for rapid prototyping and deployment of agent-based services.
Key Features
- Automatic server generation from OpenAPI specifications
- Support for multiple transport modes (stdio, SSE, streamable-HTTP)
- Hatch-based project building and publishing capabilities
- Integrated development tooling including linting, static analysis, and testing with Ruff, MyPy, and Pytest
- Configurable via environment variables for flexible deployment
- 0 GitHub stars
Use Cases
- Rapidly deploying an MCP server from an existing OpenAPI-defined API
- Automating the creation of server-side components for agent-based systems
- Streamlining the development of services that require Multi-Agent Conversation Protocol adherence