← 返回
未分类 中文

Hive Mcp Skill

Use Hive Intelligence MCP through UXC for broad crypto market, onchain, portfolio, and risk workflows with help-first discovery and convenience-layer guardra...
通过UXC使用Hive Intelligence MCP,为加密货币市场、链上数据、投资组合及风险工作流提供帮助式发现和便利层保护。
jolestar jolestar 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 413
下载
💾 2
安装
1
版本
#latest

概述

Hive Intelligence MCP Skill

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.

Prerequisites

  • uxc is installed and available in PATH.
  • Network access to https://hiveintelligence.xyz/mcp.
  • Access to the official Hive MCP documentation:
  • https://hiveintelligence.xyz/crypto-market-data-mcp

Scope

This skill covers the official remote Hive MCP surface for:

  • category-level endpoint discovery
  • crypto market and onchain data discovery
  • wallet and portfolio lookup workflows
  • security and risk endpoint discovery
  • schema inspection for underlying API endpoints
  • endpoint invocation through Hive's MCP tool layer

This skill does not cover:

  • direct replacement of first-party provider integrations
  • assuming one Hive endpoint has the same data quality as the underlying provider skill
  • write operations without separate explicit review

Positioning

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.

Endpoint

Use the official Hive MCP endpoint:

  • https://hiveintelligence.xyz/mcp

Authentication

The 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.

Core Workflow

  1. Use the fixed link command by default:
    • command -v hive-mcp-cli
    • If missing, create it:

uxc link hive-mcp-cli https://hiveintelligence.xyz/mcp

  • hive-mcp-cli -h
  1. Discover categories first:
    • hive-mcp-cli get_market_and_price_endpoints
    • hive-mcp-cli get_onchain_dex_pool_endpoints
    • hive-mcp-cli get_portfolio_wallet_endpoints
    • hive-mcp-cli get_security_risk_endpoints
  1. Inspect endpoint schema before invoking:
    • hive-mcp-cli get_api_endpoint_schema endpoint=get_token_price
    • hive-mcp-cli get_api_endpoint_schema endpoint=get_wallet_portfolio
  1. Invoke 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"}'

Recommended Discovery Operations

  • get_market_and_price_endpoints
  • get_onchain_dex_pool_endpoints
  • get_portfolio_wallet_endpoints
  • get_token_contract_endpoints
  • get_security_risk_endpoints
  • get_network_infrastructure_endpoints

Guardrails

  • Keep automation on the JSON output envelope; do not rely on --text.
  • Parse stable fields first: ok, kind, protocol, data, error.
  • Treat Hive as a convenience aggregation layer, not as the canonical source when a direct provider skill already exists.
  • Always inspect a target endpoint schema with get_api_endpoint_schema before calling invoke_api_endpoint.
  • Keep invoke_api_endpoint payloads narrow and explicit; do not guess large nested arg objects.
  • If a workflow becomes repetitive on one underlying provider surface, prefer a dedicated first-party skill over routing everything through Hive indefinitely.
  • hive-mcp-cli ... is equivalent to uxc https://hiveintelligence.xyz/mcp ....

References

  • Usage patterns: references/usage-patterns.md
  • Hive MCP docs: https://hiveintelligence.xyz/crypto-market-data-mcp

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 23:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Discord OpenAPI Skill

jolestar
通过UXC操作Discord HTTP API,使用Discord OpenAPI模式。建议使用Bot令牌以获取完整API访问权限(包括消息和服务器管理)。支持OAuth2...
★ 0 📥 1,035
data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 297 📥 141,565
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 273 📥 100,657