axesso-api

axesso-api

3.2

If you are the rightful owner of axesso-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 available at the given URL. It is designed to facilitate seamless communication between multiple agents by leveraging the capabilities of the MCP framework. The server is built using Python 3.9+ and incorporates a range of development tools to ensure high-quality code and efficient operation. The server supports various transport modes, including stdio, SSE, and streamable HTTP, allowing for flexible deployment in different environments. The project emphasizes code quality and maintainability through the use of tools like ruff for linting and formatting, mypy for static type checking, and pytest for testing. Additionally, the server can be configured using environment variables, providing a customizable setup for different use cases. The project also includes scripts for building, testing, and publishing, making it easy to integrate into existing workflows.

Features

  • Supports multiple transport modes (stdio, SSE, streamable HTTP)
  • Configurable via environment variables for flexible deployment
  • Includes tools for linting, formatting, static analysis, and testing
  • Pre-commit hooks to ensure code quality before commits
  • Built with Python 3.9+ and compatible with modern development practices