numbers-api
If you are the rightful owner of numbers-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 to facilitate multi-agent interactions using the OpenAPI specification from Nexmo's numbers API.
The MCP Server is a robust platform designed to manage multi-agent conversations by leveraging the OpenAPI specification from Nexmo's numbers API. Built using AG2's MCP builder, this server provides a structured environment for handling complex interactions between multiple agents. It is developed in Python 3.9+ and utilizes modern development tools such as ruff for linting, mypy for static type checking, and pytest for testing. The server supports various transport modes, including stdio, sse, and streamable-http, making it versatile for different communication needs. Configuration is flexible, allowing for JSON-based settings and environment variable overrides, which include security parameters like API keys. The server is designed to be easily integrated into development workflows with pre-commit hooks and automated testing scripts, ensuring high code quality and reliability. Additionally, the project supports building and publishing using Hatch, streamlining the deployment process.
Features
- Supports multiple transport modes: stdio, sse, and streamable-http.
- Flexible configuration using JSON files and environment variables.
- Automated testing and linting with pytest and ruff.
- Pre-commit hooks for maintaining code quality.
- Build and publish capabilities using Hatch.