{"name":"xyz.hiveintelligence/mcp","slug":"hiveintelligence-mcp","title":"Hive Intelligence MCP","description":"Evidence-backed crypto due diligence with sources, freshness, and a runtime receipt on every call.","url":"https://mcp.market/server/hiveintelligence-mcp","rating":null,"grade":"B","score":74,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":0,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/hive-intel/hive-sdk","website":"https://hiveintelligence.xyz","version":"1.7.2","remotes":[{"type":"streamable-http","url":"https://mcp.hiveintelligence.xyz/mcp","headers":[{"description":"Optional Bearer Hive API key for headless remote MCP access; interactive clients should use OAuth discovery","isSecret":true,"name":"Authorization"},{"description":"Optional legacy Hive API key header for headless remote MCP access","isSecret":true,"name":"X-API-Key"}]}],"packages":[{"registryType":"npm","identifier":"hive-intelligence","version":"1.7.2","transport":{"type":"stdio"},"environmentVariables":[{"description":"CoinGecko Pro API key","format":"string","isSecret":true,"name":"COINGECKO_PRO_API_KEY"},{"description":"Alchemy API key (EVM wallet, token, NFT, transfer, simulation, gas, and RPC data)","format":"string","isSecret":true,"name":"ALCHEMY_API_KEY"},{"description":"GoPlus application key","format":"string","isSecret":true,"name":"GOPLUS_APP_KEY"},{"description":"GoPlus application secret","format":"string","isSecret":true,"name":"GOPLUS_APP_SECRET"},{"description":"Helius API key (Solana RPC, Digital Asset Standard (DAS), priority fees)","format":"string","isSecret":true,"name":"HELIUS_API_KEY"},{"description":"Moralis API key (EVM wallet, token, NFT analytics)","format":"string","isSecret":true,"name":"MORALIS_API_KEY"},{"description":"Tenderly API key (EVM simulation, tracing, gas estimation)","format":"string","isSecret":true,"name":"TENDERLY_API_KEY"},{"description":"Tenderly Node access key (EVM RPC and historical state queries)","format":"string","isSecret":true,"name":"TENDERLY_NODE_ACCESS_KEY"},{"description":"Legacy alias for the Tenderly Node access key","format":"string","isSecret":true,"name":"TENDERLY_GATEWAY_ACCESS_KEY"},{"description":"Tenderly account slug for project-scoped API calls","format":"string","name":"TENDERLY_ACCOUNT_SLUG"},{"description":"Tenderly project slug for project-scoped API calls","format":"string","name":"TENDERLY_PROJECT_SLUG"}]}],"tools":[{"name":"check_token_safety","description":"Token security screen for a contract address: honeypot, taxes, ownership, and related GoPlus risk datapoints. EVM chains use chain + address; Solana addresses are detected automatically.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","minLength":1,"maxLength":100,"description":"Required. Token contract address (0x… for EVM, base58 for Solana)."},"chain":{"description":"Chain name or EVM chain id, for example \"eth\", \"bsc\", \"8453\", or \"solana\". Defaults to eth for 0x addresses; Solana is auto-detected.","type":"string","maxLength":40},"response_format":{"description":"concise (default) returns the trimmed essentials; detailed returns the full provider payload. json and markdown, the platform-wide values every other tool advertises, are accepted and treated as concise.","type":"string","enum":["concise","detailed","json","markdown"]}},"additionalProperties":true}},{"name":"get_api_endpoint_schema","description":"Returns the full input schema, operation type, and correct root invoker for any Hive tool by name. Call a category tool first to discover available tool names, then inspect this contract before execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"endpoint":{"description":"The name of the endpoint to get the schema for.","type":"string"},"endpoint_name":{"description":"Alias for 'endpoint', accepted for symmetry with invoke_api_endpoint. Provide one of the two.","type":"string"},"response_format":{"type":"string","enum":["json","markdown"],"description":"Output format: 'json' for structured data (default) or 'markdown' for human-readable text."}},"additionalProperties":true}},{"name":"get_token_price","description":"Current price for one token. Pass token as a CoinGecko id or symbol (\"bitcoin\", \"BTC\"), or pass chain + address for a specific contract. Returns price, market cap, and 24h change with provider provenance.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"description":"CoinGecko coin id or ticker symbol, for example \"bitcoin\" or \"BTC\". Omit when passing chain + address.","type":"string","minLength":1,"maxLength":100},"chain":{"description":"Chain name for the contract-address variant, for example \"eth\", \"base\", \"bsc\", or \"solana\".","type":"string","maxLength":40},"address":{"description":"Token contract address; requires chain.","type":"string","maxLength":100},"vs_currency":{"description":"Quote currency. Default \"usd\".","type":"string","maxLength":20},"response_format":{"description":"concise (default) returns the trimmed essentials; detailed returns the full provider payload. json and markdown, the platform-wide values every other tool advertises, are accepted and treated as concise.","type":"string","enum":["concise","detailed","json","markdown"]}},"additionalProperties":true}},{"name":"get_wallet_portfolio","description":"Token holdings for a wallet with balances and USD values where available. EVM chains route through Alchemy; Solana wallets are detected automatically and route through Helius.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","minLength":1,"maxLength":100,"description":"Required. Wallet address (0x… for EVM, base58 for Solana)."},"chain":{"description":"Chain name, for example \"eth\", \"base\", \"arbitrum\", or \"solana\". Defaults to eth for 0x addresses; Solana is auto-detected.","type":"string","maxLength":40},"response_format":{"description":"concise (default) returns the trimmed essentials; detailed returns the full provider payload. json and markdown, the platform-wide values every other tool advertises, are accepted and treated as concise.","type":"string","enum":["concise","detailed","json","markdown"]}},"additionalProperties":true}},{"name":"invoke_api_endpoint","description":"Invokes only read-only Hive endpoints by name. First discover the tool, inspect get_api_endpoint_schema, and pass bounded schema-valid arguments. State-changing endpoints are rejected and must use invoke_stateful_endpoint after explicit user approval.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"endpoint_name":{"description":"The name of the endpoint to invoke.","type":"string"},"endpoint":{"description":"Alias for 'endpoint_name', accepted by both root invokers. Provide one of the two.","type":"string"},"args":{"description":"The arguments to pass to the endpoint. This must match the schema returned by the `get_api_endpoint_schema` tool. You may also pass arguments as flat top-level keys alongside endpoint_name.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"response_format":{"type":"string","enum":["json","markdown"],"description":"Output format: 'json' for structured data (default) or 'markdown' for human-readable text."}},"additionalProperties":{}}},{"name":"invoke_stateful_endpoint","description":"Invokes a Hive-native state-changing endpoint after explicit user approval. This router can create, update, archive, remember, forget, acknowledge, or resolve durable Hive state, so clients must not auto-approve it. Inspect get_api_endpoint_schema first and verify the saved result after execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"endpoint_name":{"description":"The name of the endpoint to invoke.","type":"string"},"endpoint":{"description":"Alias for 'endpoint_name', accepted by both root invokers. Provide one of the two.","type":"string"},"args":{"description":"The arguments to pass to the endpoint. This must match the schema returned by the `get_api_endpoint_schema` tool. You may also pass arguments as flat top-level keys alongside endpoint_name.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"response_format":{"type":"string","enum":["json","markdown"],"description":"Output format: 'json' for structured data (default) or 'markdown' for human-readable text."}},"additionalProperties":{}}},{"name":"search_tools","description":"Search canonical task toolsets, compact user-intent routes, and the full Hive coverage catalog. Select a matching route first, follow its ordered primary calls and conditional fallbacks, then inspect each exact schema. Execute reads with invoke_api_endpoint and explicitly approved Hive state changes with invoke_stateful_endpoint.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Search text matched against tool name, title, category, provider, and summary.","type":"string","maxLength":512},"provider":{"description":"Optional provider filter such as CoinGecko, Moralis, Tenderly, Helius, GoPlus, CCXT, Alchemy, DeFiLlama, Hyperliquid, or Open Data Fetch.","type":"string","maxLength":128},"category":{"description":"Optional category filter, for example Portfolio & Wallet.","type":"string","maxLength":128},"limit":{"description":"Maximum tools to return. Default 20.","type":"integer","minimum":1,"maximum":50},"cursor":{"description":"Pagination cursor from the previous response.","type":"string"},"toolset_id":{"description":"Optional exact canonical task toolset id. Use this after an initial compact result to inspect one workflow.","type":"string","maxLength":100},"route_id":{"description":"Optional exact task-shaped route id. Use the matched route's ordered calls and conditional fallbacks instead of choosing from the coverage catalog.","type":"string","maxLength":100},"evidence_phase":{"description":"Optional exact workflow evidence phase. Supported values: activity, alerts, approvals, assets, authenticity, balances, blocks, bridges, derivatives, discovery, enrichment, evidence, fees, funding, gas, history, holders, identity, infrastructure, liquidity, logs, market, markets, memory, monitoring, ohlcv, owners, positions, reports, risk, routing, sales, schema, simulation, stablecoins, trades, transactions, tvl, yields.","type":"string","maxLength":100},"detail":{"description":"Toolset detail level. Defaults to compact. Use full only when the task output schema is needed.","type":"string","enum":["compact","standard","full"]},"toolset_limit":{"description":"Maximum matching task toolsets to return. Default 3, max 5.","type":"integer","minimum":1,"maximum":5},"toolset_cursor":{"description":"Pagination cursor for task toolset matches.","type":"string"},"response_format":{"type":"string","enum":["json","markdown"],"description":"Output format: 'json' for structured data (default) or 'markdown' for human-readable text."}},"additionalProperties":false}},{"name":"validate_task_result","description":"Validates a proposed workflow answer against Hive's typed task-output and evidence-receipt contract before it is shown to the user. It checks the selected route id, ordered route-only calls, conditional fallback use, the four-call route budget, claim-to-receipt citations, canonical phase coverage, and internal receipt consistency. It cannot authenticate invented receipts or turn SHA-256 self-checks into signatures, so every call entry must be copied exactly from the server-minted _hive block returned by that execution.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"task_toolset_id":{"type":"string","description":"Canonical task toolset id returned by search_tools."},"result":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"The proposed task result envelope. Each receipt.calls entry must be copied exactly from a material call's _hive object."},"response_format":{"type":"string","enum":["json","markdown"],"description":"Output format: 'json' for structured data (default) or 'markdown' for human-readable text."}},"required":["task_toolset_id","result"],"additionalProperties":false}}],"scan":{"score":74,"grade":"B","scanned_at":"2026-09-18T00:14:56.834Z","report":{"scannerVersion":"0.1.2","scannedAt":"2026-09-18T00:14:56.719Z","components":{"code":{"score":8,"max":25,"notes":["98 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1735ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":8,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[{"id":"exec.shell-concat","severity":"high","component":"code","title":"Shell command built from a string (injection risk)","evidence":"build/open-CAEDG67G.js: …) === \"win32\" ? \"start\" : \"xdg-open\"; exec(`${cmd} ${url}`, (err) => { if (err) process.s…"},{"id":"exec.eval","severity":"medium","component":"code","title":"eval / new Function used","evidence":"build/server.js: …e) return; await dependencies.redis.eval( `if redis.call(\"GET\", KEYS[1]) ==…"}],"inputs":{"probes":[{"url":"https://mcp.hiveintelligence.xyz/mcp","reachable":true,"authRequired":false,"latencyMs":1735,"serverInfo":{"name":"hive-mcp-server","version":"1.7.2"}}],"packages":[{"registryType":"npm","identifier":"hive-intelligence","version":"1.7.2","found":true,"license":"UNLICENSED","hasInstallScripts":false,"dependencyCount":25,"publishedAt":"2026-09-17T22:52:00.549Z","repositoryUrl":"git+https://github.com/hive-intel/hive-sdk.git","weeklyDownloads":873}],"repo":{"found":true,"owner":"hive-intel","repo":"hive-sdk","archived":false,"pushedAt":"2026-09-17T22:09:32Z","stars":19,"openIssues":3,"ownerType":"Organization","ownerCreatedAt":"2025-08-24T06:01:57Z","license":"MIT"}}}},"grade_history":[],"reviews":[]}