Hive Intelligence

Tools Reference

Token & Contract Tools

44 categorized tools are available on this scoped endpoint.

Category Endpoint: POST /hive_token_contract/mcp

Category Name in hive-mcp2: Token & Contract data

Providers represented here: CoinGecko, Codex, GoldRush, Moralis


Scope

This page documents the tools exposed by the category-scoped MCP endpoint above.

  • tools/list on this category endpoint returns these 44 tools directly.
  • The full Hive server also exposes 512 live direct tools through the root server and the REST catalog.
  • For root-only direct tools that are not part of category-scoped tools/list, see Live Catalog.

Included Tools

ToolProviderSummary
get_tokens_by_addressCoinGeckoQuery specific token data based on the provided token contract address on a network
get_token_infoCoinGeckoQuery token metadata (name, symbol, CoinGecko ID, image, socials, websites, description, etc.) based on a provided token contract address on a network
get_token_top_holdersCoinGeckoQuery top token holders based on the provided token contract address on a network
get_token_holders_chartCoinGeckoGet the historical token holders chart based on the provided token contract address on a network
get_token_detailsCodexGet detailed information about a specific token
get_tokensCodexGet detailed information about multiple tokens
filter_tokensCodexFilter tokens by various criteria with automatic pagination for large results
get_token_holdersCodexReturns list of wallets that hold a given token, ordered by holdings descending
get_top_holders_percentageCodexGet the percentage of tokens held by top 10 holders
get_new_tokensCodexGet a list of the latests token contracts deployed
get_multi_tokensCoinGeckoQuery multiple tokens data based on the provided token contract addresses on a network
get_recently_updated_tokensCoinGeckoQuery the most recently updated tokens information (metadata) across all networks
get_token_lifecycle_eventsCodexGet mint and burn events for a specific token including amounts, timestamps, and supply changes
get_token_top_tradersCodexGet the top traders for a specific token over a specified time period including trading volumes, profits, and transaction counts
list_top_tokensCodexGet a ranked list of top tokens by volume, market cap, or other metrics on Codex
get_companies_treasuryCoinGeckoQuery public companies Bitcoin or Ethereum holdings
get_entities_listCoinGeckoRetrieve get entities list data through Hive Intelligence.
get_treasury_by_entityCoinGeckoRetrieve get treasury by entity data through Hive Intelligence.
get_treasury_holding_chartCoinGeckoRetrieve get treasury holding chart data through Hive Intelligence.
get_treasury_transaction_historyCoinGeckoRetrieve get treasury transaction history data through Hive Intelligence.
goldrush_get_token_holdersGoldRushGet token holder list for a specific ERC-20 token contract using GoldRush (Covalent)
moralis_get_token_priceMoralisGet real-time price for an ERC20 token using Moralis
moralis_get_token_metadataMoralisGet metadata for ERC20 tokens using Moralis
moralis_get_token_holdersMoralisGet holder count and top holders for an ERC20 token using Moralis
moralis_get_token_transfersMoralisGet all transfers for a specific ERC20 token using Moralis
moralis_get_token_pairsMoralisGet all trading pairs/liquidity pools for a token using Moralis
moralis_get_token_top_tradersMoralisGet top profitable wallets for a specific token using Moralis
moralis_get_token_scoreMoralisGet security/quality score for a token using Moralis
moralis_search_tokensMoralisSearch for tokens by name or symbol across all chains using Moralis
moralis_get_trending_tokensMoralisGet trending tokens across chains using Moralis
moralis_resolve_ens_domainMoralisResolve an ENS domain name to an Ethereum address using Moralis
moralis_resolve_addressMoralisReverse resolve an Ethereum address to its ENS domain name using Moralis
moralis_get_token_price_batchMoralisGet prices for multiple ERC20 tokens in a single call using Moralis
moralis_get_token_analyticsMoralisGet buy/sell analytics for a token using Moralis
moralis_get_token_holder_statsMoralisGet historical holder count over time for an ERC20 token using Moralis
moralis_get_pair_ohlcvMoralisGet OHLCV candlestick data for a DEX trading pair using Moralis
moralis_get_pair_statsMoralisGet trading statistics for a DEX pair using Moralis
moralis_get_pair_snipersMoralisGet sniper wallets that bought a token within the first blocks of a pair's creation using Moralis
moralis_filter_tokensMoralisFilter and screen tokens with 20+ metrics using Moralis Discovery API
moralis_get_top_gainersMoralisGet top gaining tokens by price change using Moralis
moralis_get_top_losersMoralisGet top losing tokens by price change using Moralis
moralis_get_transactionMoralisGet transaction details by hash using Moralis
moralis_get_decoded_transactionMoralisGet fully decoded transaction by hash using Moralis verbose mode
moralis_get_sol_token_priceMoralisGet price for a Solana SPL token using Moralis

Discovery

Use these discovery surfaces when you need the current live catalog:

  • GET https://mcp.hiveintelligence.xyz/api/v1/tools
  • resources/read hive://tools
  • get_api_endpoint_schema on the root /mcp endpoint