Hive Intelligence

Get NFT Collection (Legacy)

This route is retained for backwards compatibility, but it does not match the current live catalog exposed by hive-mcp2.

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

curl -X POST https://mcp.hiveintelligence.xyz/api/v1/execute \
  -H "Content-Type: application/json" \
  -H "x-api-key: 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.