Skip to content
Cloud InfrastructureAuto-generatedScore: 46

AWS CloudHSM V2 MCP Server

The AWS CloudHSM V2 API provides programmatic access to the AWS CloudHSM service, a managed hardware security module (HSM) service that enables you to generate and use your own encryption keys in the AWS Cloud.

Quick Start Summary

The AWS CloudHSM V2 MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the AWS CloudHSM V2 API through natural language. It exposes 10 API endpoints as callable tools, such as CopyBackupToRegion, CreateCluster, CreateHsm, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/amazonaws-com-cloudhsmv2. This integration is sourced from the auto AWS CloudHSM V2 OpenAPI specification (v2017-04-28) and has a quality score of 46/99 (fair documentation coverage).

10Endpointstools mapped
NoneAuthopen access
46/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
10 operations
Transport
STDIO
Spec Version
v2017-04-28
Install Command
npx -y @mcp/amazonaws-com-cloudhsmv2

Environment Variables

AWS_CLOUDHSM_V2_API_KEY

Example: your_aws_cloudhsm_v2_api_key

Top Endpoints

POST
/#X-Amz-Target=BaldrApiService.CopyBackupToRegion

CopyBackupToRegion

POST
/#X-Amz-Target=BaldrApiService.CreateCluster

CreateCluster

POST
/#X-Amz-Target=BaldrApiService.CreateHsm

CreateHsm

POST
/#X-Amz-Target=BaldrApiService.DeleteBackup

DeleteBackup

POST
/#X-Amz-Target=BaldrApiService.DeleteCluster

DeleteCluster

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
The AWS CloudHSM V2 API provides programmatic access to the AWS CloudHSM service, a managed hardware security module (HSM) service that enables you to generate and use your own encryption keys in the AWS Cloud. This API, operated by Amazon Web Services, serves as the control plane interface for provisioning, configuring, and managing dedicated cryptographic hardware clusters and their associated backups within a customer's Virtual Private Cloud (VPC). Its core capabilities include the lifecycle management of HSM clusters (creation, deletion, initialization), the management of individual HSM instances within those clusters, the handling of cluster backups (creation, copying to other regions, deletion, description), and the ability to tag resources for organization and access control. Enterprise use cases are predominantly centered on stringent compliance and security requirements, such as meeting FIPS 140-2 Level 3 standards for financial services (PCI DSS), healthcare (HIPAA), and government workloads. These workloads often include offloading cryptographic operations for databases (like TDE), securing SSL/TLS private keys, managing document signing keys, or implementing a robust, auditable key management system under the customer's direct control.
🤖AI Agent Value
When exposed as tools to an AI coding assistant via the Model Context Protocol (MCP), the AWS CloudHSM V2 API becomes exceptionally powerful for infrastructure-as-code automation, security operations, and DevSecOps workflows. The API transforms from a series of endpoint calls into an interactive set of capabilities an AI agent can leverage to understand, reason about, and modify a security-critical infrastructure component. For instance, instead of a developer manually writing scripts to check cluster health, they can instruct the AI to "Describe our CloudHSM clusters in us-east-1 and their associated HSMs," allowing the agent to synthesize the status, availability zones, and subnet configuration into a clear summary. This integration bridges the gap between high-level security policy and low-level infrastructure management, enabling an AI assistant to act as a force multiplier for security and platform engineers by performing complex, multi-step API operations based on natural language intent, while maintaining auditability.
💬Example Workflows
Practical workflows enabled by this MCP server include dynamic security posture management and automated recovery. A developer could command, "AI agent, list all tags on our CloudHSM clusters and identify any that do not have a 'CostCenter' tag for compliance," prompting the agent to use the ListTags operation, analyze the results, and generate a report of non-compliant resources. For disaster recovery, a user might instruct, "Create a new cluster in the ap-southeast-2 region and copy our most recent backup from us-west-2 to it, then initialize the cluster," which would orchestrate a sequence of CreateCluster, CopyBackupToRegion, and InitializeCluster calls. Furthermore, the agent could be tasked with automated cleanup, such as "Find and delete all backups older than 90 days that are not tagged as 'Permanent'," using DescribeBackups to filter and then systematically invoke DeleteBackup, enforcing data retention policies with precision.
🛡️Security & Auth
Critical security and configuration guidelines are paramount when deploying this MCP server. Although the API endpoints themselves do not embed authentication, all calls to the AWS CloudHSM V2 API must be signed with valid AWS Identity and Access Management (IAM) credentials. Therefore, the MCP server implementation must securely manage and use IAM user, role, or temporary credentials with a policy that strictly adheres to the principle of least privilege. A recommended practice is to create a dedicated IAM role or user with permissions limited to only the specific CloudHSM API actions required (e.g., cloudhsmv2:DescribeClusters, cloudhsmv2:CreateHsm) and scoped to specific resources via tags or ARNs where possible. Developers should never embed long-lived access keys directly in the MCP server configuration; instead, they should rely on IAM roles (when running on AWS infrastructure) or environment variables and secret management services. All operations initiated by the AI agent should be logged via AWS CloudTrail for a complete, immutable audit trail, and the agent should be configured to require explicit confirmation for any destructive operations like DeleteCluster or DeleteHsm to prevent accidental loss of critical cryptographic infrastructure.

Similar APIs

Other APIs in the Cloud Infrastructure category.

Related MCP Server Integrations

Supabase API MCP Setup

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Cloud InfrastructureConfigure →

Cloudflare API MCP Setup

Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.

Cloud InfrastructureConfigure →

Vercel API MCP Setup

Deploy projects, manage domains, and monitor deployments through your AI agent.

Cloud InfrastructureConfigure →

DigitalOcean API MCP Setup

The DigitalOcean API is a comprehensive, RESTful interface provided by DigitalOcean, a leading cloud infrastructure provider focused on simplifying cloud computing for developers, startups, and enterprises. It serves as the programmatic backbone for managing the entire DigitalOcean ecosystem, enabling users to provision, configure, and control cloud resources such as Droplets (virtual private servers), Kubernetes clusters, managed databases, networks, storage volumes, and application platforms. Core capabilities include full lifecycle management of these resources, from creation and scaling to monitoring and deletion, mirroring the functionality available in the DigitalOcean control panel. Its primary use cases range from automating infrastructure setup for CI/CD pipelines and enabling infrastructure-as-code practices to supporting dynamic application scaling and resource optimization for SaaS products, e-commerce sites, and development environments. The API is designed for both developers seeking to automate their cloud operations and businesses that require programmable, scalable cloud infrastructure without the complexity of larger hyperscale providers.

Cloud InfrastructureConfigure →

Access Analyzer MCP Setup

The AWS Identity and Access Management Access Analyzer API provides a powerful, policy-as-code service that automatically identifies resources accessible from outside your AWS account or organization. At its core, the service continuously evaluates resource-based policies—such as Amazon S3 bucket policies, AWS Identity and Access Management (IAM) roles, Amazon KMS key policies, and AWS Lambda function policies—using logic-based reasoning to determine which resources grant access to unknown external principals. Its primary use case is for security and compliance teams within enterprises to proactively detect unintended data exposure, enforce least privilege principles, and audit cross-account and cross-service access. The API endpoints allow programmatic control to create, configure, and query analyzers, manage archive rules for storing findings, and generate custom policy documents, making it a foundational tool for automating cloud security posture management at scale.

Cloud InfrastructureConfigure →