Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Certificate Manager MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-acm.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-acm.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-acm.json

Environment Variables

AWS_CERTIFICATE_MANAGER_API_KEY

Replace your_aws_certificate_manager_api_key with your actual 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