get_credential_bundle
Create a signed consumer bundle with public keys only, so AI agents can safely call vault_seal while the private key stays in memory.
Instructions
Generate a signed ConsumerBundle for use with cred-mcp's vault_seal tool. The bundle contains only public keys and is safe to pass to the AI. The session private key is held in memory for a matching inject_secret call. Call this before request_authorization + vault_seal on cred-mcp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| consumer_id | No | Consumer identity (default: "pty-mcp") | |
| ttl_seconds | No | Bundle validity in seconds (default: 300, max: 3600) |