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
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, on-chain analytics, portfolio tracking, security analysis, and more.
# Install dependencies
npm install
# Build the server
npm run build
# Start the server
npm start
Add to your MCP client configuration:
{
"mcpServers": {
"hive": {
"command": "npx",
"args": ["-y", "mcp-hive"]
}
}
}
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 build
npm run build
# Production build with executable permissions
npm run prepare
# Use MCP inspector for testing
npm run inspector
checkout the guide to use the hive's remote mcp server https://hiveintelligence.xyz/crypto-mcp
Install via CLI
npx mdskills install hive-intel/hive-crypto-mcpHive Intelligence MCP Server is a free, open-source AI agent skill. 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
Install Hive Intelligence MCP Server with a single command:
npx mdskills install hive-intel/hive-crypto-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Hive Intelligence MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.