Reference
Changelog
May 21, 2026
MCP catalog and agent-readiness refresh
- Catalog verified: reconciled the docs against the current MCP server snapshot: 348 wrapped provider tools, 10 category endpoints, and 13 root discovery tools.
- Root MCP clarity: updated docs to reflect the actual root
/mcpmodel: compacttools/list, full discovery throughhive://tools, and provider execution throughinvoke_api_endpoint. - Skills and toolsets: documented 16 agent skill packs, 11 task toolsets,
hive://toolsets,hive://task-canaries,hive://skills, andhive://status. - REST surface: added the current key, usage, OpenAPI, and health endpoints alongside
/api/v1/toolsand/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-integrationand/faqsoAuthorization: Beareris unambiguously the recommended header (x-api-keyremains 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-intelligenceand the executable ishive(npx -y -p hive-intelligence@latest hive ...). - CLI: fixed
[object Object]rendering in auto-tables (e.g.hive prediction categoriesnow shows subcategory names), and corrected stalehive-mcpreferences in error messages to the actual binary namehive.
April 23, 2026
MCP auth documentation corrections
- Switched all install guides (Claude Code, Claude Desktop, Cursor, VS Code, Windsurf) from the legacy
x-api-keyenv-var pattern to the standardAuthorization: Bearerheader for remote HTTP MCP.x-api-keystill works as a legacy alias. - Fixed the REST API example payload in the
/setuppage — the correct shape is{"tool":"get_price","args":{"ids":"bitcoin","vs_currencies":"usd"}}.
April 22, 2026
MCP discoverability
- Published
/.well-known/mcp/server-card.jsononhiveintelligence.xyzwith full server metadata (transports, auth, categories, clients) per the SEP-1649 draft. - Drafted a
server.jsonfor submission to the official MCP Registry atregistry.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) — 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
| Metric | Current |
|---|---|
| Live tools | See Live Catalog |
| Data providers | 9 |
| Category endpoints | 10 |
| Server version | 0.1.2 |
This changelog covers the Hive documentation site and the live server. For the full server commit history, see the GitHub repository.