MCP Catalogs
Home

hive-sdk

by hive-intel·17·Score 44

Institutional-grade crypto market infrastructure MCP server with 376+ tools from 9 providers.

financeai-llmdeveloper-tools
5
Forks
4
Open issues
this month
Last commit
2d ago
Indexed

Overview

Hive Intelligence is a comprehensive MCP server that aggregates data from nine major cryptocurrency data providers including CoinGecko, DefiLlama, Moralis, and others. It normalizes disparate APIs into a single tool surface with 376+ tools across 10 categories, covering market data, DeFi analytics, wallet information, security checks, DEX flows, NFT analytics, prediction markets, and network infrastructure. The server offers both MCP stdio transport and a REST API, with detailed documentation on usage across multiple AI clients like Claude Desktop, Cursor, ChatGPT, and others.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI agents accessing real-time cryptocurrency market data and DeFi metrics
you:Portfolio analysis across multiple blockchains and DeFi protocols
you:Security checks before executing transactions, including honeypot detection
you:How many tools does Hive provide?
you:Which AI clients support Hive?

When to choose this

Choose Hive when you need comprehensive crypto data from multiple providers in a single normalized interface, especially for AI agents that need to answer questions across market data, DeFi, wallets, and security in one conversation.

When NOT to choose this

Avoid if you're building for environments that can't make external API calls, or if you need deep specialized data from a single provider that Hive doesn't offer normalized access to.

Tools this server exposes

12 tools extracted from the README
  • market_price

    Get current cryptocurrency prices for specified assets

  • ohlcv

    Retrieve OHLCV (Open, High, Low, Close, Volume) data for trading pairs

  • defi_tvl

    Get Total Value Locked (TVL) data for DeFi protocols

  • portfolio_balance

    Get wallet balances and portfolio information across multiple chains

  • security_scan

    Perform security analysis on tokens and contracts

  • dex_pool_analytics

    Analyze DEX pools, liquidity, and trading data

  • nft_collection_data

    Get information about NFT collections and markets

  • transaction_simulation

    Simulate Ethereum transactions to check for errors and gas costs

  • prediction_markets

    Get data from prediction markets like Polymarket

  • gas_prices

    Get current gas prices for different blockchain networks

  • token_metadata

    Retrieve detailed information about cryptocurrency tokens

  • search_discovery

    Search across all tools and data providers for relevant information

Comparable tools

coin-gecko-mcpmoralis-mcpdefillama-mcpgoplus-security-mcp

Installation

Installation

Using npx (no install required):

HIVE_API_KEY=hive_live_... npx -y -p hive-intelligence hive market price --ids bitcoin --vs usd

Global install:

npm install -g hive-intelligence

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "hive": {
      "command": "npx",
      "args": ["-y", "hive-intelligence"],
      "env": { "HIVE_API_KEY": "hive_live_..." }
    }
  }
}

FAQ

How many tools does Hive provide?
Hive offers 376+ tools across 10 categories, aggregated from 9 different cryptocurrency data providers.
Which AI clients support Hive?
Hive works with Claude Desktop, Cursor, ChatGPT, Claude Code, Windsurf, VS Code (Copilot Chat), Gemini CLI, and any MCP-compatible client.

Compare hive-sdk with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.