Public SDK, CLI, and docs for Hive Intelligence: crypto MCP access for AI agents.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
- ✓Documented (README)
git clone https://github.com/hive-intel/hive-sdk{
"mcpServers": {
"hive-sdk": {
"command": "node",
"args": ["/path/to/hive-sdk/dist/index.js"]
}
}
}MCP Servers overview
<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.
[](https://modelcontextprotocol.io)
[](LICENSE)
[](https://hiveintelligence.xyz)
[](https://www.hiveintelligence.xyz/install/cursor)
[](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:
[](https://cursor.com/en/install-mcp?name=hive&config=eyJ1cmwiOiJodHRwczovL21jcC5oaXZlaW50ZWxsaWdlbmNlLnh5ei9tY3AifQ==)
[](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)
[](https://www.hiveintelligence.xyz/install/cursor)
[](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) |
| `What people ask about hive-sdk
What is hive-intel/hive-sdk?
+
hive-intel/hive-sdk is mcp servers for the Claude AI ecosystem. Public SDK, CLI, and docs for Hive Intelligence: crypto MCP access for AI agents. It has 19 GitHub stars and its last recorded update is dated 2026-08-26.
How do I install hive-sdk?
+
You can install hive-sdk by cloning the repository (https://github.com/hive-intel/hive-sdk) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is hive-intel/hive-sdk safe to use?
+
Our security agent has analyzed hive-intel/hive-sdk and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains hive-intel/hive-sdk?
+
hive-intel/hive-sdk is maintained by hive-intel. The last recorded GitHub activity is dated 2026-08-26, with 2 open issues.
Are there alternatives to hive-sdk?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy hive-sdk to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!