aws-cloudhsm-v2

aws-cloudhsm-v2

3.2

If you are the rightful owner of aws-cloudhsm-v2 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 Amazon AWS CloudHSMv2, 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 Amazon AWS CloudHSMv2 API. It is auto-generated using AG2's MCP builder, ensuring a seamless integration with the specified OpenAPI URL. The server is built with Python 3.9+ and leverages 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. It is designed to be easily configurable through environment variables, allowing users to specify paths to configuration files or directly input JSON strings for configuration. The project also includes pre-commit hooks to maintain code quality and consistency. With a focus on security, the server can be configured with environment variables for security parameters, such as API keys. The development process is streamlined with scripts for linting, testing, and static analysis, ensuring a high-quality codebase. Additionally, the project supports building and publishing using Hatch, making it easy to distribute and deploy.

Features

  • Auto-generated MCP server for Amazon AWS CloudHSMv2 API
  • Supports multiple transport modes: stdio, sse, streamable-http
  • Configurable via environment variables for flexibility
  • Includes pre-commit hooks for code quality
  • Streamlined development with scripts for linting, testing, and static analysis