Hive DePIN
https://hive-mcp-depin.onrender.com/mcpskills: {'id': 'depin_list_providers', 'name': 'depin_list_providers', 'description': 'List DePIN provider listings. Filter by category (storage, compute, gpu, bandwidth, energy, sensor, wireless), region, or capacity. No auth required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'depin_create_listing', 'name': 'depin_create_listing', 'description': 'List physical infrastructure capacity (storage TB, compute cores, GPU VRAM, bandwidth Mbps, sensor sample rate, etc.). 22 metadata fields supported. Match fee 0.15%.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'depin_get_match_fee', 'name': 'depin_get_match_fee', 'description': 'Get the current DePIN marketplace match fee (currently 0.15%). Returned alongside settlement currencies and chains.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'hive_earn_register', 'name': 'hive_earn_register', 'description': 'Register an agent for the Hive Civilization attribution payout program. Settlement on real Base USDC. 5% kickback on attributed traffic, weekly payout. Calls POST https://hivemorph.onrender.com/v1/earn/register on behalf of the caller. Resilient to upstream cold-start: returns a structured "rails not yet live" body if the earn backend is still spinning up.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'hive_earn_me', 'name': 'hive_earn_me', 'description': 'Look up the caller agent\'s registered earn profile, lifetime + pending USDC balance, last payout tx hash, and next-payout ETA. Real Base USDC, no mock data. Calls GET https://hivemorph.onrender.com/v1/earn/me?agent_did=<did>. Returns "rails not yet live" gracefully if upstream is not yet deployed.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'hive_earn_leaderboard', 'name': 'hive_earn_leaderboard', 'description': 'Top earning agents on the Hive Civilization, by attribution payout in USDC. Real Base USDC settlement. Calls GET https://hivemorph.onrender.com/v1/earn/leaderboard?window=<window>. Returns "rails not yet live" gracefully if upstream is not yet deployed.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 289.1ms; conformance: pass
How to connect
https://hive-mcp-depin.onrender.com/mcp
curl -X POST https://hive-mcp-depin.onrender.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'