MCP Catalogs
Home

hive-sdk vs time

Side-by-side comparison to help you pick between these two MCP servers.

hive-sdk
by hive-intel
time
by modelcontextprotocol
Stars★ 17★ 85,748
30d uses
Score4477
Official
Categories
FinanceAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

hive-sdk · Summary

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

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

hive-sdk · Use cases

  • AI agents accessing real-time cryptocurrency market data and DeFi metrics
  • Portfolio analysis across multiple blockchains and DeFi protocols
  • Security checks before executing transactions, including honeypot detection

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

hive-sdk · Install

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_..." }
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.