management-api

management-api

3.2

If you are the rightful owner of management-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 by Adyen's Management Service, 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 Adyen's Management Service. This server facilitates seamless communication between multiple agents by adhering to the MCP standards, ensuring efficient and structured interactions. Built with Python 3.9+, the server is equipped with tools for linting, static analysis, and testing, making it a reliable choice for developers looking to integrate or extend their systems with MCP capabilities. The server supports various transport modes, including stdio, SSE, and streamable HTTP, providing flexibility in deployment and usage. With a focus on security and configurability, the server can be easily customized using environment variables and JSON configuration files.

Features

  • Supports multiple transport modes: stdio, SSE, and streamable HTTP.
  • Configurable via environment variables and JSON files for flexibility.
  • Includes tools for linting, static analysis, and testing to ensure code quality.
  • Pre-commit hooks for maintaining code standards.
  • Built with Python 3.9+ for modern development practices.