Tools Catalog

Search and Discovery Tools for AI Agents

This scoped endpoint exposes the current Search & Discovery tool set.

Category Endpoint: POST /hive_search_discovery/mcp

Providers represented here: CoinGecko, Codex


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
search_allCoinGeckoSearch for coins, categories and markets listed on CoinGecko
get_trendingCoinGeckoThis endpoint allows you query trending search coins, NFTs and categories on CoinGecko in the last 24 hours
get_categoriesCoinGeckoQuery all the coins categories on CoinGecko
get_coins_listCoinGeckoQuery all the supported coins on CoinGecko with coins ID, name and symbol
get_new_coinsCoinGeckoQuery the latest 200 coins that recently listed on CoinGecko
get_categories_market_dataCoinGeckoQuery all the coins categories with market data (market cap, volume, .) on CoinGecko
get_exchanges_listCoinGeckoQuery all the exchanges with ID and name
get_derivatives_exchanges_listCoinGeckoQuery all the derivatives exchanges with ID and name
get_event_labelsCodexGet a list of event labels that can be used to categorize events
search_tokensCodexSearch for tokens by name, symbol, or contract address on Codex

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