Technical
Data Sources
Hive currently uses 9 active provider integrations in the live hive-mcp2 code path.
Current Provider Inventory
| Provider | Primary use |
|---|---|
| CoinGecko | Market data, exchange metadata, coins, categories, news |
| DeFiLlama | DeFi TVL, yields, fees, stablecoins, bridge and open-interest analytics |
| GoPlus | Token, wallet, dApp, and phishing/security checks |
| Codex | On-chain DEX analytics and prediction market data |
| CCXT | Centralized exchange market data and derivatives metadata |
| GoldRush | Cross-chain indexed balances, transactions, NFTs, and gas prices |
| Finnhub | Stocks, forex, commodities, alternative data, and macro-style market context |
| Tenderly | EVM simulation, tracing, gas estimation, and calldata decoding |
| Moralis | Wallet, token, NFT, and Solana-focused analytics |
Provider Discovery
Use the root MCP resource below to see the server's current provider availability:
{
"jsonrpc": "2.0",
"method": "resources/read",
"params": { "uri": "hive://providers" },
"id": 1
}
This is the authoritative runtime-facing provider view documented by hive-mcp2.
Notes On Coverage
- Market and exchange data are split across CoinGecko, CCXT, GoldRush, and DeFiLlama
- Security flows are split across GoPlus, GoldRush approvals, and Tenderly simulation
- Wallet and NFT workflows rely heavily on GoldRush and Moralis
- Prediction markets are currently powered by Codex
- The current official Defined/Codex docs are labeled beta, so prediction-market coverage may evolve faster than the rest of the catalog