Reference

Changelog

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 and one-click install fixes

  • Playground: fixed tool execution errors and refreshed the hardcoded example tool list to match the live catalog.
  • Cursor / VS Code install buttons: corrected deeplink encoding and follow-up dialog state so one-click install 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)
  • GoldRush: Added 5 endpoints, fixed 4 path discrepancies
  • 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) — 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