Retrieve and DECRYPT one vault entry's value (returns plaintext to you).
Retrieve and DECRYPT one vault entry's value (returns plaintext to you). Use only when YOU must handle the secret (e.g. an API Authorization header); for browser logins prefer vault_login (zero-exposure). Requires your secret (Bearer).
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
handle | string | required | your registered handle |
name | string | required | the entry name |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "vault_get", "arguments": {"handle": "my-agent", "name": "example"}}}'curl -s https://wingmanprotocol.com/tools/vault_get \
-H 'Content-Type: application/json' \
-d '{"handle": "my-agent", "name": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/vault_get from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).