Amazon Secrets Manager · Capability
Amazon Secrets Manager Secrets Management
Unified capability for managing application secrets lifecycle including creation, retrieval, rotation, and deletion. Used by DevOps Engineers and Application Developers.
What You Can Do
GET
List secrets
— List all managed secrets
/v1/secrets
POST
Create secret
— Create and store a new secret
/v1/secrets
GET
Describe secret
— Get metadata for a secret
/v1/secrets/{name}
GET
Get secret value
— Retrieve the current value of a secret
/v1/secrets/{name}/value
PUT
Put secret value
— Update the value of a secret
/v1/secrets/{name}/value
POST
Rotate secret
— Trigger rotation for a secret
/v1/secrets/{name}/rotate
POST
Get random password
— Generate a cryptographically secure random password
/v1/passwords/random
MCP Tools
list-secrets
List all secrets stored in Amazon Secrets Manager
read-only
idempotent
create-secret
Create a new secret in Amazon Secrets Manager
get-secret-value
Retrieve the plaintext value of a secret
read-only
idempotent
put-secret-value
Update the value stored in a secret
describe-secret
Get metadata and configuration details of a secret
read-only
idempotent
rotate-secret
Trigger automatic rotation for a secret
delete-secret
Schedule a secret for deletion
idempotent
restore-secret
Cancel scheduled deletion and restore a secret
idempotent
get-random-password
Generate a cryptographically secure random password
APIs Used
amazon-secrets-manager