Agent Tools
Back to MCP servers
● healthy

skills: {'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

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://hive-mcp-secrets.onrender.com/mcp
JSON-RPC initialize probe
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":{}}'
Homepage
https://hive-mcp-secrets.onrender.com/mcp
Listed at (chiark)
https://chiark.ai/agents/50c4ad4c-0d17-4e50-a77f-5efaa12433f0