get_credential_bundle
Generate a signed ConsumerBundle containing public keys for secure credential sealing with cred-mcp's vault_seal tool. Call before request_authorization and vault_seal.
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) |