Live Catalog
Hive currently exposes 512 live direct tools in the wrapped server catalog.
- 389 tools are grouped into the 14 category-scoped MCP endpoints documented throughout this docs site.
- 123 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 hive-mcp2, 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 "x-api-key: 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 14 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 |
Finnhub
| Tool | Summary |
|---|---|
finnhub_get_aggregate_indicator | Get combined technical analysis signal summary (buy/sell/neutral) for a stock using Finnhub API |
finnhub_get_company_executives | Get list of company officers, directors, and executives using Finnhub API |
finnhub_get_company_peers | Get a list of similar companies (peers) for a stock using Finnhub API |
finnhub_get_congressional_trading | Get US Congress member stock trading disclosures for a company using Finnhub API |
finnhub_get_crypto_candles | Get historical OHLCV candle data for a cryptocurrency pair using Finnhub API |
finnhub_get_crypto_symbols | Get list of supported cryptocurrency symbols for a given exchange using Finnhub API |
finnhub_get_earnings_surprises | Get historical earnings per share (EPS) actual vs estimate data for a stock using Finnhub API |
finnhub_get_etf_country_exposure | Get geographic/country allocation breakdown for an ETF using Finnhub API |
finnhub_get_etf_holdings | Get the list of securities held by an ETF using Finnhub API |
finnhub_get_etf_profile | Get ETF profile and fundamentals using Finnhub API |
finnhub_get_etf_sector_exposure | Get sector allocation breakdown for an ETF using Finnhub API |
finnhub_get_financial_statements | Get standardized financial statements (income statement, balance sheet, or cash flow) for a company using Finnhub API |
finnhub_get_financials_reported | Get raw SEC-reported financial data (as-filed) for a company using Finnhub API |
finnhub_get_fund_ownership | Get mutual fund holders of a stock using Finnhub API |
finnhub_get_indices_constituents | Get the list of stocks in a market index using Finnhub API |
finnhub_get_institutional_ownership | Get top institutional holders of a stock using Finnhub API |
finnhub_get_news_sentiment | Get news article sentiment analysis scores for a company using Finnhub API |
finnhub_get_pattern_recognition | Get detected chart patterns for a stock using Finnhub API |
finnhub_get_revenue_breakdown | Get revenue breakdown by business segment and geography for a company using Finnhub API |
finnhub_get_sec_filings | Get SEC filing list for a company using Finnhub API |
finnhub_get_social_sentiment | Get social media sentiment data (Reddit and Twitter) for a stock using Finnhub API |
finnhub_get_stock_dividends | Get dividend payment history for a stock using Finnhub API |
finnhub_get_stock_splits | Get stock split history for a company using Finnhub API |
finnhub_get_supply_chain | Get supply chain relationships (customers and suppliers) for a company using Finnhub API |
finnhub_get_support_resistance | Get key support and resistance price levels for a stock using Finnhub API |
finnhub_get_technical_indicator | Get pre-computed technical indicator values for a stock using Finnhub API |
finnhub_get_upgrade_downgrade | Get analyst rating changes (upgrades and downgrades) for a stock using Finnhub API |
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 |
