A Model Context Protocol (MCP) server providing comprehensive cryptocurrency and Web3 analytics through intelligent tool orchestration. Hive Intelligence MCP Server enables AI assistants to access a wide range of cryptocurrency, DeFi, and Web3 analytics through a unified MCP interface. The server provides both dynamic and category-specific access to over 200+ specialized tools covering market data
Add this skill
npx mdskills install hive-intel/hive-crypto-mcpComprehensive crypto/Web3 analytics MCP but lacks tool descriptions and examples
1# Hive Intelligence MCP Server23A Model Context Protocol (MCP) server providing comprehensive cryptocurrency and Web3 analytics through intelligent tool orchestration.45## Overview67Hive Intelligence MCP Server enables AI assistants to access a wide range of cryptocurrency, DeFi, and Web3 analytics through a unified MCP interface. The server provides both dynamic and category-specific access to over 200+ specialized tools covering market data, on-chain analytics, portfolio tracking, security analysis, and more.8910### 📊 **Analytics Categories**1112- **Market Data & Price**13- **On-Chain DEX & Pool**14- **Portfolio & Wallet**15- **Token & Contract**16- **DeFi Protocol**17- **NFT Analytics**18- **Security & Risk**19- **Network & Infrastructure**20- **Search & Discovery**21- **Social & Sentiment**2223## Installation2425```bash26# Install dependencies27npm install2829# Build the server30npm run build3132# Start the server33npm start34```3536### MCP Client Configuration3738Add to your MCP client configuration:3940```json41{42 "mcpServers": {43 "hive": {44 "command": "npx",45 "args": ["-y", "mcp-hive"]46 }47 }48}49```5051## Usage5253### Claude Desktop Configuration5455Add to your Claude Desktop configuration file:5657**Windows**: `%APPDATA%\Claude\claude_desktop_config.json`58**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`5960```json61{62 "mcpServers": {63 "hive-mcp": {64 "command": "npx",65 "args": ["-y", "mcp-hive"]66 }67 }68}69```7071## Development727374### Building7576```bash77# Development build78npm run build7980# Production build with executable permissions81npm run prepare82```8384### Testing8586```bash87# Use MCP inspector for testing88npm run inspector89```90---9192## remote mcp server93checkout the guide to use the hive's remote mcp server94https://hiveintelligence.xyz/crypto-mcp95
Full transparency — inspect the skill content before installing.