Skip to main content
ClaudeWave

Public SDK, CLI, and docs for Hive Intelligence: crypto MCP access for AI agents.

MCP ServersRegistry oficial19 estrellas7 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/hive-intel/hive-sdk
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "hive-sdk": {
      "command": "node",
      "args": ["/path/to/hive-sdk/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/hive-intel/hive-sdk and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

<div align="center">

# Hive Intelligence

**One connection for evidence-backed crypto due diligence.**

Every Hive-backed answer carries sources, freshness, and a runtime receipt. The
hosted MCP normalizes market, wallet, DeFi, security, DEX, NFT, network, and
prediction-market evidence behind one agent-ready connection.

[![MCP](https://img.shields.io/badge/MCP-compatible-111827.svg)](https://modelcontextprotocol.io)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![Docs](https://img.shields.io/badge/docs-hiveintelligence.xyz-purple.svg)](https://hiveintelligence.xyz)
[![Cursor setup](https://img.shields.io/badge/Cursor-Setup-000000.svg?logo=cursor)](https://www.hiveintelligence.xyz/install/cursor)
[![VS Code setup](https://img.shields.io/badge/VS_Code-Setup-0098FF?logo=visualstudiocode&logoColor=white)](https://www.hiveintelligence.xyz/install/vs-code)

[**Connect**](#connect) · [**Tools**](#tools--discovery) · [**Security**](#security--trust) · [**SDK**](#typescript-sdk--hive-mcp-client) · [**CLI**](#cli) · [**Pricing**](#pricing) · [**FAQ**](#faq) · [**Get an API key**](https://hiveintelligence.xyz/dashboard/keys)

</div>

> **Try it now, with no account and no key.** The hosted endpoint's anonymous lane
> answers 25 material calls per IP per day; discovery, schema lookup, and
> validation are always free:
>
> ```text
> https://mcp.hiveintelligence.xyz/mcp
> ```
>
> [Guided setup](https://www.hiveintelligence.xyz/setup) · [Install guides](https://www.hiveintelligence.xyz/install) · [Example prompts](#example-prompts)

---

## Connect

Hive is a **hosted MCP server** for clients that support remote Streamable HTTP.
Once the hosted OAuth deployment is enabled, interactive clients discover it
from the public endpoint and open browser authorization. Headless agents can
use an API key from secret storage:

```text
https://mcp.hiveintelligence.xyz/mcp
```

One-click config prefills, URL-only with no key or secret embedded:

[![Add to Cursor](https://img.shields.io/badge/Add_to-Cursor-000000.svg?logo=cursor)](https://cursor.com/en/install-mcp?name=hive&config=eyJ1cmwiOiJodHRwczovL21jcC5oaXZlaW50ZWxsaWdlbmNlLnh5ei9tY3AifQ==)
[![Install in VS Code](https://img.shields.io/badge/Install_in-VS_Code-0098FF?logo=visualstudiocode&logoColor=white)](vscode:mcp/install?%7B%22name%22%3A%22hive%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.hiveintelligence.xyz%2Fmcp%22%7D)
[![Cursor setup](https://img.shields.io/badge/Cursor-Setup-000000.svg?logo=cursor)](https://www.hiveintelligence.xyz/install/cursor)
[![VS Code setup](https://img.shields.io/badge/VS_Code-Setup-0098FF?logo=visualstudiocode&logoColor=white)](https://www.hiveintelligence.xyz/install/vs-code)

The prefills carry only the public endpoint URL. The setup pages check the live
protected-resource metadata, server card, release version, and required client
redirect profiles before showing a native install action. Until that gate
passes, use the API-key fallback from a trusted backend/client; never put a key
in an install link. Per-client config blocks are below.

## What is Hive Intelligence?

A managed MCP server, REST API, and CLI that give AI agents one evidence-backed
workflow surface over live crypto market data, DeFi, wallets, token security,
DEX flows, NFTs, prediction markets, and on-chain network data. Agents receive
the provider, Hive retrieval time, Hive first-observation/original cache time,
cache age, fallback state, runtime status, and a unique receipt for every
material execution instead of silently mixing provider data.

## Connect to your AI client

The hosted endpoint is the same everywhere. After OAuth activation,
interactive clients should start with URL-only OAuth discovery. API-key auth
remains the explicit headless fallback.

### Claude Code

```bash
claude mcp add --transport http --scope user hive https://mcp.hiveintelligence.xyz/mcp
```

Or install the full plugin bundle (the hosted MCP connection plus 17 crypto
workflow skills) from this repository's plugin marketplace:

```bash
claude plugin marketplace add hive-intel/hive-sdk
claude plugin install hive@hive
```

### Cursor

`~/.cursor/mcp.json` (global) or `.cursor/mcp.json` (project):

```json
{
  "mcpServers": {
    "hive": {
      "url": "https://mcp.hiveintelligence.xyz/mcp"
    }
  }
}
```

### VS Code (GitHub Copilot Chat)

`.vscode/mcp.json` (note the required `type: "http"`):

```json
{
  "servers": {
    "hive": {
      "type": "http",
      "url": "https://mcp.hiveintelligence.xyz/mcp"
    }
  }
}
```

### Claude Desktop

Claude Desktop uses the Custom Connectors UI for remote MCP. Open Settings →
Connectors → Add custom connector, set the URL to
`https://mcp.hiveintelligence.xyz/mcp`, then, after OAuth activation, complete
browser authorization. Do not paste a remote `url` block into
`claude_desktop_config.json`; that file is for local stdio servers.

### Windsurf / Devin Desktop

Windsurf uses `serverUrl` (not Cursor's `url`) in
`~/.codeium/windsurf/mcp_config.json`:

```json
{
  "mcpServers": {
    "hive": {
      "serverUrl": "https://mcp.hiveintelligence.xyz/mcp"
    }
  }
}
```

### Gemini CLI

Gemini CLI requires `httpUrl` in `~/.gemini/settings.json`:

```json
{
  "mcpServers": {
    "hive": {
      "httpUrl": "https://mcp.hiveintelligence.xyz/mcp"
    }
  }
}
```

Both configs are URL-only and can use native OAuth after hosted OAuth
activation. Full per-client guides:
[hiveintelligence.xyz/install](https://hiveintelligence.xyz/install).

### Headless API-key fallback

For automation that cannot open a browser, keep a Hive API key in secret
storage and send `Authorization: Bearer $HIVE_API_KEY`. Never embed a real key
in an install link, shared config, screenshot, or repository.

### Local stdio (self-host / desktop / your own provider keys)

Prefer a local process or your own upstream keys? Run the published CLI as a stdio MCP server:

```json
{
  "mcpServers": {
    "hive": {
      "command": "npx",
      "args": ["-y", "-p", "hive-intelligence@latest", "hive"],
      "env": {
        "COINGECKO_DEMO_API_KEY": "optional",
        "ALCHEMY_API_KEY": "optional",
        "HELIUS_API_KEY": "optional",
        "MORALIS_API_KEY": "optional"
      }
    }
  }
}
```

Local stdio does not use a hosted `HIVE_API_KEY`; configure only the upstream
provider keys you want that local process to call. Keyless providers remain
available and providers without credentials stay discoverable with a classified
`missing_key` runtime status. `hive-intelligence` is a stdio transport (a
JSON-RPC channel, not an interactive command). For terminal use, see the
[CLI](#cli).

## Authentication

- No key needed to start: the hosted endpoint's anonymous lane answers 25 material calls per IP per day, and discovery/schema/validation calls are always free.
- Get a key at [hiveintelligence.xyz/dashboard/keys](https://hiveintelligence.xyz/dashboard/keys) when you want your own quota; the Free plan needs no card.
- Authenticate the hosted endpoint with `Authorization: Bearer hive_live_...` (legacy alias `x-api-key` also works).
- One key, least privilege: keys are scoped to your plan's rate limit and credits. Rotate or revoke from the dashboard; never commit a key or paste it into client-side code.

## Powered by

Ten upstream provider integrations plus Open Data Fetch, normalized into one tool surface:

```
Alchemy · CoinGecko · DeFiLlama · Moralis · Codex · GoPlus · Helius · Tenderly · CCXT · Hyperliquid · Open Data Fetch
```

| Provider               | Coverage                                                                                                     |
| ---------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Alchemy**            | EVM portfolio, token, NFT, transfer, simulation, gas, network data, and Solana DAS                           |
| **CoinGecko**          | Market data, prices, OHLCV, exchanges, NFT collections                                                       |
| **DeFiLlama**          | TVL, yield pools, protocol metrics, bridges, treasuries                                                      |
| **Moralis**            | EVM and Solana wallet, token, NFT, DeFi, transfer, and market analytics                                      |
| **Codex** (Defined.fi) | DEX pair OHLCV, prediction markets (Polymarket)                                                              |
| **GoPlus**             | Token security, honeypot detection, contract risk, malicious-address reputation                              |
| **Helius**             | Solana RPC, DAS, compressed NFTs, priority fees                                                              |
| **Tenderly**           | EVM simulation, gas estimation, traces, contract decode, signatures, storage changes, and transaction ranges |
| **CCXT**               | Centralized exchange data, order books, derivatives, funding, leverage, and borrow rates                     |
| **Hyperliquid**        | Native perpetual DEX volume, funding, candles, open-interest caps, and builder DEXs                          |
| **Open Data Fetch**    | Allowlisted, size-capped access to long-tail public crypto APIs when no typed tool covers the source         |

## Tools & discovery

Hive's default contract is a compact eight-tool root: three hero tools for the
dominant intents, plus a five-tool discovery/execution loop over the full
catalog.

| Root tool | What it does |
| --- | --- |
| `get_token_price` | Hero: live price for any token (`response_format`: concise or detailed) |
| `check_token_safety` | Hero: honeypot, rugpull, and contract-risk verdict before anyone signs |
| `get_wallet_portfolio` | Hero: multi-chain wallet balances and portfolio value |
| `search_tools` | Find the right task toolset and route across the full catalog (free) |
| `get_api_endpoint_schema` | Inspect exact parameters before executing (free) |
| `
ai-agentsanthropicblockchainchatgptclaudeclaude-desktopcryptocryptocurrencycursordefidexhive-intelligencemcpmcp-servermodel-context-protocolnfton-chainprediction-marketswalletweb3

Lo que la gente pregunta sobre hive-sdk

¿Qué es hive-intel/hive-sdk?

+

hive-intel/hive-sdk es mcp servers para el ecosistema de Claude AI. Public SDK, CLI, and docs for Hive Intelligence: crypto MCP access for AI agents. Tiene 19 estrellas en GitHub y su última actualización registrada es del 2026-08-26.

¿Cómo se instala hive-sdk?

+

Puedes instalar hive-sdk clonando el repositorio (https://github.com/hive-intel/hive-sdk) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar hive-intel/hive-sdk?

+

Nuestro agente de seguridad ha analizado hive-intel/hive-sdk y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene hive-intel/hive-sdk?

+

hive-intel/hive-sdk es mantenido por hive-intel. La última actividad registrada en GitHub es del 2026-08-26, con 2 issues abiertos.

¿Hay alternativas a hive-sdk?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega hive-sdk en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: hive-intel/hive-sdk
[![Featured on ClaudeWave](https://claudewave.com/api/badge/hive-intel-hive-sdk)](https://claudewave.com/repo/hive-intel-hive-sdk)
<a href="https://claudewave.com/repo/hive-intel-hive-sdk"><img src="https://claudewave.com/api/badge/hive-intel-hive-sdk" alt="Featured on ClaudeWave: hive-intel/hive-sdk" width="320" height="64" /></a>

Más MCP Servers

Alternativas a hive-sdk