Tools Catalog

NFT Analytics Tools for AI Agents

This scoped endpoint exposes the current NFT Analytics tool set.

Category Endpoint: POST /hive_nft_analytics/mcp

Providers represented here: CoinGecko, Codex, Moralis, Helius


Scope

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

  • tools/list on this category endpoint returns the current scoped tool set directly.
  • The full Hive server also exposes the complete wrapped provider catalog through root invoke_api_endpoint, category endpoints, and the REST catalog.
  • For the complete wrapped provider catalog, including tools outside this category page, see Live Catalog.

Included Tools

ToolProviderSummary
get_nftCoinGeckoQuery all the NFT data (name, floor price, 24hr volume .) based on the NFT collection ID
get_nftsCoinGeckoQuery all supported NFTs with ID, contract address, name, asset platform ID and symbol on CoinGecko
get_nft_market_chartCoinGeckoThis endpoint allows you query historical market data of a NFT collection, including floor price, market cap, and 24hr volume, by number of days away from now
get_nft_tickersCoinGeckoGet a list of DeFi protocols with TVL metrics
get_nft_by_contractCoinGeckoRetrieve get nft by contract data through Hive Intelligence.
get_nft_marketsCoinGeckoRetrieve get nft markets data through Hive Intelligence.
get_nft_contract_market_chartCoinGeckoRetrieve get nft contract market chart data through Hive Intelligence.
get_nft_poolCodexGet detailed information about a specific NFT pool including pool balance, spot price, NFT assets, fees, and trading statistics
get_nft_pool_eventsCodexGet transaction events for NFT pools across all AMM NFT marketplaces
get_nft_pool_statsCodexGet aggregated pool statistics and metadata for a specific NFT collection on a given AMM NFT exchange
get_nft_collections_by_exchangeCodexGet all NFT collections that have liquidity pools on a specific AMM NFT exchange
get_nft_pools_by_collectionCodexGet all liquidity pools for a specific NFT collection on a given AMM NFT exchange
get_nft_pools_by_ownerCodexGet all NFT liquidity pools owned by a specific wallet address across AMM NFT marketplaces
filter_nft_collectionsCodexSearch and filter NFT collections based on various criteria including volume, floor price, trading activity, and metadata
filter_nft_pool_collectionsCodexSearch and filter NFT collections that have liquidity pools on AMM NFT marketplaces
search_nftsCodexSearch for NFTs across collections and marketplaces with advanced filtering options
filter_nft_poolsCodexSearch and filter NFT liquidity pools based on various criteria including liquidity, volume, pool type, and performance metrics
get_nft_collection_assetsCodexGet individual NFT assets from a collection with detailed metadata including attributes, media, and token-specific information
get_nft_collection_statsCodexGet bucketed statistical data for NFT collections over time including volume, price movements, and trading metrics across specified time periods
get_nft_collection_eventsCodexGet transaction events for NFT collections across marketplaces including sales, transfers, mints, and other activities
get_nft_contractsCodexGet enhanced contract information for NFT collections including metadata, social links, and labels
filter_parallel_assetsCodexSearch and filter Parallel trading card game assets with advanced filtering and matching criteria
get_parallel_card_changesCodexGet changes made to Parallel trading card metadata over time including updates to stats, artwork, and game mechanics
get_prime_pool_assetsCodexGet assets in Prime ecosystem pools including liquidity pool compositions and asset details
get_prime_pool_eventsCodexGet transaction events for Prime ecosystem pools including liquidity changes, swaps, and pool management activities
get_prime_poolsCodexGet information about Prime ecosystem pools including pool statistics, liquidity, and performance metrics
get_nft_holdersCodexGet holders of a specific NFT collection ordered by holdings with detailed balance information
get_prime_holdersCodexGet holders of Prime tokens with detailed balance information, USD values, and token metadata

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