Reference

Changelog

Written by , Product docsLast updated

June 28, 2026

Catalog refresh, new tools, and dependency modernization

  • Catalog: 375 callable tools — 357 categorized provider tools across 10 categories plus 18 Hive-native stateful tools (up from 369).
  • New Hyperliquid tools: cross-venue predicted funding, historical funding, OHLCV candles, and open-interest-cap discovery from the public Hyperliquid API.
  • Provider updates: retired the Codex token-lifecycle-events tool (upstream query removed), refreshed Moralis chain coverage (added Monad and Sei, removed discontinued Fantom), and corrected CCXT exchange aliases (htx).
  • Platform: modernized the server dependency stack and toolchain (Express 5, Node.js 22 baseline, TypeScript 6) and closed a high-severity IPv6 rate-limit advisory.

June 3, 2026

Docs setup path

  • Added Get Started, a single setup path for creating a key, connecting one MCP client, verifying a live tool call, checking discovery, and choosing a production surface.
  • Updated the homepage, Quick Start, Agent Resources, sidebar navigation, and Live Catalog to emphasize decision-led setup, schema discovery, and runnable verification over static catalog browsing.

May 31, 2026

npm publishing and version refresh

  • CLI version: hive-intelligence@latest is now 1.1.4 (1.1.3 is deprecated).
  • TypeScript adapter: hive-mcp-client@0.1.5 is now published on npm. Install it with npm install hive-mcp-client; the hive-intel/hive-sdk repo under client/ remains the public source mirror. REST stays the fallback for non-TypeScript stacks.

May 30, 2026

Catalog, CLI, and adapter fact refresh

  • Catalog verified: updated public docs to distinguish 351 categorized provider tools from the full 369-tool callable catalog, which includes 18 Hive-native stateful monitoring, memory, alert, report, and B2B subject tools.
  • Skills and toolsets: documented 17 public skill mirrors and 12 task toolsets, including stateful monitoring.
  • CLI docs: updated the published hive-intelligence npm version to 1.1.3 and documented current hive init flags plus hive uninstall.
  • TypeScript adapter: corrected docs to describe packages/mcp-client as official source-only adapter code, not a public npm package.

May 21, 2026

MCP catalog and agent-readiness refresh

  • Catalog verified: reconciled the docs against the current MCP server snapshot: 351 wrapped provider tools, 10 category endpoints, and 13 root discovery tools.
  • Root MCP clarity: updated docs to reflect the actual root /mcp model: compact tools/list, full discovery through hive://tools, and provider execution through invoke_api_endpoint.
  • Skills and toolsets: documented the then-current agent skill packs, task toolsets, hive://toolsets, hive://task-canaries, hive://skills, and hive://status.
  • REST surface: added the current key, usage, OpenAPI, and health endpoints alongside /api/v1/tools and /api/v1/execute.
  • Response contracts: refreshed REST success/error envelopes, MCP structuredContent, response_format, and truncation metadata.

May 2, 2026

Site polish and content accuracy

  • Brand consistency: removed an inconsistent green API-key indicator from in-docs code blocks, replaced hardcoded hex color values with design tokens, and standardised the install-button row so all three editor buttons share the same visual weight.
  • Hero CTAs: consolidated the homepage hero down to two primary actions ("Start building" + "View on GitHub") so the entry point is unambiguous.
  • Codex CLI install guide: new /install/codex covering both remote-HTTP and stdio transports for OpenAI's coding agent, plus the corresponding entry in the install index, sidebar nav, and llms.txt.
  • Auth header guidance: tightened wording on /api-integration and /faq so Authorization: Bearer is unambiguously the recommended header (x-api-key remains accepted as a legacy alias).
  • $HINT roadmap: moved $HINT-specific milestones to a dedicated /hint-token page so the product roadmap stays focused on shipping work.

April 24, 2026

  • Playground: fixed tool execution errors and refreshed the hardcoded example tool list to match the live catalog.
  • Cursor / VS Code install buttons: corrected install-link encoding and follow-up dialog state so client setup works end-to-end from /setup.
  • CLI docs: clarified that the npm package is hive-intelligence and the executable is hive (npx -y -p hive-intelligence@latest hive ...).
  • CLI: fixed [object Object] rendering in auto-tables (e.g. hive prediction categories now shows subcategory names), and corrected stale hive-mcp references in error messages to the actual binary name hive.

April 23, 2026

MCP auth documentation corrections

  • Switched all install guides (Claude Code, Claude Desktop, Cursor, VS Code, Windsurf) from the legacy x-api-key env-var pattern to the standard Authorization: Bearer header for remote HTTP MCP. x-api-key still works as a legacy alias.
  • Fixed the REST API example payload in the /setup page. The correct shape is {"tool":"get_price","args":{"ids":"bitcoin","vs_currencies":"usd"}}.

April 22, 2026

MCP discoverability

  • Published /.well-known/mcp/server-card.json on hiveintelligence.xyz with full server metadata (transports, auth, categories, clients) per the SEP-1649 draft.
  • Drafted a server.json for submission to the official MCP Registry at registry.modelcontextprotocol.io.

Pure-crypto focus

  • Helius added as the 9th data provider: Solana-native RPC depth, the Digital Asset Standard (DAS) for unified fungible + compressed-NFT metadata, and priority fee estimation. 14 new helius_* tools distributed across Portfolio & Wallet, Token & Contract, and Network & Infrastructure categories.
  • Finnhub removed entirely, along with the Stocks & Equities, Forex & Commodities, Economic Indicators, and Alternative Data categories. Hive is now a pure-crypto data surface. Category endpoints dropped from 14 to 10.

April 2026

Documentation overhaul

  • Repositioned all marketing copy around "Crypto intelligence to power your AI agents"
  • Added 3 tutorials (MCP Integration, REST API, CLI Workflows)
  • Added 3 narrowest-wedge use cases (Token Security, Market Intelligence, Wallet Analysis)
  • Removed all unverified claims from schema markup and documentation
  • Relabeled SDK pages as Integration Guides (they are REST examples, not published packages)
  • Added 36 ecosystem project logos to homepage

Recent server updates

Provider expansions

  • Tenderly + Codex: Added contract verification and token stats tools
  • DeFiLlama: Added 8 new endpoints (derivatives volumes, bridge stats, yields)
  • Moralis: Added 14 endpoints (universal API, NFT prices, Solana parity)
  • CoinGecko: Added news, token lists, OHLC range via wrapper

Reliability improvements

  • Circuit breaker: excluded 4xx client errors from failure tracking
  • Performance: eliminated redundant JSON parsing and double enrichment overhead
  • Fixed MCP spec violations across transport, annotations, errors, and descriptions
  • Fixed Moralis: corrected 18 wrong API paths, removed 21 non-existent endpoints

Removals (honesty over breadth)

  • Removed Finnhub and the 4 traditional-finance categories (Stocks & Equities, Forex & Commodities, Economic Indicators, Alternative Data) for a pure-crypto focus.
  • Removed LunarCrush integration entirely
  • Removed FRED (Federal Reserve) integration entirely
  • Removed DeBank and Bitquery references
  • Removed 3 DeFiLlama Pro-only endpoints (free tier only)

Platform status

MetricCurrent
Live toolsSee Live Catalog
Data providers9
Category endpoints10
Server version0.1.2

This changelog covers the Hive documentation site and the live server. For the full server commit history, see the GitHub repository.

Previous
FAQ