What to give your client
Most clients want a JSON block shaped roughly like this:
serverUrl, VS Code wants servers with
"type": "http", and Gemini CLI wants httpUrl. Check your client’s own MCP docs for which
it expects.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect any MCP client that speaks Streamable HTTP.
| Setting | Value |
|---|---|
| Endpoint | https://mcp.hiveintelligence.xyz/mcp |
| Transport | Streamable HTTP |
| Authorization | OAuth 2.1 from the URL, or a bearer key |
{
"mcpServers": {
"hive": {
"url": "https://mcp.hiveintelligence.xyz/mcp"
}
}
}
serverUrl, VS Code wants servers with
"type": "http", and Gemini CLI wants httpUrl. Check your client’s own MCP docs for which
it expects.
Authorization: Bearer YOUR_HIVE_API_KEY
https://mcp.hiveintelligence.xyz/hive_market_data/mcp
