Hive Intelligence MCP
Rank #2,110xyz.hiveintelligence/mcp
Evidence-backed crypto due diligence with sources, freshness, and a runtime receipt on every call.
Hive Intelligence MCP is a Model Context Protocol (MCP) server published by hive-intel. It ranks #2,110 of 132,046 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. Hive Intelligence MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 12 tracked versions. It was first listed on Aug 24, 2025 and most recently updated on Sep 17, 2026.
Ranks ahead of 129,936 of 132,046 servers on MCP Toplist.
Use Hive Intelligence MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http hiveintelligence https://mcp.hiveintelligence.xyz/mcpclaude mcp add hiveintelligence -e "COINGECKO_PRO_API_KEY=<your COINGECKO_PRO_API_KEY>" -e "ALCHEMY_API_KEY=<your ALCHEMY_API_KEY>" -e "GOPLUS_APP_KEY=<your GOPLUS_APP_KEY>" -e "GOPLUS_APP_SECRET=<your GOPLUS_APP_SECRET>" -e "HELIUS_API_KEY=<your HELIUS_API_KEY>" -e "MORALIS_API_KEY=<your MORALIS_API_KEY>" -e "TENDERLY_API_KEY=<your TENDERLY_API_KEY>" -e "TENDERLY_NODE_ACCESS_KEY=<your TENDERLY_NODE_ACCESS_KEY>" -e "TENDERLY_GATEWAY_ACCESS_KEY=<your TENDERLY_GATEWAY_ACCESS_KEY>" -e "TENDERLY_ACCOUNT_SLUG=<your TENDERLY_ACCOUNT_SLUG>" -e "TENDERLY_PROJECT_SLUG=<your TENDERLY_PROJECT_SLUG>" -- npx -y hive-intelligenceReplace each placeholder with your own value before saving.
[mcp_servers.hiveintelligence]
url = "https://mcp.hiveintelligence.xyz/mcp"Add to ~/.codex/config.toml.
[mcp_servers.hiveintelligence]
command = "npx"
args = ["-y", "hive-intelligence"]
[mcp_servers.hiveintelligence.env]
COINGECKO_PRO_API_KEY = "<your COINGECKO_PRO_API_KEY>"
ALCHEMY_API_KEY = "<your ALCHEMY_API_KEY>"
GOPLUS_APP_KEY = "<your GOPLUS_APP_KEY>"
GOPLUS_APP_SECRET = "<your GOPLUS_APP_SECRET>"
HELIUS_API_KEY = "<your HELIUS_API_KEY>"
MORALIS_API_KEY = "<your MORALIS_API_KEY>"
TENDERLY_API_KEY = "<your TENDERLY_API_KEY>"
TENDERLY_NODE_ACCESS_KEY = "<your TENDERLY_NODE_ACCESS_KEY>"
TENDERLY_GATEWAY_ACCESS_KEY = "<your TENDERLY_GATEWAY_ACCESS_KEY>"
TENDERLY_ACCOUNT_SLUG = "<your TENDERLY_ACCOUNT_SLUG>"
TENDERLY_PROJECT_SLUG = "<your TENDERLY_PROJECT_SLUG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.hiveintelligence.xyz/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"hiveintelligence": {
"command": "npx",
"args": [
"-y",
"hive-intelligence"
],
"env": {
"COINGECKO_PRO_API_KEY": "<your COINGECKO_PRO_API_KEY>",
"ALCHEMY_API_KEY": "<your ALCHEMY_API_KEY>",
"GOPLUS_APP_KEY": "<your GOPLUS_APP_KEY>",
"GOPLUS_APP_SECRET": "<your GOPLUS_APP_SECRET>",
"HELIUS_API_KEY": "<your HELIUS_API_KEY>",
"MORALIS_API_KEY": "<your MORALIS_API_KEY>",
"TENDERLY_API_KEY": "<your TENDERLY_API_KEY>",
"TENDERLY_NODE_ACCESS_KEY": "<your TENDERLY_NODE_ACCESS_KEY>",
"TENDERLY_GATEWAY_ACCESS_KEY": "<your TENDERLY_GATEWAY_ACCESS_KEY>",
"TENDERLY_ACCOUNT_SLUG": "<your TENDERLY_ACCOUNT_SLUG>",
"TENDERLY_PROJECT_SLUG": "<your TENDERLY_PROJECT_SLUG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hiveintelligence": {
"url": "https://mcp.hiveintelligence.xyz/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"hiveintelligence": {
"command": "npx",
"args": [
"-y",
"hive-intelligence"
],
"env": {
"COINGECKO_PRO_API_KEY": "<your COINGECKO_PRO_API_KEY>",
"ALCHEMY_API_KEY": "<your ALCHEMY_API_KEY>",
"GOPLUS_APP_KEY": "<your GOPLUS_APP_KEY>",
"GOPLUS_APP_SECRET": "<your GOPLUS_APP_SECRET>",
"HELIUS_API_KEY": "<your HELIUS_API_KEY>",
"MORALIS_API_KEY": "<your MORALIS_API_KEY>",
"TENDERLY_API_KEY": "<your TENDERLY_API_KEY>",
"TENDERLY_NODE_ACCESS_KEY": "<your TENDERLY_NODE_ACCESS_KEY>",
"TENDERLY_GATEWAY_ACCESS_KEY": "<your TENDERLY_GATEWAY_ACCESS_KEY>",
"TENDERLY_ACCOUNT_SLUG": "<your TENDERLY_ACCOUNT_SLUG>",
"TENDERLY_PROJECT_SLUG": "<your TENDERLY_PROJECT_SLUG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hiveintelligence": {
"type": "http",
"url": "https://mcp.hiveintelligence.xyz/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"hiveintelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hive-intelligence"
],
"env": {
"COINGECKO_PRO_API_KEY": "<your COINGECKO_PRO_API_KEY>",
"ALCHEMY_API_KEY": "<your ALCHEMY_API_KEY>",
"GOPLUS_APP_KEY": "<your GOPLUS_APP_KEY>",
"GOPLUS_APP_SECRET": "<your GOPLUS_APP_SECRET>",
"HELIUS_API_KEY": "<your HELIUS_API_KEY>",
"MORALIS_API_KEY": "<your MORALIS_API_KEY>",
"TENDERLY_API_KEY": "<your TENDERLY_API_KEY>",
"TENDERLY_NODE_ACCESS_KEY": "<your TENDERLY_NODE_ACCESS_KEY>",
"TENDERLY_GATEWAY_ACCESS_KEY": "<your TENDERLY_GATEWAY_ACCESS_KEY>",
"TENDERLY_ACCOUNT_SLUG": "<your TENDERLY_ACCOUNT_SLUG>",
"TENDERLY_PROJECT_SLUG": "<your TENDERLY_PROJECT_SLUG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hiveintelligence": {
"serverUrl": "https://mcp.hiveintelligence.xyz/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hiveintelligence": {
"command": "npx",
"args": [
"-y",
"hive-intelligence"
],
"env": {
"COINGECKO_PRO_API_KEY": "<your COINGECKO_PRO_API_KEY>",
"ALCHEMY_API_KEY": "<your ALCHEMY_API_KEY>",
"GOPLUS_APP_KEY": "<your GOPLUS_APP_KEY>",
"GOPLUS_APP_SECRET": "<your GOPLUS_APP_SECRET>",
"HELIUS_API_KEY": "<your HELIUS_API_KEY>",
"MORALIS_API_KEY": "<your MORALIS_API_KEY>",
"TENDERLY_API_KEY": "<your TENDERLY_API_KEY>",
"TENDERLY_NODE_ACCESS_KEY": "<your TENDERLY_NODE_ACCESS_KEY>",
"TENDERLY_GATEWAY_ACCESS_KEY": "<your TENDERLY_GATEWAY_ACCESS_KEY>",
"TENDERLY_ACCOUNT_SLUG": "<your TENDERLY_ACCOUNT_SLUG>",
"TENDERLY_PROJECT_SLUG": "<your TENDERLY_PROJECT_SLUG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hiveintelligence": {
"url": "https://mcp.hiveintelligence.xyz/mcp"
}
}
}{
"mcpServers": {
"hiveintelligence": {
"command": "npx",
"args": [
"-y",
"hive-intelligence"
],
"env": {
"COINGECKO_PRO_API_KEY": "<your COINGECKO_PRO_API_KEY>",
"ALCHEMY_API_KEY": "<your ALCHEMY_API_KEY>",
"GOPLUS_APP_KEY": "<your GOPLUS_APP_KEY>",
"GOPLUS_APP_SECRET": "<your GOPLUS_APP_SECRET>",
"HELIUS_API_KEY": "<your HELIUS_API_KEY>",
"MORALIS_API_KEY": "<your MORALIS_API_KEY>",
"TENDERLY_API_KEY": "<your TENDERLY_API_KEY>",
"TENDERLY_NODE_ACCESS_KEY": "<your TENDERLY_NODE_ACCESS_KEY>",
"TENDERLY_GATEWAY_ACCESS_KEY": "<your TENDERLY_GATEWAY_ACCESS_KEY>",
"TENDERLY_ACCOUNT_SLUG": "<your TENDERLY_ACCOUNT_SLUG>",
"TENDERLY_PROJECT_SLUG": "<your TENDERLY_PROJECT_SLUG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/xyz.hiveintelligence%2Fmcp)<a href="https://mcptoplist.com/server/xyz.hiveintelligence%2Fmcp"><img src="https://mcptoplist.com/badge/xyz.hiveintelligence%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
hive-intel
Available versions (12)
| Version | Published |
|---|---|
| 1.7.2 | Sep 17, 2026 |
| 1.7.1 | Sep 16, 2026 |
| 1.6.7 | Sep 16, 2026 |
| 1.6.3 | Sep 16, 2026 |
| 1.6.2 | Sep 14, 2026 |
| 1.6.0 | Sep 8, 2026 |
| 1.5.3 | Sep 3, 2026 |
| 1.5.2 | Aug 29, 2026 |
| 1.5.1 | Aug 26, 2026 |
| 1.5.0 | Aug 26, 2026 |
| 1.4.0 | Aug 24, 2026 |
| 1.1.4 | May 31, 2026 |
Frequently asked questions
- Who maintains Hive Intelligence MCP?
- Hive Intelligence MCP is maintained by hive-intel, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is Hive Intelligence MCP listed on the Official MCP Registry?
- Yes — Hive Intelligence MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Hive Intelligence MCP have?
- MCP Toplist tracks 12 versions of Hive Intelligence MCP, most recently published on Sep 17, 2026.
- Where can I find the source code for Hive Intelligence MCP?
- The source code for Hive Intelligence MCP is hosted at github.com/hive-intel/hive-sdk.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.