npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp-hive

v0.2.1

Published

MCP server for Hive Intelligence crypto and Web3 search

Readme

Hive Intelligence MCP Server

A Model Context Protocol (MCP) server providing comprehensive cryptocurrency, Web3, and financial market analytics through intelligent tool orchestration.

Overview

Hive Intelligence MCP Server enables AI assistants to access a wide range of cryptocurrency, DeFi, Web3, equities, forex, and macroeconomic analytics through a unified MCP interface. The server provides both dynamic and category-specific access to 351 specialized tools across 14 analytics categories, powered by data from CoinGecko, LunarCrush, DefiLlama, GeckoTerminal, Codex, DeBank, GoPlus, GoldRush, CCXT, Finnhub, FRED, and more.

Analytics Categories

| # | Category | Tools | Description | |---|----------|-------|-------------| | 1 | Market Data & Price | 83 | Real-time/historical prices, OHLCV, market caps, stablecoins, CEX trading data, derivatives, funding rates, options | | 2 | On-Chain DEX & Pool | 44 | DEX pools, liquidity, trending pairs, OHLCV, trader stats, volume analytics, cross-chain bridges | | 3 | Portfolio & Wallet | 38 | Wallet balances, transaction history, DeFi positions, multi-chain portfolio tracking, Bitcoin wallets | | 4 | Token & Contract | 27 | Token metadata, holder distributions, contract analysis, treasury tracking, transaction forensics | | 5 | DeFi Protocol | 23 | TVL data, protocol fees, yield farming, chain metrics, treasuries, raises, emissions | | 6 | NFT Analytics | 37 | Collection data, market charts, liquidity pools, holder analysis, cross-chain NFT tracking | | 7 | Security & Risk | 20 | Token security, honeypot detection, phishing detection, rugpull analysis, approval auditing | | 8 | Network & Infrastructure | 24 | Network health, gas prices, block data, event logs, chain statuses, address resolution | | 9 | Search & Discovery | 10 | Coin search, trending analysis, categories, token discovery, exchange listings | | 10 | Social & Sentiment | 17 | Social analytics, influencer tracking, news aggregation, Galaxy Score, AltRank | | 11 | Stocks & Equities | 8 | Real-time quotes, historical candles, company profiles, analyst recommendations | | 12 | Forex & Commodities | 4 | Forex rates, currency pair candles, commodity prices (gold, silver, platinum) | | 13 | Economic Indicators | 13 | GDP, CPI, fed rate, treasury yields, unemployment, S&P 500, FRED time series | | 14 | Alternative Data | 5 | Insider trading, sentiment scores, earnings calendar, IPO calendar |

Data Providers

  • CoinGecko - Market data, coin metadata, exchanges, NFTs, derivatives
  • LunarCrush - Social sentiment, Galaxy Score, AltRank, influencer tracking
  • DefiLlama - TVL, protocol fees, yields, stablecoins, bridges, treasuries, hacks
  • GeckoTerminal - On-chain DEX pools, OHLCV, trades, trending pairs
  • Codex - Token pairs, liquidity, trader analytics, chart data, wallet filtering
  • DeBank - EVM wallet portfolios, DeFi positions, protocol analytics, token info
  • GoPlus - Token/NFT security, honeypot detection, phishing, rugpull analysis
  • GoldRush (Covalent) - 100+ chain coverage, token balances, transactions, NFTs, Bitcoin
  • CCXT - CEX trading data, order books, OHLCV, funding rates, derivatives
  • Finnhub - Stock quotes, company profiles, forex, commodities, insider trading
  • FRED - 800,000+ economic time series, GDP, CPI, interest rates

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 Hive's remote MCP server: https://hiveintelligence.xyz/crypto-mcp