MCP

MCP Examples

Sample prompts and automations that use Secryn MCP.

MCP Examples

Rotate a Secret via LLM

user: Rotate the payments API key and send me the new value.
assistant: Sure. Calling secrets.rotate(...)

The MCP client records the tool invocation, the resulting version hash, and the reason supplied by the assistant. Human reviewers can replay the transcript if needed.

Retrieve Read-Only Data

assistant: Calling vaults.query({ project: "proj_finance", tags: ["prod"] })

Use guardrails to ensure only read-only methods are exposed to certain agents.