Social Category (Legacy)

This route is retained for backwards compatibility, but it does not match the current live Hive catalog.

Use the current discovery surfaces below before building against this route:

  • All Tools
  • Live Catalog
  • GET https://mcp.hiveintelligence.xyz/api/v1/tools
  • resources/read hive://tools
  • get_api_endpoint_schema on the root /mcp endpoint

Current Execution Format

bash
curl -X POST https://mcp.hiveintelligence.xyz/api/v1/execute \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_HIVE_API_KEY" \
  -d '{
    "tool": "get_price",
    "args": {
      "ids": "bitcoin",
      "vs_currencies": "usd"
    }
  }'

Older toolName / arguments REST examples on legacy routes should not be treated as the current contract.