Live Catalog
Hive currently exposes hundreds of live direct tools in the wrapped server catalog.
- The majority of tools are grouped into the 10 category-scoped MCP endpoints documented throughout this docs site.
- Additional tools are callable through the root server and REST catalog, but are not part of category-scoped
tools/list.
Use this page when you need the full live surface from the Hive server, not just the categorized endpoint catalog.
How To Discover The Full Catalog
REST catalog
curl -X GET "https://mcp.hiveintelligence.xyz/api/v1/tools?limit=250" \
-H "Authorization: Bearer YOUR_HIVE_API_KEY"
MCP resource
Read hive://tools from the root /mcp endpoint.
Schema lookup
Use get_api_endpoint_schema on the root /mcp endpoint for parameter discovery.
Root-only Direct Tools
These tools are live in the wrapped catalog but are not part of the 10 category-scoped MCP endpoint inventories.
CCXT
| Tool | Summary |
|---|---|
ccxt_fetch_convert_currencies | Fetch available currencies for the exchange's convert/swap feature via CCXT |
ccxt_fetch_convert_quote | Fetch a conversion quote (estimated rate) for converting between currencies on an exchange via CCXT |
ccxt_fetch_deposit_withdraw_fees | Fetch deposit and withdrawal fee schedules for currencies on an exchange via CCXT |
ccxt_fetch_funding_intervals | Fetch funding rate interval/period information for perpetual contracts via CCXT |
ccxt_fetch_greeks | Fetch options Greeks (delta, gamma, theta, vega, rho) for an option contract via CCXT |
ccxt_fetch_last_prices | Fetch last traded prices for multiple symbols from an exchange via CCXT |
ccxt_fetch_leverage_tiers_all | Fetch leverage tiers for multiple or all derivatives markets in a single batch request via CCXT |
ccxt_fetch_long_short_ratio_history | Fetch historical long/short ratio data for a derivatives contract via CCXT |
ccxt_fetch_mark_prices | Fetch mark prices for perpetual/futures contracts from an exchange via CCXT |
ccxt_fetch_open_interests | Fetch open interest for multiple or all derivatives contracts in a single batch request via CCXT |
ccxt_fetch_option | Fetch data for a single option contract from an exchange via CCXT |
ccxt_fetch_option_chain | Fetch the full options chain for an underlying asset from an exchange via CCXT |
ccxt_fetch_settlement_history | Fetch settlement history for expired derivatives contracts via CCXT |
ccxt_fetch_transaction_fees | Fetch transaction fee information for currencies on an exchange via CCXT |
ccxt_fetch_underlying_assets | Fetch available underlying assets for options trading on an exchange via CCXT |
ccxt_fetch_volatility_history | Fetch historical implied volatility (IV) data for an underlying asset via CCXT |
Codex
| Tool | Summary |
|---|---|
codex_get_bars | Get pair-level OHLCV candlestick data in TradingView format using Codex by Defined.fi |
codex_get_blocks | Get block data by block number or timestamp using Codex by Defined.fi |
codex_get_detailed_token_stats | Get time-bucketed on-chain DEX statistics for a token aggregated across ALL its trading pairs using Codex by Defined.fi |
codex_get_network_configs | Get detailed chain configuration for networks indexed by Codex by Defined.fi |
codex_get_nft_collection_metadata | Get comprehensive metadata and statistics for a specific NFT collection using Codex by Defined.fi |
codex_get_nft_pool_stats | Get time-range statistical data for NFT AMM pools using Codex by Defined.fi |
codex_get_token_bars | Get token-level aggregated OHLCV candlestick data using Codex by Defined.fi |
CoinGecko
| Tool | Summary |
|---|---|
coingecko_get_circulating_supply_chart | Get historical circulating supply chart data for a coin from CoinGecko |
coingecko_get_circulating_supply_chart_range | Get circulating supply chart data within a specific date range from CoinGecko |
coingecko_get_onchain_token_top_traders | Get top traders for a token from GeckoTerminal |
coingecko_get_total_supply_chart | Get historical total supply chart data for a coin from CoinGecko |
coingecko_get_total_supply_chart_range | Get total supply chart data within a specific date range from CoinGecko |
get_coin_ohlc_range | Get OHLC (Open, High, Low, Close) candlestick chart data for a coin within a specific time range from CoinGecko |
get_news | Get latest crypto news articles from CoinGecko |
get_token_lists | Get token list for a specific blockchain platform from CoinGecko |
DeFiLlama
| Tool | Summary |
|---|---|
defillama_get_aggregator_volume | Get detailed trading volume data for a specific DEX aggregator including historical chart data from DeFiLlama |
defillama_get_aggregator_volumes | Get DEX aggregator trading volumes overview across all protocols from DeFiLlama |
defillama_get_aggregator_volumes_by_chain | Get DEX aggregator trading volumes for a specific blockchain from DeFiLlama |
defillama_get_bridge_aggregator_volume | Get detailed volume data for a specific bridge aggregator including historical chart data from DeFiLlama |
defillama_get_bridge_aggregator_volumes | Get bridge aggregator volumes overview across all protocols from DeFiLlama |
defillama_get_bridge_aggregator_volumes_by_chain | Get bridge aggregator volumes for a specific blockchain from DeFiLlama |
defillama_get_bridge_day_stats | Get daily bridge inflow/outflow statistics for a specific chain on a given day from DeFiLlama |
defillama_get_bridge_transactions | Get individual bridge transaction details for a specific bridge from DeFiLlama |
defillama_get_derivatives_aggregator_volume | Get detailed volume data for a specific derivatives aggregator including historical chart data from DeFiLlama |
defillama_get_derivatives_aggregator_volumes | Get derivatives aggregator volumes overview across all protocols from DeFiLlama |
defillama_get_derivatives_aggregator_volumes_by_chain | Get derivatives aggregator volumes for a specific blockchain from DeFiLlama |
defillama_get_open_interest | Get open interest overview across all perpetual DEX protocols from DeFiLlama |
defillama_get_open_interest_by_chain | Get open interest data for a specific blockchain from DeFiLlama |
defillama_get_open_interest_protocol | Get detailed open interest data for a specific perpetual DEX protocol from DeFiLlama |
Helius (Solana)
| Tool | Summary |
|---|---|
helius_get_asset | Get full metadata for a single Solana asset (fungible token or NFT) via the Digital Asset Standard (DAS) |
helius_get_assets_by_owner | List every Solana asset owned by a wallet (fungible tokens and NFTs, including compressed NFTs) |
helius_get_assets_by_group | List Solana assets belonging to a verified collection |
helius_get_assets_by_creator | List Solana assets created by a specific creator address |
helius_get_assets_by_authority | List Solana assets where an address is update authority |
helius_search_assets | Advanced search over Solana assets with flexible filter composition (creator, group, compressed, burnt, token type) |
helius_get_token_accounts | List Solana SPL token accounts by owner or mint |
helius_get_signatures_for_asset | Get transaction signatures that have touched a specific asset |
helius_get_priority_fee_estimate | Get recommended Solana priority fee (micro-lamports / compute unit) based on network congestion |
helius_get_balance | Get a Solana wallet's native SOL balance in lamports |
helius_get_token_balances | Get all SPL token balances for a wallet, optionally filtered to a single mint |
helius_get_transaction | Get a confirmed Solana transaction by signature with full receipt data |
helius_get_slot | Get current Solana slot height (liveness probe) |
helius_get_epoch_info | Get current Solana epoch metadata (epoch, slot index, block height) |
Moralis
| Tool | Summary |
|---|---|
moralis_get_address_decoded_transactions | Get decoded transactions for an address using Moralis |
moralis_get_address_transactions | Get raw transactions for an address using Moralis |
moralis_get_block | Get full block data by block number or hash using Moralis |
moralis_get_block_by_date | Find the closest block to a given timestamp using Moralis |
moralis_get_defi_positions_by_protocol | Get detailed per-protocol DeFi positions with APY and rewards using Moralis |
moralis_get_nft_collection_metadata | Get collection-level metadata for an NFT contract using Moralis |
moralis_get_nft_collection_stats | Get trading statistics for an NFT collection using Moralis (Pro plan) |
moralis_get_nft_contract_sale_prices | Get sale price history for an NFT collection using Moralis |
moralis_get_nft_floor_price | Get real-time floor price for an NFT collection using Moralis (Pro plan) |
moralis_get_nft_floor_price_by_token | Get floor price for a specific NFT token using Moralis (Pro plan) |
moralis_get_nft_historical_floor_price | Get historical floor price over time for an NFT collection using Moralis |
moralis_get_nft_metadata | Get metadata for a single NFT by contract address and token ID using Moralis |
moralis_get_nft_metadata_batch | Get metadata for multiple individual NFTs in a single call using Moralis |
moralis_get_nft_owners_by_collection | Get all owners of an NFT collection using Moralis |
moralis_get_nft_owners_by_token | Get all owners of a specific NFT token using Moralis |
moralis_get_nft_sale_prices | Get actual sale price history for a specific NFT using Moralis |
moralis_get_nft_trades_by_collection | Get all trades for an NFT collection using Moralis (Pro plan) |
moralis_get_nft_trades_by_token | Get all trades for a specific NFT token using Moralis (Pro plan) |
moralis_get_nft_traits | Get all traits and their possible values for an NFT collection using Moralis |
moralis_get_nft_transfers_by_contract | Get all transfer events for an NFT collection using Moralis |
moralis_get_nft_transfers_by_token | Get all transfer events for a specific NFT token using Moralis |
moralis_get_nfts_by_traits | Filter NFTs in a collection by specific trait values using Moralis |
moralis_get_pair_swaps | Get recent swap transactions for a DEX pair using Moralis (Pro plan) |
moralis_get_sol_dex_pairs | Get DEX trading pairs for a Solana token using Moralis (Pro plan) |
moralis_get_sol_nft_balances | Get all NFT holdings for a Solana wallet using Moralis |
moralis_get_sol_nft_metadata | Get metadata for a Solana NFT by its mint address using Moralis |
moralis_get_sol_pair_ohlcv | Get candlestick (OHLCV) data for a Solana trading pair using Moralis |
moralis_get_sol_pair_stats | Get stats for a Solana trading pair using Moralis |
moralis_get_sol_pair_swaps | Get recent swap transactions for a Solana DEX pair using Moralis (Pro plan) |
moralis_get_sol_token_analytics | Get Solana token analytics including volume, transactions, and valuation using Moralis |
moralis_get_sol_token_holders | Get top holders for a Solana SPL token using Moralis (Pro plan) |
moralis_get_sol_token_metadata | Get metadata for a Solana SPL token using Moralis |
moralis_get_sol_token_metadata_batch | Get metadata for multiple Solana SPL tokens in a single call using Moralis |
moralis_get_time_series_volume | Get time-series volume data across chains using Moralis |
moralis_get_time_series_volume_by_category | Get time-series volume data broken down by token category using Moralis |
moralis_get_token_analytics_batch | Get buy/sell analytics for multiple tokens in a single call using Moralis (Pro plan) |
moralis_get_token_categories | List all token categories (DeFi, meme, L2, stablecoin, etc.) using Moralis |
moralis_get_token_details | Get extended token info with links, categories, and security info using Moralis |
moralis_get_token_metadata_batch | Get metadata for multiple ERC20 tokens using Moralis |
moralis_get_trending_nfts_by_market_cap | Get top NFT collections ranked by market cap using Moralis (Pro plan) |
moralis_get_trending_nfts_by_volume | Get hottest NFT collections ranked by trading volume using Moralis (Pro plan) |
moralis_get_volume_stats_by_category | Get volume stats broken down by token category using Moralis |
moralis_get_volume_stats_by_chain | Get cross-chain volume, active wallets, and transaction stats using Moralis |
moralis_get_wallet_chain_activity | Get multi-chain activity timeline for a wallet using Moralis (Pro plan) |
moralis_get_wallet_nft_trades | Get NFT trade history for a wallet using Moralis (Pro plan) |
moralis_get_wallet_nft_transfers | Get all NFT transfers (in and out) for a wallet using Moralis |
moralis_get_wallet_pnl | Get per-token profit and loss breakdown for a wallet using Moralis (Pro plan) |
moralis_get_wallet_pnl_summary | Get aggregated profit and loss summary for a wallet using Moralis (Pro plan) |
moralis_get_wallet_token_balances_price | Get token balances with USD prices in one call using Moralis |
Tenderly
| Tool | Summary |
|---|---|
tenderly_add_contract | Add a contract to a Tenderly project for monitoring, alerting, and automatic trace decoding |
tenderly_verify_contract | Verify contract source code on a Tenderly project so that simulations and traces show decoded function names, parameters, and events instead of raw hex |