Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Certificate Manager MCP Server

<fullname>Certificate Manager</fullname> <p>You can use Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites and applications. For more information about using ACM, see the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-acm

Environment Variables

AWS_CERTIFICATE_MANAGER_API_KEY

Example: your_aws_certificate_manager_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-acm": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-acm"],
      "env": {
      "AWS_CERTIFICATE_MANAGER_API_KEY": "your_aws_certificate_manager_api_key"
}
    }
  }
}

Endpoints

POST/#X-Amz-Target=CertificateManager.AddTagsToCertificate

AddTagsToCertificate

POST/#X-Amz-Target=CertificateManager.DeleteCertificate

DeleteCertificate

POST/#X-Amz-Target=CertificateManager.DescribeCertificate

DescribeCertificate

POST/#X-Amz-Target=CertificateManager.ExportCertificate

ExportCertificate

POST/#X-Amz-Target=CertificateManager.GetAccountConfiguration

GetAccountConfiguration

POST/#X-Amz-Target=CertificateManager.GetCertificate

GetCertificate

POST/#X-Amz-Target=CertificateManager.ImportCertificate

ImportCertificate

POST/#X-Amz-Target=CertificateManager.ListCertificates

ListCertificates

POST/#X-Amz-Target=CertificateManager.ListTagsForCertificate

ListTagsForCertificate

POST/#X-Amz-Target=CertificateManager.PutAccountConfiguration

PutAccountConfiguration