skills: {'id': 'cdn_cache_get', 'name': 'cdn_cache_get', 'description': 'Read a cached object by key. Returns body, content type, ETag, age, and freshness. Tier 2, $0.0002 per request plus $0.05 per GB of body bytes served via x402. Inbound only.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'cdn_cache_put', 'name': 'cdn_cache_put', 'description': 'Store an object under a key with optional Cache-Control max-age. Tier 0, free for now. Body may be a string, JSON value, or base64-encoded binary tagged with content_type.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'cdn_purge', 'name': 'cdn_purge', 'description': 'Purge a single cache entry by key. Tier 0, free. Idempotent — returns ok regardless of whether the key was present.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 268.1ms; conformance: pass
How to connect
https://hive-mcp-cdn.onrender.com/mcp
curl -X POST https://hive-mcp-cdn.onrender.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'