{
  "name": "Hive Intelligence",
  "id": "xyz.hiveintelligence/mcp",
  "version": "1.1.4",
  "protocolVersion": "2025-11-25",
  "description": "Managed crypto market infrastructure for AI agents — live prices, DeFi, wallets, Solana depth, and token risk through a managed MCP, REST API, or CLI.",
  "longDescription": "Hive is crypto market infrastructure for AI agents. A managed MCP server, REST API, and CLI that connect Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, OpenAI Responses API, Codex CLI, Gemini CLI, and header-capable MCP clients to live crypto prices, wallet positions, DeFi activity, NFT analytics, and token risk across supported EVM, Bitcoin, Solana, and cross-chain network data. Root /mcp exposes 13 discovery tools that route to 369 callable tools: 351 provider tools across 10 category-scoped endpoints plus 18 Hive-native stateful tools from 9 provider groups: Alchemy, CoinGecko, DeFiLlama, GoPlus, Codex, CCXT, Helius, Tenderly, Moralis. Optimized for agent tool calls, runtime discovery, and programmatic workflows.",
  "author": {
    "name": "Hive Intelligence",
    "url": "https://hiveintelligence.xyz",
    "email": "support@hiveintelligence.xyz"
  },
  "homepage": "https://www.hiveintelligence.xyz",
  "documentation": "https://www.hiveintelligence.xyz/crypto-mcp",
  "repository": {
    "type": "git",
    "url": "https://github.com/hive-intel/hive-sdk"
  },
  "license": "MIT",
  "categories": [
    "finance",
    "crypto",
    "defi",
    "web3",
    "ai-agents"
  ],
  "tags": [
    "mcp",
    "modelcontextprotocol",
    "crypto",
    "cryptocurrency",
    "defi",
    "wallets",
    "token-security",
    "claude",
    "cursor",
    "chatgpt",
    "gemini",
    "windsurf",
    "ai-agents"
  ],
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://mcp.hiveintelligence.xyz/mcp",
      "primary": true
    },
    {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "hive-intelligence@latest",
        "hive"
      ],
      "package": {
        "registry": "npm",
        "name": "hive-intelligence",
        "bin": "hive"
      }
    }
  ],
  "package": {
    "name": "hive-intelligence",
    "command": "hive",
    "install": "npx -y -p hive-intelligence@latest hive",
    "stdioArgs": [
      "-y",
      "-p",
      "hive-intelligence@latest",
      "hive"
    ]
  },
  "authentication": {
    "type": "api_key",
    "required": true,
    "appliesTo": [
      "streamable-http",
      "rest",
      "cli"
    ],
    "notRequiredFor": [
      "public website metadata files"
    ],
    "note": "Hosted MCP and REST calls require a Hive API key. Authenticated discovery requests can count against quota, so production clients should cache tool catalogs.",
    "headers": {
      "x-api-key": "<YOUR_HIVE_API_KEY>",
      "Authorization": "Bearer <YOUR_HIVE_API_KEY>"
    },
    "b2bSubjectHeaders": {
      "note": "B2B-enabled API keys may isolate downstream customer state by sending signed subject headers from a trusted backend adapter. Stateful writes require these headers when b2b_subjects_enabled=true.",
      "readinessUrl": "https://mcp.hiveintelligence.xyz/api/v1/b2b/readiness",
      "headers": [
        "X-Hive-Tenant-Id",
        "X-Hive-End-User-Id",
        "X-Hive-Subject-Timestamp",
        "X-Hive-Subject-Signature"
      ],
      "signaturePayload": "METHOD + \"\\n\" + PATH + \"\\n\" + TENANT_ID + \"\\n\" + END_USER_ID + \"\\n\" + TIMESTAMP",
      "algorithm": "HMAC-SHA256"
    },
    "signupUrl": "https://www.hiveintelligence.xyz/login?next=/dashboard/keys",
    "freeTier": {
      "monthlyCredits": 10000,
      "requestsPerMinute": 30,
      "description": "Demo tier — no credit card required"
    }
  },
  "authCompatibility": {
    "remoteAuthMode": "api_key_header",
    "oauth": false,
    "supportedCredentialTransports": [
      "Authorization: Bearer <YOUR_HIVE_API_KEY>",
      "x-api-key: <YOUR_HIVE_API_KEY>"
    ],
    "compatibleClients": [
      "Claude Code",
      "Cursor",
      "VS Code",
      "Windsurf",
      "Gemini CLI",
      "OpenAI Responses API"
    ],
    "note": "Header-based API key auth works in MCP clients that allow custom headers. OpenAI's Responses API remote MCP tool can pass an authorization token to the server. ChatGPT developer-mode apps use OAuth/no-auth/mixed authentication flows; Claude.ai custom connectors and directory submissions also require OAuth-compatible auth. Hive has not implemented OAuth/CIMD yet."
  },
  "capabilities": {
    "tools": {},
    "resources": {},
    "prompts": {},
    "toolCount": 13,
    "visibleToolCount": 13,
    "underlyingToolCount": 369,
    "providerToolCount": 351,
    "hiveNativeToolCount": 18,
    "categoryCount": 10,
    "categoryEndpoints": [
      "/hive_market_data/mcp",
      "/hive_onchain_dex/mcp",
      "/hive_portfolio_wallet/mcp",
      "/hive_token_contract/mcp",
      "/hive_defi_protocol/mcp",
      "/hive_nft_analytics/mcp",
      "/hive_security_risk/mcp",
      "/hive_network_infrastructure/mcp",
      "/hive_search_discovery/mcp",
      "/hive_prediction_markets/mcp"
    ],
    "alternativeSurfaces": {
      "rest": "https://mcp.hiveintelligence.xyz/api/v1/execute",
      "cli": "npx -y -p hive-intelligence@latest hive init --all --browser"
    },
    "taskToolsetCount": 12,
    "taskToolsets": [
      {
        "id": "market_research",
        "kind": "product",
        "label": "Market Research",
        "purpose": "Answer price, market cap, OHLC, exchange, order book, derivatives, and trading-context questions.",
        "outcome": "A current market view with exact asset/exchange fixtures, price context, liquidity, volume, and freshness/status notes.",
        "requiredIdentifiers": [
          "token symbol or contract",
          "chain or exchange id"
        ],
        "optionalIdentifiers": [
          "quote currency",
          "time range",
          "pair address"
        ],
        "recommendedTools": [
          "get_price",
          "get_coins_market_data",
          "get_coin_market_chart_range",
          "get_coin_ohlc",
          "get_coin_tickers",
          "get_ticker",
          "get_orderbook",
          "get_recent_trades",
          "get_funding_rates",
          "get_open_interest",
          "get_liquidations",
          "get_options_overview",
          "ccxt_fetch_last_prices",
          "ccxt_fetch_greeks",
          "alchemy_get_token_prices_by_symbol",
          "alchemy_get_token_prices_by_address"
        ],
        "fallbackTools": [
          "get_global_stats",
          "get_gainers_losers",
          "get_derivatives_tickers",
          "get_open_interest_history",
          "get_funding_rate_history",
          "ccxt_fetch_option_chain",
          "get_exchange_tickers",
          "get_supported_currencies"
        ],
        "stableFixtures": [
          {
            "name": "bitcoin",
            "value": "bitcoin",
            "description": "Canonical CoinGecko asset id for BTC market checks."
          },
          {
            "name": "binance",
            "value": "binance",
            "description": "Common CCXT exchange id for public market data checks."
          }
        ],
        "exampleUserTasks": [
          "What is ETH doing across spot and derivatives markets today?",
          "Show me SOL liquidity and recent exchange context."
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "market",
          "price",
          "spot",
          "cex",
          "exchange",
          "orderbook",
          "ohlc",
          "derivatives",
          "funding",
          "open interest",
          "liquidations",
          "options",
          "volume"
        ]
      },
      {
        "id": "token_diligence",
        "kind": "product",
        "label": "Token Diligence",
        "purpose": "Investigate metadata, market context, liquidity, holders, DEX pairs, risk, and enrichment signals.",
        "outcome": "A replayable token report separating market data, on-chain activity, liquidity, holder concentration, and risk findings.",
        "requiredIdentifiers": [
          "chain",
          "token contract or exact token id"
        ],
        "optionalIdentifiers": [
          "symbol",
          "pair address",
          "time range"
        ],
        "recommendedTools": [
          "search_tokens",
          "get_token_info",
          "get_token_price",
          "get_token_chart_data",
          "get_token_holders",
          "get_token_pairs",
          "get_token_security",
          "detect_rugpull",
          "alchemy_get_token_metadata",
          "alchemy_get_token_prices_by_address",
          "moralis_get_token_score",
          "moralis_get_token_analytics",
          "moralis_search_entities"
        ],
        "fallbackTools": [
          "search_all",
          "get_contract_coin",
          "coingecko_get_onchain_token_top_traders",
          "get_liquidity_info",
          "get_liquidity_locks",
          "get_top_holders_percentage",
          "get_solana_token_security"
        ],
        "stableFixtures": [
          {
            "name": "ethereum_usdc",
            "value": "ethereum:0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
            "description": "USDC on Ethereum for token metadata, price, and holder checks."
          },
          {
            "name": "solana_usdc",
            "value": "solana:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "description": "USDC on Solana for Solana token security and asset checks."
          }
        ],
        "exampleUserTasks": [
          "Is this token real, liquid, and safe enough to keep researching?",
          "Find the strongest risk flags for this contract."
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "token",
          "diligence",
          "metadata",
          "holders",
          "risk"
        ]
      },
      {
        "id": "wallet_investigation",
        "kind": "product",
        "label": "Wallet Investigation",
        "purpose": "Inspect balances, transfers, PnL, NFTs, DeFi positions, chain activity, and decoded history.",
        "outcome": "A wallet exposure and activity report with holdings, notable transfers, DeFi/NFT context, and missing-data status.",
        "requiredIdentifiers": [
          "wallet address",
          "chain"
        ],
        "optionalIdentifiers": [
          "token contract",
          "transaction hash",
          "time range"
        ],
        "recommendedTools": [
          "alchemy_get_tokens_by_wallet",
          "alchemy_get_token_balances_by_wallet",
          "alchemy_get_nfts_by_wallet",
          "alchemy_get_asset_transfers",
          "alchemy_get_native_balance",
          "moralis_get_wallet_history",
          "moralis_get_wallet_profitability_summary",
          "moralis_get_wallet_defi_positions",
          "moralis_get_wallet_defi_summary",
          "moralis_get_wallet_swaps",
          "moralis_get_wallet_chain_activity",
          "moralis_get_wallet_insight",
          "helius_get_wallet_balances",
          "helius_get_wallet_history"
        ],
        "fallbackTools": [
          "get_wallet_balances",
          "get_wallet_stats",
          "get_wallet_chart",
          "filter_wallets",
          "helius_get_assets_by_owner",
          "helius_get_parsed_address_transactions"
        ],
        "stableFixtures": [
          {
            "name": "ethereum_vitalik",
            "value": "ethereum:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
            "description": "Public EVM wallet fixture for balances and transfer checks."
          },
          {
            "name": "solana_system",
            "value": "solana:11111111111111111111111111111111",
            "description": "Stable Solana address fixture for Solana account reads."
          }
        ],
        "exampleUserTasks": [
          "Investigate this wallet's holdings and recent activity.",
          "Does this wallet have unusual DeFi or NFT exposure?"
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "wallet",
          "portfolio",
          "address",
          "balances",
          "holdings",
          "transfers",
          "transactions",
          "swaps",
          "pnl",
          "profitability",
          "defi positions",
          "chain activity"
        ]
      },
      {
        "id": "security_risk",
        "kind": "product",
        "label": "Security Risk",
        "purpose": "Check token, address, approval, contract, dApp, phishing, and simulation risk signals.",
        "outcome": "A risk report with severity, exact evidence, runtime status, and remediation-oriented next checks.",
        "requiredIdentifiers": [
          "chain",
          "token contract, wallet address, or transaction payload"
        ],
        "optionalIdentifiers": [
          "spender address",
          "dapp url",
          "calldata"
        ],
        "recommendedTools": [
          "get_token_security",
          "get_wallet_approvals",
          "check_malicious_address",
          "check_phishing_site",
          "check_dapp_security",
          "check_approval_security",
          "alchemy_get_token_allowance",
          "tenderly_simulate_transaction",
          "tenderly_simulate_bundle",
          "tenderly_estimate_gas",
          "tenderly_decode_calldata",
          "simulate_evm_transaction"
        ],
        "fallbackTools": [
          "detect_rugpull",
          "check_dapp_security",
          "get_nft_security",
          "goplus_get_nft721_approvals",
          "goplus_get_nft1155_approvals",
          "goplus_detect_dust_attack",
          "goplus_get_lp_v4_lock",
          "goplus_get_address_scan_result",
          "goplus_start_address_scan"
        ],
        "stableFixtures": [
          {
            "name": "ethereum_zero_address",
            "value": "ethereum:0x0000000000000000000000000000000000000000",
            "description": "Stable EVM address fixture for address-risk validation paths."
          },
          {
            "name": "ethereum_usdc_contract",
            "value": "ethereum:0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
            "description": "Widely supported token contract fixture for allowance/security reads."
          }
        ],
        "exampleUserTasks": [
          "Is this contract a honeypot or approval risk?",
          "Simulate this transaction before I explain what it does."
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "security",
          "risk",
          "safe",
          "scam",
          "rugpull",
          "honeypot",
          "malicious",
          "phishing",
          "dapp",
          "approval",
          "allowance",
          "calldata",
          "simulation"
        ]
      },
      {
        "id": "onchain_dex_pool_analysis",
        "kind": "product",
        "label": "On-chain DEX and Pool Analysis",
        "purpose": "Analyze pools, pairs, liquidity, trades, OHLCV, trending DEX activity, and token-level DEX flow.",
        "outcome": "A DEX/pool report covering liquidity, trading activity, pair quality, and comparable on-chain context.",
        "requiredIdentifiers": [
          "chain",
          "pair address or token contract"
        ],
        "optionalIdentifiers": [
          "dex id",
          "time range",
          "network id"
        ],
        "recommendedTools": [
          "get_trending_pools",
          "get_pool_info",
          "get_pool_ohlcv",
          "get_pool_trades",
          "get_token_trades",
          "get_token_pools",
          "get_pair_stats",
          "get_pairs_stats",
          "get_pair_chart_metadata",
          "get_liquidity_info",
          "get_latest_pairs",
          "codex_get_detailed_token_stats",
          "codex_get_bars"
        ],
        "fallbackTools": [
          "search_pools",
          "filter_pools",
          "get_dex_volumes",
          "defillama_get_aggregator_volumes",
          "get_network_dexes",
          "get_network_trending_pools"
        ],
        "stableFixtures": [
          {
            "name": "ethereum_usdc_weth_pool",
            "value": "ethereum:0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640",
            "description": "Common Uniswap v3 USDC/WETH pool fixture."
          }
        ],
        "exampleUserTasks": [
          "Analyze liquidity and trading activity for this pair.",
          "Find trending pools on this network and explain why they matter."
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "dex",
          "pool",
          "pair",
          "liquidity",
          "trades"
        ]
      },
      {
        "id": "defi_protocol_analysis",
        "kind": "product",
        "label": "DeFi Protocol Analysis",
        "purpose": "Analyze protocols, TVL, fees, revenue, stablecoins, bridges, yields, and aggregate DeFi metrics.",
        "outcome": "A protocol or DeFi-sector report with TVL, fee/revenue, yield, bridge/stablecoin, and chain-distribution context.",
        "requiredIdentifiers": [
          "protocol name or chain"
        ],
        "optionalIdentifiers": [
          "pool id",
          "bridge name",
          "time range"
        ],
        "recommendedTools": [
          "get_protocol_tvl",
          "get_protocol_fees",
          "get_protocol_fee_summary",
          "get_chain_fees",
          "get_global_defi",
          "get_yield_pools",
          "get_yield_pool_chart",
          "get_stablecoins",
          "get_stablecoin_charts_global",
          "defillama_get_bridge_aggregator_volumes",
          "get_dex_volumes"
        ],
        "fallbackTools": [
          "get_defi_protocol",
          "get_defi_protocols",
          "get_chain_tvl_history",
          "get_chains_tvl_history",
          "stablecoin_data_by_id",
          "get_fees_overview"
        ],
        "stableFixtures": [
          {
            "name": "aave",
            "value": "aave",
            "description": "Widely supported DeFi protocol fixture for TVL, fees, and protocol reads."
          },
          {
            "name": "ethereum",
            "value": "ethereum",
            "description": "Canonical chain fixture for DeFi chain-level checks."
          }
        ],
        "exampleUserTasks": [
          "Compare Aave and Compound across TVL, fees, and yield context.",
          "Explain stablecoin and bridge activity for this chain."
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "defi",
          "protocol",
          "tvl",
          "fees",
          "yield",
          "bridges"
        ]
      },
      {
        "id": "nft_research",
        "kind": "product",
        "label": "NFT Research",
        "purpose": "Research NFT ownership, metadata, collection context, floors, sales, rarity, spam checks, and Solana assets.",
        "outcome": "An NFT or collection report with owner/metadata, market context, authenticity/spam signals, and provenance fixtures.",
        "requiredIdentifiers": [
          "chain",
          "collection contract or asset id"
        ],
        "optionalIdentifiers": [
          "token id",
          "wallet address",
          "time range"
        ],
        "recommendedTools": [
          "alchemy_get_nfts_for_owner",
          "alchemy_get_nfts_for_contract",
          "alchemy_get_nft_metadata",
          "alchemy_get_floor_price",
          "alchemy_get_nft_sales",
          "alchemy_get_owners_for_contract",
          "alchemy_compute_rarity",
          "alchemy_is_spam_contract",
          "get_nft_markets",
          "get_nft_tickers",
          "helius_get_asset"
        ],
        "fallbackTools": [
          "get_nfts",
          "get_nft_by_contract",
          "get_nft_market_chart",
          "alchemy_search_contract_metadata",
          "helius_search_assets",
          "helius_get_nft_editions",
          "get_nft_security"
        ],
        "stableFixtures": [
          {
            "name": "ethereum_cryptopunks",
            "value": "ethereum:0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB",
            "description": "Common NFT collection fixture for metadata and market checks."
          }
        ],
        "exampleUserTasks": [
          "Research this NFT collection's floor, sales, and spam risk.",
          "Who owns this NFT and what is its metadata?"
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "nft",
          "collection",
          "floor",
          "metadata",
          "rarity"
        ]
      },
      {
        "id": "network_infrastructure",
        "kind": "product",
        "label": "Network Infrastructure",
        "purpose": "Read chain state, gas, blocks, receipts, logs, transaction status, supported networks, and Solana priority fees.",
        "outcome": "A chain/RPC diagnostic answer with exact network, block/transaction fixtures, and execution-adjacent status.",
        "requiredIdentifiers": [
          "chain"
        ],
        "optionalIdentifiers": [
          "block number",
          "transaction hash",
          "contract address",
          "log filter"
        ],
        "recommendedTools": [
          "alchemy_get_block_number",
          "alchemy_get_chain_id",
          "alchemy_get_gas_price",
          "alchemy_get_transaction_by_hash",
          "alchemy_get_transaction_receipt",
          "alchemy_get_logs",
          "helius_get_slot",
          "helius_get_epoch_info",
          "helius_get_priority_fee_estimate",
          "helius_get_transaction",
          "tenderly_get_supported_networks",
          "tenderly_get_block_number"
        ],
        "fallbackTools": [
          "get_networks_list",
          "get_network_stats",
          "get_network_status",
          "get_block_by_timestamp",
          "codex_get_blocks",
          "codex_get_network_configs",
          "get_goplus_supported_chains"
        ],
        "stableFixtures": [
          {
            "name": "ethereum_latest",
            "value": "ethereum:latest",
            "description": "Latest Ethereum block/gas fixture for EVM network reads."
          },
          {
            "name": "solana_current_slot",
            "value": "solana:current_slot",
            "description": "Current Solana slot fixture for Solana network reads."
          }
        ],
        "exampleUserTasks": [
          "Check the current gas and latest block on Ethereum.",
          "Fetch this transaction receipt and summarize execution status."
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "network",
          "rpc",
          "gas",
          "blocks",
          "logs"
        ]
      },
      {
        "id": "solana_analysis",
        "kind": "product",
        "label": "Solana Analysis",
        "purpose": "Analyze Solana-native wallets, SPL token accounts, DAS assets, parsed transactions, priority fees, and launch data.",
        "outcome": "A Solana-specific wallet/token/asset report using Solana-native identifiers and runtime status.",
        "requiredIdentifiers": [
          "Solana wallet, mint, asset id, or transaction signature"
        ],
        "optionalIdentifiers": [
          "owner address",
          "creator address",
          "program id"
        ],
        "recommendedTools": [
          "helius_get_balance",
          "helius_get_token_balances",
          "helius_get_assets_by_owner",
          "helius_get_token_accounts",
          "helius_get_parsed_transactions",
          "helius_get_parsed_address_transactions",
          "helius_get_priority_fee_estimate",
          "helius_get_transaction",
          "helius_search_assets",
          "get_solana_token_security"
        ],
        "fallbackTools": [
          "moralis_get_pumpfun_new_tokens",
          "moralis_get_pumpfun_bonding_tokens",
          "moralis_get_pumpfun_graduated_tokens",
          "helius_get_wallet_identity",
          "helius_get_wallet_history",
          "helius_get_program_accounts_v2"
        ],
        "stableFixtures": [
          {
            "name": "solana_usdc_mint",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "description": "USDC mint fixture for Solana token and asset lookups."
          }
        ],
        "exampleUserTasks": [
          "Investigate this Solana wallet's SPL tokens and NFT assets.",
          "Estimate Solana priority fees and parse this transaction."
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "solana",
          "spl",
          "das",
          "helius",
          "pumpfun"
        ]
      },
      {
        "id": "prediction_markets",
        "kind": "product",
        "label": "Prediction Markets",
        "purpose": "Research prediction markets, events, market stats, prices, outcomes, traders, holders, and trades.",
        "outcome": "A prediction-market report with exact market/event identifiers, price/stats, trader context, and outcome notes.",
        "requiredIdentifiers": [
          "market id, event id, or search query"
        ],
        "optionalIdentifiers": [
          "trader address",
          "token id",
          "time range"
        ],
        "recommendedTools": [
          "codex_filter_prediction_markets",
          "codex_event_scoped_filter_prediction_markets",
          "codex_prediction_markets",
          "codex_prediction_market_price",
          "codex_prediction_outcome_order_books",
          "codex_prediction_market_stats",
          "codex_prediction_trades",
          "codex_filter_prediction_events",
          "codex_prediction_event_stats",
          "codex_filter_prediction_traders",
          "codex_prediction_traders",
          "codex_prediction_trader_stats",
          "codex_prediction_token_holders"
        ],
        "fallbackTools": [
          "codex_prediction_categories",
          "codex_prediction_event_top_markets",
          "codex_prediction_trader_holdings",
          "codex_prediction_trader_markets",
          "codex_prediction_trader_bars",
          "get_community_notes"
        ],
        "stableFixtures": [
          {
            "name": "prediction_market_search",
            "value": "bitcoin",
            "description": "Stable topical query for prediction-market discovery."
          }
        ],
        "exampleUserTasks": [
          "Find active prediction markets related to Bitcoin.",
          "Summarize this prediction market's price, trades, and top holders."
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "prediction",
          "markets",
          "polymarket",
          "kalshi",
          "odds",
          "election",
          "sports",
          "events",
          "outcomes",
          "traders",
          "order books"
        ]
      },
      {
        "id": "stateful_monitoring",
        "kind": "product",
        "label": "Stateful Monitoring",
        "purpose": "Create and manage durable crypto intelligence monitors that remember user intent across agent sessions.",
        "outcome": "A saved monitor configuration for wallets, tokens, protocols, markets, prediction markets, watchlist digests, token discovery risk, or risk watch that workers can schedule, compare, alert on, and report from.",
        "requiredIdentifiers": [
          "monitor kind",
          "target object"
        ],
        "optionalIdentifiers": [
          "rules",
          "cadence",
          "notification metadata",
          "monitor id",
          "run status",
          "alert severity",
          "memory namespace",
          "B2B subject id",
          "tenant id"
        ],
        "recommendedTools": [
          "hive_create_monitor",
          "hive_list_monitors",
          "hive_get_monitor",
          "hive_update_monitor",
          "hive_archive_monitor",
          "hive_get_monitor_runs",
          "hive_list_observations",
          "hive_list_alerts",
          "hive_update_alert_status",
          "hive_get_latest_snapshot",
          "hive_remember_fact",
          "hive_list_memory_facts",
          "hive_forget_memory_fact",
          "hive_generate_monitor_report",
          "hive_list_subjects",
          "hive_get_subject",
          "hive_archive_subject",
          "hive_list_subject_audit_events"
        ],
        "fallbackTools": [
          "search_tools",
          "get_api_endpoint_schema"
        ],
        "stableFixtures": [
          {
            "name": "wallet_monitor",
            "value": "{\"kind\":\"wallet\",\"target\":{\"chain\":\"ethereum\",\"address\":\"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045\"}}",
            "description": "Example monitor target for storing durable wallet-watch intent."
          }
        ],
        "exampleUserTasks": [
          "Watch this wallet and alert me when important transfers happen.",
          "List the crypto monitors I already asked Hive to remember.",
          "Summarize what changed on this monitor and show open alerts."
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "monitoring",
          "stateful",
          "memory",
          "alerts",
          "reports",
          "schedule",
          "agents"
        ]
      },
      {
        "id": "search_discovery",
        "kind": "meta",
        "label": "Search and Discovery",
        "purpose": "Route ambiguous requests to exact task toolsets, categories, tools, schemas, and entity identifiers.",
        "outcome": "A narrowed execution plan with the right toolset, exact tools, required arguments, and fixtures to request.",
        "requiredIdentifiers": [
          "natural-language query"
        ],
        "optionalIdentifiers": [
          "provider",
          "category",
          "tool name",
          "entity name"
        ],
        "recommendedTools": [
          "search_tools",
          "get_api_endpoint_schema",
          "invoke_api_endpoint",
          "search_all",
          "search_tokens",
          "search_pools",
          "moralis_search_entities",
          "moralis_get_entity_categories",
          "get_entities_list",
          "get_categories",
          "get_trending"
        ],
        "fallbackTools": [
          "get_market_and_price_endpoints",
          "get_onchain_dex_pool_endpoints",
          "get_portfolio_wallet_endpoints",
          "get_token_contract_endpoints",
          "get_defi_protocol_endpoints",
          "get_nft_analytics_endpoints",
          "get_security_risk_endpoints",
          "get_network_infrastructure_endpoints",
          "get_search_discovery_endpoints",
          "get_prediction_markets_endpoints"
        ],
        "stableFixtures": [
          {
            "name": "token_query",
            "value": "bitcoin",
            "description": "Stable query fixture for entity, token, and tool discovery."
          }
        ],
        "exampleUserTasks": [
          "Find the right Hive tool for wallet investigation.",
          "What schema do I need before calling this endpoint?"
        ],
        "runtimeStatuses": [
          "ok",
          "missing_key",
          "plan_required",
          "rate_limited",
          "degraded",
          "failing"
        ],
        "tags": [
          "search",
          "discovery",
          "schema",
          "routing",
          "meta"
        ]
      }
    ],
    "taskCanaryCount": 12,
    "taskCanaries": [
      {
        "toolsetId": "market_research",
        "toolName": "get_price",
        "description": "CoinGecko BTC/USD price sanity check.",
        "args": {
          "ids": "bitcoin",
          "vs_currencies": "usd"
        }
      },
      {
        "toolsetId": "token_diligence",
        "toolName": "alchemy_get_token_metadata",
        "description": "Alchemy USDC metadata check for token diligence."
      },
      {
        "toolsetId": "wallet_investigation",
        "toolName": "alchemy_get_native_balance",
        "description": "Alchemy public wallet native balance check."
      },
      {
        "toolsetId": "security_risk",
        "toolName": "get_token_security",
        "description": "GoPlus USDT token security check."
      },
      {
        "toolsetId": "onchain_dex_pool_analysis",
        "toolName": "get_pool_info",
        "description": "GeckoTerminal USDC/WETH pool info check."
      },
      {
        "toolsetId": "defi_protocol_analysis",
        "toolName": "get_protocol_tvl",
        "description": "DeFiLlama Aave TVL check."
      },
      {
        "toolsetId": "nft_research",
        "toolName": "alchemy_get_contract_metadata",
        "description": "Alchemy BAYC collection metadata check."
      },
      {
        "toolsetId": "network_infrastructure",
        "toolName": "alchemy_get_block_number",
        "description": "Alchemy Ethereum latest block check."
      },
      {
        "toolsetId": "solana_analysis",
        "toolName": "helius_get_slot",
        "description": "Helius Solana slot check."
      },
      {
        "toolsetId": "prediction_markets",
        "toolName": "codex_filter_prediction_markets",
        "description": "Codex open prediction market discovery check."
      },
      {
        "toolsetId": "stateful_monitoring",
        "toolName": "hive_list_monitors",
        "description": "Hive durable monitor store availability check.",
        "args": {
          "__hive_user_id": "00000000-0000-4000-8000-000000000000"
        }
      },
      {
        "toolsetId": "search_discovery",
        "toolName": "search_all",
        "description": "Search/discovery query check.",
        "args": {
          "query": "bitcoin"
        }
      }
    ],
    "runtimeStatuses": [
      "ok",
      "missing_key",
      "plan_required",
      "rate_limited",
      "degraded",
      "failing"
    ],
    "runtimeStatusSemantics": {
      "ok": "Provider call is expected to work with current configuration.",
      "missing_key": "Provider credentials are not configured for this runtime.",
      "plan_required": "The tool exists but the upstream account plan, quota, or credits prevent execution.",
      "rate_limited": "The upstream or Hive rate limit was hit. Retry after backoff or Retry-After.",
      "degraded": "The tool exists, but the provider is temporarily unavailable or unstable.",
      "failing": "The tool is returning an unexpected implementation or upstream error."
    },
    "skillPackCount": 17,
    "skillDistribution": {
      "publicGitHubRepo": "https://github.com/hive-intel/hive-skills",
      "installAllCommand": "npx skills add hive-intel/hive-skills",
      "installSingleCommand": "npx skills add hive-intel/hive-skills --skill hive-token-diligence --yes",
      "listCommand": "npx skills add hive-intel/hive-skills --list",
      "claudePluginManifestPath": ".claude-plugin/plugin.json",
      "verified": "2026-05-31"
    },
    "skills": [
      {
        "name": "hive-mcp",
        "label": "Install Hive MCP",
        "description": "Connect Hive's hosted remote MCP endpoint to Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, OpenAI Responses API, Codex CLI, and Gemini CLI.",
        "sourceDescription": "Use this skill when installing, configuring, or debugging Hive MCP in an AI client such as Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, Gemini CLI, the OpenAI Responses API, or Codex CLI.",
        "category": "setup",
        "publicPath": "/skills/hive-mcp.md",
        "sourcePath": "agent-skills/packs/hive-mcp/SKILL.md",
        "toolsetIds": [
          "search_discovery"
        ],
        "useWhen": [
          "install hive",
          "connect mcp",
          "configure client"
        ]
      },
      {
        "name": "hive-build-onboarding",
        "label": "Get a Hive API Key",
        "description": "Guide agents through browser auth, dashboard key creation, and headless environment setup.",
        "sourceDescription": "Use this skill when the user needs a Hive API key, cannot find a key, is signing up, or needs browser PKCE versus headless dashboard setup. Guide key creation without exposing secrets in chat, logs, screenshots, or committed files.",
        "category": "setup",
        "publicPath": "/skills/hive-build-onboarding.md",
        "sourcePath": "agent-skills/packs/hive-build-onboarding/SKILL.md",
        "toolsetIds": [
          "search_discovery"
        ],
        "useWhen": [
          "no api key",
          "sign up",
          "lost key"
        ]
      },
      {
        "name": "hive-build",
        "label": "Build With Hive",
        "description": "Use Hive from application code through REST, MCP clients, or the published TypeScript adapter.",
        "sourceDescription": "Use this skill when the user is integrating Hive into application code, backend services, agents, cron jobs, source-controlled adapters, or production systems — wiring Hive into a Next.js API route, a Python or Go cron job, a Rust or Java service, or a LangChain/CrewAI agent — rather than asking a one-off chat query.",
        "category": "build",
        "publicPath": "/skills/hive-build.md",
        "sourcePath": "agent-skills/packs/hive-build/SKILL.md",
        "toolsetIds": [
          "search_discovery"
        ],
        "useWhen": [
          "integrate api",
          "backend",
          "sdk",
          "production app"
        ]
      },
      {
        "name": "hive-cli",
        "label": "Use Hive CLI",
        "description": "Run Hive from shell scripts, cron jobs, and terminal research workflows.",
        "sourceDescription": "Use this skill when the user wants to run Hive from a terminal, script, cron job, jq pipeline, shell briefing, or local diagnostic command, or asks for a shell one-liner that calls Hive.",
        "category": "setup",
        "publicPath": "/skills/hive-cli.md",
        "sourcePath": "agent-skills/packs/hive-cli/SKILL.md",
        "toolsetIds": [
          "search_discovery"
        ],
        "useWhen": [
          "terminal",
          "cli",
          "jq",
          "cron"
        ]
      },
      {
        "name": "hive-query",
        "label": "Route A Crypto Query",
        "description": "Start from the user's intent, choose the canonical task toolset, inspect schemas, and call exact Hive tools.",
        "sourceDescription": "Use this skill as the default entry point for any live crypto intelligence question before answering from memory. Route wallet, token, DeFi, NFT, Solana, security, market, DEX, network, or prediction-market requests through Hive task toolsets and bounded endpoint invocation. If routing does not surface the exact tool or schema, hand off to hive-tool-discovery.",
        "category": "discovery",
        "publicPath": "/skills/hive-query.md",
        "sourcePath": "agent-skills/packs/hive-query/SKILL.md",
        "toolsetIds": [
          "market_research",
          "token_diligence",
          "wallet_investigation",
          "security_risk",
          "onchain_dex_pool_analysis",
          "defi_protocol_analysis",
          "nft_research",
          "network_infrastructure",
          "solana_analysis",
          "prediction_markets",
          "stateful_monitoring",
          "search_discovery"
        ],
        "useWhen": [
          "crypto question",
          "pick a tool",
          "tool routing",
          "unknown crypto data",
          "which hive endpoint"
        ]
      },
      {
        "name": "hive-stateful-monitoring",
        "label": "Stateful Monitoring",
        "description": "Create, list, update, and archive durable crypto intelligence monitors that agents can schedule, remember, and report from.",
        "sourceDescription": "Use this skill when a user asks Hive to remember, monitor, schedule, alert, or report on crypto intelligence across sessions. Creates durable monitor intent through Hive's stateful monitoring tools.",
        "category": "stateful-monitoring",
        "publicPath": "/skills/hive-stateful-monitoring.md",
        "sourcePath": "agent-skills/packs/hive-stateful-monitoring/SKILL.md",
        "toolsetIds": [
          "stateful_monitoring"
        ],
        "useWhen": [
          "remember this",
          "monitor wallet",
          "watch token",
          "schedule crypto report",
          "alert me",
          "persistent crypto memory"
        ]
      },
      {
        "name": "hive-tool-discovery",
        "label": "Tool Discovery",
        "description": "Use search_tools, hive://toolsets, schema lookup, and invoke_api_endpoint correctly.",
        "sourceDescription": "Use this skill only when the exact Hive MCP tool, task toolset, provider, endpoint name, schema, or argument shape is unknown and hive-query routing was not enough. Discover first with Hive resources and search_tools, then inspect schema before any invoke_api_endpoint call.",
        "category": "discovery",
        "publicPath": "/skills/hive-tool-discovery.md",
        "sourcePath": "agent-skills/packs/hive-tool-discovery/SKILL.md",
        "toolsetIds": [
          "search_discovery"
        ],
        "useWhen": [
          "unknown tool",
          "schema",
          "discovery",
          "search tools",
          "invoke endpoint",
          "category tool"
        ]
      },
      {
        "name": "hive-market-research",
        "label": "Market Research",
        "description": "Research prices, liquidity, exchanges, OHLC, order books, and derivatives context.",
        "sourceDescription": "Use this skill for live crypto market research including prices, liquidity, exchange data, OHLC candles, order books, tickers, funding rates, derivatives, and trading context. Use it whenever the user needs current market data or venue-specific market evidence.",
        "category": "market",
        "publicPath": "/skills/hive-market-research.md",
        "sourcePath": "agent-skills/packs/hive-market-research/SKILL.md",
        "toolsetIds": [
          "market_research"
        ],
        "useWhen": [
          "price",
          "market",
          "spot",
          "exchange",
          "order book",
          "ohlc",
          "volume",
          "funding",
          "open interest",
          "liquidations",
          "derivatives",
          "options"
        ]
      },
      {
        "name": "hive-token-diligence",
        "label": "Token Diligence",
        "description": "Investigate token metadata, market context, liquidity, holders, enrichment, and risk.",
        "sourceDescription": "Use this skill when the user asks whether a token is real, liquid, risky, enriched, investable, tradeable, or worth researching further. Investigate exact chain and token identifiers across metadata, market context, holders, DEX liquidity, enrichment, and risk signals.",
        "category": "token",
        "publicPath": "/skills/hive-token-diligence.md",
        "sourcePath": "agent-skills/packs/hive-token-diligence/SKILL.md",
        "toolsetIds": [
          "token_diligence"
        ],
        "useWhen": [
          "token",
          "contract",
          "holders",
          "top traders",
          "metadata",
          "socials",
          "liquidity",
          "safe to buy",
          "token diligence"
        ]
      },
      {
        "name": "hive-wallet-investigation",
        "label": "Wallet Investigation",
        "description": "Inspect wallet balances, transfers, NFTs, PnL, DeFi positions, and notable activity.",
        "sourceDescription": "Use this skill for wallet, portfolio, holder, whale, transfer, PnL, NFT exposure, DeFi position, or notable on-chain activity investigations. Require wallet address and chain before executing Hive wallet tools.",
        "category": "wallet",
        "publicPath": "/skills/hive-wallet-investigation.md",
        "sourcePath": "agent-skills/packs/hive-wallet-investigation/SKILL.md",
        "toolsetIds": [
          "wallet_investigation"
        ],
        "useWhen": [
          "wallet",
          "portfolio",
          "balances",
          "holdings",
          "pnl",
          "profitability",
          "transfers",
          "swaps",
          "defi positions",
          "chain activity"
        ]
      },
      {
        "name": "hive-security-risk",
        "label": "Security Risk",
        "description": "Check token, approval, address, phishing, contract, and simulation risk signals.",
        "sourceDescription": "Use this skill before advising on swaps, approvals, signatures, dApps, contracts, URLs, or transaction payloads where token, address, approval, phishing, or simulation risk matters. Report severity, evidence, and remediation instead of guessing.",
        "category": "security",
        "publicPath": "/skills/hive-security-risk.md",
        "sourcePath": "agent-skills/packs/hive-security-risk/SKILL.md",
        "toolsetIds": [
          "security_risk"
        ],
        "useWhen": [
          "security",
          "risk",
          "safe",
          "scam",
          "rugpull",
          "honeypot",
          "malicious",
          "phishing",
          "dapp",
          "approval",
          "calldata",
          "simulate"
        ]
      },
      {
        "name": "hive-dex-pool-analysis",
        "label": "DEX And Pool Analysis",
        "description": "Analyze on-chain pools, pairs, liquidity, trades, OHLCV, and DEX flow.",
        "sourceDescription": "Use this skill when the user asks about a DEX pool or trading pair, its liquidity depth, recent swaps or trades, OHLCV candles, trending pools, or token-level DEX flow on a given chain.",
        "category": "dex",
        "publicPath": "/skills/hive-dex-pool-analysis.md",
        "sourcePath": "agent-skills/packs/hive-dex-pool-analysis/SKILL.md",
        "toolsetIds": [
          "onchain_dex_pool_analysis"
        ],
        "useWhen": [
          "dex",
          "pool",
          "pair",
          "liquidity",
          "trades",
          "ohlcv",
          "trending pools",
          "uniswap"
        ]
      },
      {
        "name": "hive-defi-research",
        "label": "DeFi Research",
        "description": "Analyze protocols, TVL, fees, revenue, stablecoins, bridges, and yield pools.",
        "sourceDescription": "Use this skill when the user asks about a DeFi protocol's TVL, fees, revenue, or yields, compares protocols, or wants stablecoin, bridge, or chain-level DeFi metrics, especially for current or freshness-sensitive analysis.",
        "category": "defi",
        "publicPath": "/skills/hive-defi-research.md",
        "sourcePath": "agent-skills/packs/hive-defi-research/SKILL.md",
        "toolsetIds": [
          "defi_protocol_analysis"
        ],
        "useWhen": [
          "defi",
          "protocol",
          "tvl",
          "fees",
          "revenue",
          "stablecoin",
          "bridge",
          "yield",
          "apy"
        ]
      },
      {
        "name": "hive-nft-research",
        "label": "NFT Research",
        "description": "Research NFT collections, ownership, metadata, floor price, sales, rarity, and spam checks.",
        "sourceDescription": "Use this skill for NFT collection, ownership, metadata, floor, sale, rarity, spam, or Solana asset research. Use it whenever the user needs current NFT evidence rather than a general explanation of NFTs.",
        "category": "nft",
        "publicPath": "/skills/hive-nft-research.md",
        "sourcePath": "agent-skills/packs/hive-nft-research/SKILL.md",
        "toolsetIds": [
          "nft_research"
        ],
        "useWhen": [
          "nft",
          "collection",
          "floor",
          "sales",
          "owner",
          "metadata",
          "rarity",
          "spam"
        ]
      },
      {
        "name": "hive-solana-analysis",
        "label": "Solana Analysis",
        "description": "Analyze Solana wallets, SPL token accounts, DAS assets, parsed transactions, and priority fees.",
        "sourceDescription": "Use this skill when a request involves a Solana wallet, mint, SPL token account, DAS asset, parsed transaction, priority fee, pump.fun launch data, or Solana NFT asset. Prefer Solana-native identifiers and providers over EVM assumptions.",
        "category": "solana",
        "publicPath": "/skills/hive-solana-analysis.md",
        "sourcePath": "agent-skills/packs/hive-solana-analysis/SKILL.md",
        "toolsetIds": [
          "solana_analysis"
        ],
        "useWhen": [
          "solana",
          "spl",
          "das",
          "priority fee",
          "pumpfun",
          "token accounts",
          "parsed transaction"
        ]
      },
      {
        "name": "hive-network-infrastructure",
        "label": "Network Infrastructure",
        "description": "Read chain state, gas, blocks, receipts, logs, transaction status, and RPC diagnostics.",
        "sourceDescription": "Use this skill when the user asks about chain state, gas, blocks, transaction receipts, logs, transaction status, supported networks, fee data, or RPC diagnostics, or needs current transaction evidence.",
        "category": "network",
        "publicPath": "/skills/hive-network-infrastructure.md",
        "sourcePath": "agent-skills/packs/hive-network-infrastructure/SKILL.md",
        "toolsetIds": [
          "network_infrastructure"
        ],
        "useWhen": [
          "gas",
          "block",
          "receipt",
          "logs",
          "rpc",
          "transaction status",
          "chain state",
          "tenderly networks"
        ]
      },
      {
        "name": "hive-prediction-markets",
        "label": "Prediction Markets",
        "description": "Research prediction markets, events, outcomes, market stats, traders, holders, and trades.",
        "sourceDescription": "Use this skill when the user asks about Polymarket or Kalshi prediction markets — events, markets, outcomes, odds, prices, liquidity, stats, traders, holders, or trades. Never present market probability as ground truth.",
        "category": "prediction-markets",
        "publicPath": "/skills/hive-prediction-markets.md",
        "sourcePath": "agent-skills/packs/hive-prediction-markets/SKILL.md",
        "toolsetIds": [
          "prediction_markets"
        ],
        "useWhen": [
          "prediction market",
          "polymarket",
          "kalshi",
          "odds",
          "election odds",
          "sports odds",
          "event",
          "outcome",
          "prediction traders"
        ]
      }
    ],
    "resourceUris": [
      "hive://providers",
      "hive://categories",
      "hive://tools",
      "hive://toolsets",
      "hive://task-canaries",
      "hive://skills",
      "hive://status"
    ],
    "resourceList": [
      {
        "uri": "hive://providers",
        "name": "providers",
        "title": "Provider Availability",
        "description": "List of all Hive data providers and their current availability",
        "mimeType": "application/json"
      },
      {
        "uri": "hive://categories",
        "name": "categories",
        "title": "Tool Categories",
        "description": "All Hive tool categories, route paths, and tool counts",
        "mimeType": "application/json"
      },
      {
        "uri": "hive://tools",
        "name": "tools",
        "title": "Tool Catalog",
        "description": "Lightweight catalog of callable provider tools for this MCP endpoint, including category, provider, and summaries",
        "mimeType": "application/json"
      },
      {
        "uri": "hive://toolsets",
        "name": "toolsets",
        "title": "Task Toolsets",
        "description": "Canonical task-oriented workflow map for selecting the right Hive tools without hiding raw endpoints",
        "mimeType": "application/json"
      },
      {
        "uri": "hive://task-canaries",
        "name": "task-canaries",
        "title": "Task Canary Fixtures",
        "description": "Configured task-level canaries, probe tools, stable fixtures, and runtime status semantics",
        "mimeType": "application/json"
      },
      {
        "uri": "hive://skills",
        "name": "skills",
        "title": "Hive Agent Skills",
        "description": "Agent skill pack metadata for installing Hive, discovering tools, and executing canonical crypto research tasks",
        "mimeType": "application/json"
      },
      {
        "uri": "hive://status",
        "name": "status",
        "title": "Runtime Status Contract",
        "description": "Provider, task, and observability status metadata using Hive's standard runtime status taxonomy",
        "mimeType": "application/json"
      }
    ],
    "promptCount": 3,
    "promptList": [
      {
        "name": "analyze_token",
        "label": "Analyze Token",
        "description": "Deep analysis of a token using direct market, security, on-chain, holder, and social tools.",
        "arguments": [
          {
            "name": "token",
            "description": "Token name, symbol, or contract address",
            "required": true
          },
          {
            "name": "chain",
            "description": "Blockchain network such as ethereum, solana, or base",
            "required": false
          }
        ]
      },
      {
        "name": "compare_protocols",
        "label": "Compare Protocols",
        "description": "Compare DeFi protocols using direct TVL, fees, yields, and chain-distribution tools.",
        "arguments": [
          {
            "name": "protocols",
            "description": "Comma-separated list of protocol names",
            "required": true
          }
        ]
      },
      {
        "name": "portfolio_audit",
        "label": "Portfolio Audit",
        "description": "Audit a wallet using direct balance, position, approval, and transaction tools.",
        "arguments": [
          {
            "name": "address",
            "description": "Wallet address to audit",
            "required": true
          }
        ]
      }
    ]
  },
  "clients": [
    {
      "name": "Claude Desktop",
      "setupUrl": "https://www.hiveintelligence.xyz/install/claude-desktop"
    },
    {
      "name": "Claude Code",
      "setupUrl": "https://www.hiveintelligence.xyz/install/claude-code"
    },
    {
      "name": "Cursor",
      "setupUrl": "https://www.hiveintelligence.xyz/install/cursor"
    },
    {
      "name": "Windsurf",
      "setupUrl": "https://www.hiveintelligence.xyz/install/windsurf"
    },
    {
      "name": "VS Code",
      "setupUrl": "https://www.hiveintelligence.xyz/install/vs-code"
    },
    {
      "name": "OpenAI Responses API",
      "setupUrl": "https://www.hiveintelligence.xyz/install/chatgpt"
    },
    {
      "name": "Codex CLI",
      "setupUrl": "https://www.hiveintelligence.xyz/install/codex"
    },
    {
      "name": "Gemini CLI",
      "setupUrl": "https://www.hiveintelligence.xyz/install/gemini-cli"
    }
  ],
  "iconUrl": "https://www.hiveintelligence.xyz/hive-favicon.png",
  "verified": true
}
