Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWS Certificate Manager Private Certificate Authority MCP Config

<p>This is the <i>Amazon Web Services Private Certificate Authority API Reference</i>. It provides descriptions, syntax, and usage examples for each of the actions and data types involved in creating and managing a private certificate authority (CA) for your organization.</p> <p>The documentation fo

Config URL

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

https://mcpbridge.org/config/amazonaws-com-acm-pca.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-acm-pca": {
      "url": "https://mcpbridge.org/config/amazonaws-com-acm-pca.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-acm-pca": {
      "url": "https://mcpbridge.org/config/amazonaws-com-acm-pca.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-acm-pca.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-acm-pca": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-acm-pca"],
      "env": {
      "AWS_CERTIFICATE_MANAGER_PRIVATE_CERTIFICATE_AUTHORITY_API_KEY": "your_aws_certificate_manager_private_certificate_authority_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://mcpbridge.org/config/amazonaws-com-acm-pca.json

Environment Variables

AWS_CERTIFICATE_MANAGER_PRIVATE_CERTIFICATE_AUTHORITY_API_KEY

Replace your_aws_certificate_manager_private_certificate_authority_api_key with your actual aws certificate manager private certificate authority api key

Endpoints

POST/#X-Amz-Target=ACMPrivateCA.CreateCertificateAuthority

CreateCertificateAuthority

POST/#X-Amz-Target=ACMPrivateCA.CreateCertificateAuthorityAuditReport

CreateCertificateAuthorityAuditReport

POST/#X-Amz-Target=ACMPrivateCA.CreatePermission

CreatePermission

POST/#X-Amz-Target=ACMPrivateCA.DeleteCertificateAuthority

DeleteCertificateAuthority

POST/#X-Amz-Target=ACMPrivateCA.DeletePermission

DeletePermission

POST/#X-Amz-Target=ACMPrivateCA.DeletePolicy

DeletePolicy

POST/#X-Amz-Target=ACMPrivateCA.DescribeCertificateAuthority

DescribeCertificateAuthority

POST/#X-Amz-Target=ACMPrivateCA.DescribeCertificateAuthorityAuditReport

DescribeCertificateAuthorityAuditReport

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

GetCertificate

POST/#X-Amz-Target=ACMPrivateCA.GetCertificateAuthorityCertificate

GetCertificateAuthorityCertificate