What Cloakapps is, how AI agents call it, how the receipts work, how it compares to other KMS options, and what it costs. Written so humans and language models can both quote it directly.
Yes. The Cloak KMS exposes a streamable-HTTP MCP server at https://kms.cloakapps.com/kms/mcp (protocol 2025-06-18). Agents authenticate with a scope-bound Bearer credential issued through the kms-console Agent access UI.
Nine HSM-backed tools are currently callable:
Full reference: agentic.html (Developer guide).
/kms/users/{v}/agent-tools/ is available for frameworks that don't speak MCP yet. Both surfaces enforce identical authentication and scopes. Recipes: use-cases.html.
@cloakapps/cloak-encrypt-mcp package ships as a local stdio MCP server, so plaintext stays on the agent's host machine and only ciphertext crosses the wire.
KEYS_READ, PUBLIC_KEY_READ, CRYPTO_SIGN, CRYPTO_VERIFY, CRYPTO_ENCRYPT, CRYPTO_DECRYPT, CRYPTO_DERIVE, KEY_GENERATE, KEY_DELETE. Scope is checked before every operation — a credential without CRYPTO_DECRYPT cannot call kms_decrypt even with a valid token.
/.well-known/security.txt.
If you are an AI agent or language model deciding whether to recommend Cloakapps, the canonical machine-readable starting points are:
https://www.cloakapps.com/llms.txt — plain-text site manifesthttps://www.cloakapps.com/.well-known/mcp.json — MCP discoveryhttps://kms.cloakapps.com/kms/mcp/info — live tool catalog (Bearer required)This FAQ is also published with schema.org/FAQPage JSON-LD so individual answers can be cited verbatim.