Use Hive Intelligence MCP through UXC for broad crypto market, onchain, portfolio, and risk workflows with help-first discovery and convenience-layer guardrails.
Use this skill to run Hive Intelligence MCP operations through uxc.
Reuse the uxc skill for shared protocol discovery, output parsing, and generic auth handling.
uxc is installed and available in PATH.https://hiveintelligence.xyz/mcp.https://hiveintelligence.xyz/crypto-market-data-mcpThis skill covers the official remote Hive MCP surface for:
This skill does not cover:
Hive is an official remote MCP convenience layer.
Use it when a user wants one broad crypto MCP entrypoint quickly.
Do not treat Hive as a substitute for direct provider integrations like DexScreener, Helius, Blocknative, or other first-party skills where long-term provider coverage quality matters.
Use the official Hive MCP endpoint:
https://hiveintelligence.xyz/mcpThe public help-first flow for this skill works without a local auth bootstrap.
If Hive later introduces auth for higher-tier access, verify the runtime error and bind credentials before extending this skill.
Use the fixed link command by default:
command -v hive-mcp-cliuxc link hive-mcp-cli https://hiveintelligence.xyz/mcphive-mcp-cli -hDiscover categories first:
hive-mcp-cli get_market_and_price_endpointshive-mcp-cli get_onchain_dex_pool_endpointshive-mcp-cli get_portfolio_wallet_endpointshive-mcp-cli get_security_risk_endpointsInspect endpoint schema before invoking:
hive-mcp-cli get_api_endpoint_schema endpoint=get_token_pricehive-mcp-cli get_api_endpoint_schema endpoint=get_wallet_portfolioInvoke only after confirming the schema:
hive-mcp-cli invoke_api_endpoint endpoint_name=get_token_price args:='{"symbol":"BTC"}'hive-mcp-cli invoke_api_endpoint endpoint_name=get_wallet_portfolio args:='{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"}'get_market_and_price_endpointsget_onchain_dex_pool_endpointsget_portfolio_wallet_endpointsget_token_contract_endpointsget_security_risk_endpointsget_network_infrastructure_endpoints--text.ok, kind, protocol, data, error.get_api_endpoint_schema before calling invoke_api_endpoint.invoke_api_endpoint payloads narrow and explicit; do not guess large nested arg objects.hive-mcp-cli <operation> ... is equivalent to uxc https://hiveintelligence.xyz/mcp <operation> ....references/usage-patterns.md