Tools Catalog

Network & Infrastructure Tools

This scoped endpoint exposes the current Network & Infrastructure tool set.

Category Endpoint: POST /hive_network_infrastructure/mcp

Providers represented here: CoinGecko, Codex, CCXT, DeFiLlama, GoPlus, Tenderly, 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_networksCoinGeckoQuery all the supported networks on GeckoTerminal
get_networks_listCodexGet a list of all blockchain networks supported by Codex
get_network_statusCodexGet the status of a specific blockchain network
get_network_statsCodexGet metadata and statistics for a given network
get_asset_platformsCoinGeckoQuery all the asset platforms on CoinGecko
get_community_notesCodexGet community gathered notes and annotations
get_exchange_statusCCXTFetch the exchange system status to check if it is operating normally
get_exchange_timeCCXTFetch the current exchange server time
get_block_by_timestampDeFiLlamaGet the block number closest to a given timestamp for a specific chain
get_goplus_supported_chainsGoPlusList all blockchain networks supported by GoPlus Security API

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