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

ToolSummary
ccxt_fetch_convert_currenciesFetch available currencies for the exchange's convert/swap feature via CCXT
ccxt_fetch_convert_quoteFetch a conversion quote (estimated rate) for converting between currencies on an exchange via CCXT
ccxt_fetch_deposit_withdraw_feesFetch deposit and withdrawal fee schedules for currencies on an exchange via CCXT
ccxt_fetch_funding_intervalsFetch funding rate interval/period information for perpetual contracts via CCXT
ccxt_fetch_greeksFetch options Greeks (delta, gamma, theta, vega, rho) for an option contract via CCXT
ccxt_fetch_last_pricesFetch last traded prices for multiple symbols from an exchange via CCXT
ccxt_fetch_leverage_tiers_allFetch leverage tiers for multiple or all derivatives markets in a single batch request via CCXT
ccxt_fetch_long_short_ratio_historyFetch historical long/short ratio data for a derivatives contract via CCXT
ccxt_fetch_mark_pricesFetch mark prices for perpetual/futures contracts from an exchange via CCXT
ccxt_fetch_open_interestsFetch open interest for multiple or all derivatives contracts in a single batch request via CCXT
ccxt_fetch_optionFetch data for a single option contract from an exchange via CCXT
ccxt_fetch_option_chainFetch the full options chain for an underlying asset from an exchange via CCXT
ccxt_fetch_settlement_historyFetch settlement history for expired derivatives contracts via CCXT
ccxt_fetch_transaction_feesFetch transaction fee information for currencies on an exchange via CCXT
ccxt_fetch_underlying_assetsFetch available underlying assets for options trading on an exchange via CCXT
ccxt_fetch_volatility_historyFetch historical implied volatility (IV) data for an underlying asset via CCXT

Codex

ToolSummary
codex_get_barsGet pair-level OHLCV candlestick data in TradingView format using Codex by Defined.fi
codex_get_blocksGet block data by block number or timestamp using Codex by Defined.fi
codex_get_detailed_token_statsGet time-bucketed on-chain DEX statistics for a token aggregated across ALL its trading pairs using Codex by Defined.fi
codex_get_network_configsGet detailed chain configuration for networks indexed by Codex by Defined.fi
codex_get_nft_collection_metadataGet comprehensive metadata and statistics for a specific NFT collection using Codex by Defined.fi
codex_get_nft_pool_statsGet time-range statistical data for NFT AMM pools using Codex by Defined.fi
codex_get_token_barsGet token-level aggregated OHLCV candlestick data using Codex by Defined.fi

CoinGecko

ToolSummary
coingecko_get_circulating_supply_chartGet historical circulating supply chart data for a coin from CoinGecko
coingecko_get_circulating_supply_chart_rangeGet circulating supply chart data within a specific date range from CoinGecko
coingecko_get_onchain_token_top_tradersGet top traders for a token from GeckoTerminal
coingecko_get_total_supply_chartGet historical total supply chart data for a coin from CoinGecko
coingecko_get_total_supply_chart_rangeGet total supply chart data within a specific date range from CoinGecko
get_coin_ohlc_rangeGet OHLC (Open, High, Low, Close) candlestick chart data for a coin within a specific time range from CoinGecko
get_newsGet latest crypto news articles from CoinGecko
get_token_listsGet token list for a specific blockchain platform from CoinGecko

DeFiLlama

ToolSummary
defillama_get_aggregator_volumeGet detailed trading volume data for a specific DEX aggregator including historical chart data from DeFiLlama
defillama_get_aggregator_volumesGet DEX aggregator trading volumes overview across all protocols from DeFiLlama
defillama_get_aggregator_volumes_by_chainGet DEX aggregator trading volumes for a specific blockchain from DeFiLlama
defillama_get_bridge_aggregator_volumeGet detailed volume data for a specific bridge aggregator including historical chart data from DeFiLlama
defillama_get_bridge_aggregator_volumesGet bridge aggregator volumes overview across all protocols from DeFiLlama
defillama_get_bridge_aggregator_volumes_by_chainGet bridge aggregator volumes for a specific blockchain from DeFiLlama
defillama_get_bridge_day_statsGet daily bridge inflow/outflow statistics for a specific chain on a given day from DeFiLlama
defillama_get_bridge_transactionsGet individual bridge transaction details for a specific bridge from DeFiLlama
defillama_get_derivatives_aggregator_volumeGet detailed volume data for a specific derivatives aggregator including historical chart data from DeFiLlama
defillama_get_derivatives_aggregator_volumesGet derivatives aggregator volumes overview across all protocols from DeFiLlama
defillama_get_derivatives_aggregator_volumes_by_chainGet derivatives aggregator volumes for a specific blockchain from DeFiLlama
defillama_get_open_interestGet open interest overview across all perpetual DEX protocols from DeFiLlama
defillama_get_open_interest_by_chainGet open interest data for a specific blockchain from DeFiLlama
defillama_get_open_interest_protocolGet detailed open interest data for a specific perpetual DEX protocol from DeFiLlama

Helius (Solana)

ToolSummary
helius_get_assetGet full metadata for a single Solana asset (fungible token or NFT) via the Digital Asset Standard (DAS)
helius_get_assets_by_ownerList every Solana asset owned by a wallet (fungible tokens and NFTs, including compressed NFTs)
helius_get_assets_by_groupList Solana assets belonging to a verified collection
helius_get_assets_by_creatorList Solana assets created by a specific creator address
helius_get_assets_by_authorityList Solana assets where an address is update authority
helius_search_assetsAdvanced search over Solana assets with flexible filter composition (creator, group, compressed, burnt, token type)
helius_get_token_accountsList Solana SPL token accounts by owner or mint
helius_get_signatures_for_assetGet transaction signatures that have touched a specific asset
helius_get_priority_fee_estimateGet recommended Solana priority fee (micro-lamports / compute unit) based on network congestion
helius_get_balanceGet a Solana wallet's native SOL balance in lamports
helius_get_token_balancesGet all SPL token balances for a wallet, optionally filtered to a single mint
helius_get_transactionGet a confirmed Solana transaction by signature with full receipt data
helius_get_slotGet current Solana slot height (liveness probe)
helius_get_epoch_infoGet current Solana epoch metadata (epoch, slot index, block height)

