Azure Key Vault · Capability

Azure Key Vault Secrets and Keys

Unified workflow for managing cryptographic keys, secrets, and certificates with encryption, signing, and certificate lifecycle operations. Used by security engineers and DevOps teams.

Run with Naftiko AzureKey VaultSecuritySecrets Management

What You Can Do

GET
List keys — List keys.
/v1/keys
POST
Create key — Create a key.
/v1/keys
GET
Get key — Get a key.
/v1/keys/{id}
DELETE
Delete key — Delete a key.
/v1/keys/{id}
GET
List secrets — List secrets.
/v1/secrets
PUT
Set secret — Set a secret.
/v1/secrets/{id}
GET
Get secret — Get a secret.
/v1/secrets/{id}
DELETE
Delete secret — Delete a secret.
/v1/secrets/{id}
GET
List certificates — List certificates.
/v1/certificates

MCP Tools

list-keys

List cryptographic keys in the vault.

read-only
create-key

Create a new cryptographic key.

get-key

Get key details.

read-only
delete-key

Delete a key.

idempotent
encrypt

Encrypt data using a key.

idempotent
decrypt

Decrypt data using a key.

idempotent
sign

Sign a digest using a key.

verify

Verify a signature.

read-only
list-secrets

List secrets in the vault.

read-only
set-secret

Set a secret value.

idempotent
get-secret

Get a secret value.

read-only
delete-secret

Delete a secret.

idempotent
list-certificates

List certificates in the vault.

read-only
create-certificate

Create a new certificate.

get-certificate

Get a certificate.

read-only
delete-certificate

Delete a certificate.

idempotent

APIs Used

key-vault