voice-api
If you are the rightful owner of voice-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, 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 of Nexmo's voice API. It is built to facilitate seamless communication between multiple agents in a conversational context, leveraging the capabilities of the OpenAPI framework. The server is developed in Python and requires version 3.9 or higher, ensuring compatibility with modern Python features and libraries. The project emphasizes code quality and maintainability, employing tools like ruff for linting and formatting, mypy for static type checking, and pytest for comprehensive testing. The server supports various transport modes, including stdio, sse, and streamable-http, providing flexibility in deployment and integration. Configuration is highly customizable through environment variables, allowing users to specify paths to configuration files or directly input JSON strings for configuration. Security parameters can also be set via environment variables, ensuring secure communication and data handling.
Features
- Auto-generated MCP server using AG2's MCP builder.
- Supports multiple transport modes: stdio, sse, streamable-http.
- Customizable configuration via environment variables.
- Comprehensive testing with pytest and coverage reports.
- Pre-commit hooks for maintaining code quality.