Moralis

ToolSummary
moralis_get_address_decoded_transactionsGet decoded transactions for an address using Moralis
moralis_get_address_transactionsGet raw transactions for an address using Moralis
moralis_get_blockGet full block data by block number or hash using Moralis
moralis_get_block_by_dateFind the closest block to a given timestamp using Moralis
moralis_get_defi_positions_by_protocolGet detailed per-protocol DeFi positions with APY and rewards using Moralis
moralis_get_nft_collection_metadataGet collection-level metadata for an NFT contract using Moralis
moralis_get_nft_collection_statsGet trading statistics for an NFT collection using Moralis (Pro plan)
moralis_get_nft_contract_sale_pricesGet sale price history for an NFT collection using Moralis
moralis_get_nft_floor_priceGet real-time floor price for an NFT collection using Moralis (Pro plan)
moralis_get_nft_floor_price_by_tokenGet floor price for a specific NFT token using Moralis (Pro plan)
moralis_get_nft_historical_floor_priceGet historical floor price over time for an NFT collection using Moralis
moralis_get_nft_metadataGet metadata for a single NFT by contract address and token ID using Moralis
moralis_get_nft_metadata_batchGet metadata for multiple individual NFTs in a single call using Moralis
moralis_get_nft_owners_by_collectionGet all owners of an NFT collection using Moralis
moralis_get_nft_owners_by_tokenGet all owners of a specific NFT token using Moralis
moralis_get_nft_sale_pricesGet actual sale price history for a specific NFT using Moralis
moralis_get_nft_trades_by_collectionGet all trades for an NFT collection using Moralis (Pro plan)
moralis_get_nft_trades_by_tokenGet all trades for a specific NFT token using Moralis (Pro plan)
moralis_get_nft_traitsGet all traits and their possible values for an NFT collection using Moralis
moralis_get_nft_transfers_by_contractGet all transfer events for an NFT collection using Moralis
moralis_get_nft_transfers_by_tokenGet all transfer events for a specific NFT token using Moralis
moralis_get_nfts_by_traitsFilter NFTs in a collection by specific trait values using Moralis
moralis_get_pair_swapsGet recent swap transactions for a DEX pair using Moralis (Pro plan)
moralis_get_sol_dex_pairsGet DEX trading pairs for a Solana token using Moralis (Pro plan)
moralis_get_sol_nft_balancesGet all NFT holdings for a Solana wallet using Moralis
moralis_get_sol_nft_metadataGet metadata for a Solana NFT by its mint address using Moralis
moralis_get_sol_pair_ohlcvGet candlestick (OHLCV) data for a Solana trading pair using Moralis
moralis_get_sol_pair_statsGet stats for a Solana trading pair using Moralis
moralis_get_sol_pair_swapsGet recent swap transactions for a Solana DEX pair using Moralis (Pro plan)
moralis_get_sol_token_analyticsGet Solana token analytics including volume, transactions, and valuation using Moralis
moralis_get_sol_token_holdersGet top holders for a Solana SPL token using Moralis (Pro plan)
moralis_get_sol_token_metadataGet metadata for a Solana SPL token using Moralis
moralis_get_sol_token_metadata_batchGet metadata for multiple Solana SPL tokens in a single call using Moralis
moralis_get_time_series_volumeGet time-series volume data across chains using Moralis
moralis_get_time_series_volume_by_categoryGet time-series volume data broken down by token category using Moralis
moralis_get_token_analytics_batchGet buy/sell analytics for multiple tokens in a single call using Moralis (Pro plan)
moralis_get_token_categoriesList all token categories (DeFi, meme, L2, stablecoin, etc.) using Moralis
moralis_get_token_detailsGet extended token info with links, categories, and security info using Moralis
moralis_get_token_metadata_batchGet metadata for multiple ERC20 tokens using Moralis
moralis_get_trending_nfts_by_market_capGet top NFT collections ranked by market cap using Moralis (Pro plan)
moralis_get_trending_nfts_by_volumeGet hottest NFT collections ranked by trading volume using Moralis (Pro plan)
moralis_get_volume_stats_by_categoryGet volume stats broken down by token category using Moralis
moralis_get_volume_stats_by_chainGet cross-chain volume, active wallets, and transaction stats using Moralis
moralis_get_wallet_chain_activityGet multi-chain activity timeline for a wallet using Moralis (Pro plan)
moralis_get_wallet_nft_tradesGet NFT trade history for a wallet using Moralis (Pro plan)
moralis_get_wallet_nft_transfersGet all NFT transfers (in and out) for a wallet using Moralis
moralis_get_wallet_pnlGet per-token profit and loss breakdown for a wallet using Moralis (Pro plan)
moralis_get_wallet_pnl_summaryGet aggregated profit and loss summary for a wallet using Moralis (Pro plan)
moralis_get_wallet_token_balances_priceGet token balances with USD prices in one call using Moralis

Tenderly

ToolSummary
tenderly_add_contractAdd a contract to a Tenderly project for monitoring, alerting, and automatic trace decoding
tenderly_verify_contractVerify contract source code on a Tenderly project so that simulations and traces show decoded function names, parameters, and events instead of raw hex