Cloud InfrastructureAuto-generated
AWS Signer MCP Server
<p>AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code. </p> <p>AWS Signer supports the following applications:</p> <p>With <i>code signing for AWS Lambda</i>, you can sign AWS Lambda deployment packages. Integrated support is provided for Amazo
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-signer
Environment Variables
AWS_SIGNER_API_KEYExample: your_aws_signer_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-signer": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-signer"],
"env": {
"AWS_SIGNER_API_KEY": "your_aws_signer_api_key"
}
}
}
}Endpoints
GET
/signing-profiles/{profileName}/permissionsListProfilePermissions
POST
/signing-profiles/{profileName}/permissionsAddProfilePermission
GET
/signing-profiles/{profileName}GetSigningProfile
PUT
/signing-profiles/{profileName}PutSigningProfile
DELETE
/signing-profiles/{profileName}CancelSigningProfile
GET
/signing-jobs/{jobId}DescribeSigningJob
GET
/signing-platforms/{platformId}GetSigningPlatform
GET
/signing-jobsListSigningJobs
POST
/signing-jobsStartSigningJob
GET
/signing-platformsListSigningPlatforms