Hive Secrets
https://hive-mcp-secrets.onrender.com/mcpskills: {'id': 'secrets_get', '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'secrets_put', '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'secrets_list', 'name': 'secrets_list', 'description': 'List keys in a namespace. Read-only, no charge. Caller must own the namespace.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'secrets_audit', '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 313.5ms; conformance: pass
How to connect
https://hive-mcp-secrets.onrender.com/mcp
curl -X POST https://hive-mcp-secrets.onrender.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'