audit-api

audit-api

3.2

If you are the rightful owner of audit-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 is a robust and flexible server implementation that facilitates multi-agent conversations using the Multi-Agent Conversation Protocol (MCP). It is specifically tailored for the OpenAPI specification provided by Nexmo's audit API. The server is built using Python 3.9+ and leverages modern development tools and practices to ensure high-quality code and ease of use. It supports various transport modes, including stdio, SSE, and streamable HTTP, making it adaptable to different communication needs. The server is designed with a focus on security and configurability, allowing users to specify configurations through environment variables or JSON files. Additionally, the project includes comprehensive testing, linting, and static analysis tools to maintain code quality and reliability.

Features

  • Supports multiple transport modes (stdio, SSE, streamable HTTP) for flexible communication.
  • Configurable via environment variables and JSON configuration files for easy customization.
  • Includes pre-commit hooks and scripts for linting, formatting, and static analysis to ensure code quality.
  • Comprehensive testing suite with coverage reports to verify functionality and reliability.
  • Built with modern Python tools and practices, including Hatch for building and publishing.