{"name":"hive-mcp-secrets","endpoint":"/mcp","transport":"streamable-http","protocol":"2024-11-05","tools":[{"name":"secrets_get","description":"Read and decrypt a secret by namespace and key. Caller must own the namespace (caller_did === namespace). Charges $0.002 USDC on Base."},{"name":"secrets_put","description":"Encrypt and store a secret value at (namespace, key). Overwrites the previous value if present and bumps version. Charges $0.005 USDC on Base. Returns 503 if SECRETS_MASTER_KEY is not set on the server."},{"name":"secrets_list","description":"List keys in a namespace. Read-only, no charge. Caller must own the namespace."},{"name":"secrets_audit","description":"Read the audit log for a namespace. Returns the most recent entries within an optional time window. Charges $0.002 USDC on Base."}]}