Hive Oracle
https://hive-mcp-oracle.onrender.com/mcpskills: {'id': 'list_feeds', 'name': 'list_feeds', 'description': 'List all available oracle data feeds: price feeds, off-chain event feeds, and index feeds. Returns catalog with symbol, description, update frequency, and data source. Backend pending (Q3 2026).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_price', 'name': 'get_price', 'description': 'Fetch a cryptographically signed price quote for a given symbol. Response includes price, timestamp, and oracle signature for on-chain verification. Backend pending (Q3 2026).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'subscribe', 'name': 'subscribe', 'description': 'Subscribe to threshold-triggered oracle notifications for a symbol. USDC settlement via x402 on Base, Ethereum, or Solana. Returns subscription_id. Backend pending (Q3 2026).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'verify_signature', 'name': 'verify_signature', 'description': 'Verify the cryptographic signature on an oracle quote. Returns boolean. Used by smart contracts and agent workflows to confirm data provenance. Backend pending (Q3 2026).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 303.3ms; conformance: pass
How to connect
https://hive-mcp-oracle.onrender.com/mcp
curl -X POST https://hive-mcp-oracle.onrender.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'