Hive MCP Server
Provides real-time crypto and Web3 intelligence using the Hive Intelligence API.
Hive Intelligence MCP Server
A Model Context Protocol (MCP) server providing comprehensive cryptocurrency and Web3 analytics through intelligent tool orchestration.
Overview
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, on-chain analytics, portfolio tracking, security analysis, and more.
📊 Analytics Categories
- Market Data & Price
- On-Chain DEX & Pool
- Portfolio & Wallet
- Token & Contract
- DeFi Protocol
- NFT Analytics
- Security & Risk
- Network & Infrastructure
- Search & Discovery
- Social & Sentiment
Installation
# Install dependencies
npm install
# Build the server
npm run build
# Start the server
npm start
MCP Client Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"hive": {
"command": "npx",
"args": ["-y", "mcp-hive"]
}
}
}
Usage
Claude Desktop Configuration
Add to your Claude Desktop configuration file:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"hive-mcp": {
"command": "npx",
"args": ["-y", "mcp-hive"]
}
}
}
Development
Building
# Development build
npm run build
# Production build with executable permissions
npm run prepare
Testing
# Use MCP inspector for testing
npm run inspector
remote mcp server
checkout the guide to use the hive's remote mcp server https://hiveintelligence.xyz/crypto-mcp
Related Servers
MCP Go Generator Node.js
Generate Go microservices with a hexagonal architecture in a Node.js environment.
Cloudflare Remote MCP Server
A remote MCP server example deployable on Cloudflare Workers without authentication.
Model Context Protocol servers
A collection of reference implementations for the Model Context Protocol (MCP), showcasing servers built with TypeScript and Python SDKs.
MCP Create Server
A service for dynamically creating, running, and managing Model Context Protocol (MCP) servers.
Web3 MCP Server
An MCP server for interacting with Web3 and EVM-compatible chains.
Lilith Shell
Execute terminal commands through a secure shell interface using an AI assistant.
Framer Plugin MCP Server
Create and manage Framer plugins with web3 capabilities.
Croft Laravel
A local MCP server for Laravel developers to boost productivity with artisan commands.
Infercnv-MCP
Infer Copy Number Variations (CNVs) from single-cell RNA-Seq data using a natural language interface.
Advanced Unity MCP Integration
An MCP server for Unity, enabling AI assistants to interact with projects in real-time, access scene data, and execute code.