Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Hive Intelligence MCP

REMOTE · MCP.HIVEINTELLIGENCE.XYZ · 2 COMPONENTS · SCANNED SEP 20

Evidence-backed crypto due diligence with sources, freshness, and a runtime receipt on every call.

+2 this week 82 Trust /100

Recent critical change

Authorization (21 Aug 2026). See the changelog before you install this server.

Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability84
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1996 tokens (~133/item across 15 items; 8 tools + 7 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Hive Intelligence MCP server?

Hive Intelligence MCP is a hosted endpoint at https://mcp.hiveintelligence.xyz/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.hiveintelligence.xyz

# add to Claude Code
claude mcp add --transport http xyz-hiveintelligence-mcp 'https://mcp.hiveintelligence.xyz/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "xyz-hiveintelligence-mcp": {
      "url": "https://mcp.hiveintelligence.xyz/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "xyz-hiveintelligence-mcp": {
      "type": "http",
      "url": "https://mcp.hiveintelligence.xyz/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.xyz-hiveintelligence-mcp]
url = "https://mcp.hiveintelligence.xyz/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-hiveintelligence-mcp": {
      "type": "remote",
      "url": "https://mcp.hiveintelligence.xyz/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add xyz-hiveintelligence-mcp --url 'https://mcp.hiveintelligence.xyz/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  xyz-hiveintelligence-mcp:
    url: "https://mcp.hiveintelligence.xyz/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "xyz-hiveintelligence-mcp": {
      "Transport": "http",
      "Url": "https://mcp.hiveintelligence.xyz/mcp"
    }
  }
}
# add to Vellum
assistant mcp add xyz-hiveintelligence-mcp -t streamable-http -u 'https://mcp.hiveintelligence.xyz/mcp'
// mcp.json
{
  "mcpServers": {
    "xyz-hiveintelligence-mcp": {
      "type": "http",
      "url": "https://mcp.hiveintelligence.xyz/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Stability: 0.97 → pass security
  • 19 Sept 26 0
    • Stability: pass → 0.97 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
    • Server version: 1.7.1 → 1.7.2 functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Server version: 1.6.7 → 1.7.1 functional
    • Server version: 1.6.5 → 1.6.7 functional
    • Server version: 1.6.3 → 1.6.5 functional
    • Server version: 1.6.2 → 1.6.3 functional
    • “search_tools” reworded the description of “evidence_phase” cosmetic
    • “get_token_price” reworded the description of “response_format” cosmetic
    • “check_token_safety” reworded the description of “response_format” cosmetic
    • “get_wallet_portfolio” reworded the description of “response_format” cosmetic
  • 14 Sept 26 +1
    • Server version: 1.6.0 → 1.6.2 functional
    • “get_wallet_portfolio” reworded the description of “address” cosmetic
    • “check_token_safety” reworded the description of “address” cosmetic
    • “check_token_safety” made “address” optional cosmetic
    • “get_wallet_portfolio” made “address” optional cosmetic
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.hiveintelligence.xyz/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.hiveintelligence.xyz CN=WR3,O=Google Trust Services,C=US 1 Sept 2026 30 Nov 2026 RSA 2048 SHA256-RSA a504ec3b98d5459712b8527ed4dc2879
SANs: mcp.hiveintelligence.xyz
CN=WR3,O=Google Trust Services,C=US (CA) CN=GTS Root R1,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 RSA 2048 SHA256-RSA 7ff005a91568d63abc22861684aa4b5a
CN=GTS Root R1,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 19 Jun 2020 28 Jan 2028 RSA 4096 SHA256-RSA 77bd0d6cdb36f91aea210fc4f058d30d

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.hiveintelligence.xyz. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
xyz. present 3599, 18130 8, 8 Verified
hiveintelligence.xyz. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
content-security-policy default-src 'self';script-src 'self' 'nonce-2660ac208b0c46f5b156aa6d63c0a9e2' https://www.googletagmanager.com https://cdn.tailwindcss.com;style-src 'self' 'unsafe-inline';img-src 'self' data:;connect-src 'self' https://www.google-analytics.com https://www.google.com;font-src 'self';object-src 'none';frame-src 'none';base-uri 'self';form-action 'self';frame-ancestors 'self';script-src-attr 'none';upgrade-insecure-requests
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy no-referrer

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.hiveintelligence.xyz/mcp Verified 200
http (plaintext) http://mcp.hiveintelligence.xyz/mcp HTTPS enforced 308 https://mcp.hiveintelligence.xyz:443/mcp
MCP tools · 8 exposed · ~1,599 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
check_token_safety ~166

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.

NameTypeReqDescription
addressstringRequired. Token contract address (0x… for EVM, base58 for Solana).
chainstringChain name or EVM chain id, for example "eth", "bsc", "8453", or "solana". Defaults to eth for 0x addresses; Solana is auto-detected.
response_formatstringconcise (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 conc…
NameTypeReqDescription
addressstring
chainstring
holder_count
notestring
risk_flagsobjectRaw provider risk datapoints; '1' means flagged. A missing key means the provider did not report that signal, not that it passed.
source_receiptobjectyes
token_namestring

No examples provided.

get_api_endpoint_schema ~120

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.

NameTypeReqDescription
endpointstringThe name of the endpoint to get the schema for.
endpoint_namestringAlias for 'endpoint', accepted for symmetry with invoke_api_endpoint. Provide one of the two.
response_formatstringOutput format: 'json' for structured data (default) or 'markdown' for human-readable text.
NameTypeReqDescription
_hiveobjectyes
annotationsobject
callPatternstring
categorystring
descriptionstring
inputSchemaobject
namestring
operationstring
outputSchemaobject
providerstring
runtimeStatusSemanticsobject
runtimeStatusesarray
titlestring
toolsetsarray

No examples provided.

get_token_price ~190

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.

NameTypeReqDescription
addressstringToken contract address; requires chain.
chainstringChain name for the contract-address variant, for example "eth", "base", "bsc", or "solana".
response_formatstringconcise (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 conc…
tokenstringCoinGecko coin id or ticker symbol, for example "bitcoin" or "BTC". Omit when passing chain + address.
vs_currencystringQuote currency. Default "usd".
NameTypeReqDescription
change_24h_percentnumber
market_capnumber
pricenumber
source_receiptobjectyes
tokenstring
vs_currencystring

No examples provided.

get_wallet_portfolio ~154

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.

NameTypeReqDescription
addressstringRequired. Wallet address (0x… for EVM, base58 for Solana).
chainstringChain name, for example "eth", "base", "arbitrum", or "solana". Defaults to eth for 0x addresses; Solana is auto-detected.
response_formatstringconcise (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 conc…
NameTypeReqDescription
addressstring
chainstring
notestring
source_receiptobjectyes
token_countnumberTotal holdings found, which may exceed tokens.length.
tokensarrayHoldings; truncated in concise mode when note is present.

No examples provided.

invoke_api_endpoint ~167

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.

NameTypeReqDescription
argsobjectThe 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.
endpointstringAlias for 'endpoint_name', accepted by both root invokers. Provide one of the two.
endpoint_namestringThe name of the endpoint to invoke.
response_formatstringOutput format: 'json' for structured data (default) or 'markdown' for human-readable text.
NameTypeReqDescription
_degradedstring
_hiveobjectyes
_metadataobject
_paginationobject
_providerstring
_truncatedboolean
_typestring
dataProvider data payload when the response uses a data wrapper.
errorstring
itemsarrayArray result when a provider returns a top-level list.
messagestring
resultProvider result payload when the response uses a result wrapper.
statusProvider-reported status. Type varies by provider (string, boolean, or number), so no type constraint is applied.

No examples provided.

invoke_stateful_endpoint ~180

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.

NameTypeReqDescription
argsobjectThe 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.
endpointstringAlias for 'endpoint_name', accepted by both root invokers. Provide one of the two.
endpoint_namestringThe name of the endpoint to invoke.
response_formatstringOutput format: 'json' for structured data (default) or 'markdown' for human-readable text.
NameTypeReqDescription
_degradedstring
_hiveobjectyes
_metadataobject
_paginationobject
_providerstring
_truncatedboolean
_typestring
dataProvider data payload when the response uses a data wrapper.
errorstring
itemsarrayArray result when a provider returns a top-level list.
messagestring
resultProvider result payload when the response uses a result wrapper.
statusProvider-reported status. Type varies by provider (string, boolean, or number), so no type constraint is applied.

No examples provided.

search_tools ~433

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.

NameTypeReqDescription
categorystringOptional category filter, for example Portfolio & Wallet.
cursorstringPagination cursor from the previous response.
detailstringToolset detail level. Defaults to compact. Use full only when the task output schema is needed.
evidence_phasestringOptional exact workflow evidence phase. Supported values: activity, alerts, approvals, assets, authenticity, balances, blocks, bridges, derivatives, discovery, enrichment, evidence, fees, funding, ga…
limitintegerMaximum tools to return. Default 20.
providerstringOptional provider filter such as CoinGecko, Moralis, Tenderly, Helius, GoPlus, CCXT, Alchemy, DeFiLlama, Hyperliquid, or Open Data Fetch.
querystringSearch text matched against tool name, title, category, provider, and summary.
response_formatstringOutput format: 'json' for structured data (default) or 'markdown' for human-readable text.
route_idstringOptional exact task-shaped route id. Use the matched route's ordered calls and conditional fallbacks instead of choosing from the coverage catalog.
toolset_cursorstringPagination cursor for task toolset matches.
toolset_idstringOptional exact canonical task toolset id. Use this after an initial compact result to inspect one workflow.
toolset_limitintegerMaximum matching task toolsets to return. Default 3, max 5.
NameTypeReqDescription
_hiveobjectyes
categorystring
paginationobject
providerstring
querystring
route_idstring
toolsarray
toolset_detailstring
toolset_paginationobject
toolsetsarray

No examples provided.

validate_task_result ~189

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.

NameTypeReqDescription
response_formatstringOutput format: 'json' for structured data (default) or 'markdown' for human-readable text.
resultobjectyesThe proposed task result envelope. Each receipt.calls entry must be copied exactly from a material call's _hive object.
task_toolset_idstringyesCanonical task toolset id returned by search_tools.
NameTypeReqDescription
_hiveobjectyes
call_countnumberyes
errorsarrayyes
receipt_idsarrayyes
route_idstringyes
task_toolset_idstringyes
validbooleanyes
warningsarrayyes

No examples provided.

Common questions

What is the Hive Intelligence MCP server?

Hive Intelligence MCP is listed in the public MCP registry as xyz.hiveintelligence/mcp. Evidence-backed crypto due diligence with sources, freshness, and a runtime receipt on every call. This page covers its hosted endpoint (https://mcp.hiveintelligence.xyz/mcp).

Is the Hive Intelligence MCP server safe to use?

Hive Intelligence MCP scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Hive Intelligence MCP server expose?

Hive Intelligence MCP exposes 8 tools: get_token_price, check_token_safety, get_wallet_portfolio, search_tools, get_api_endpoint_schema, and 3 more. Their descriptions and schemas cost roughly 1,599 tokens of context every time the server is loaded.

Does the Hive Intelligence MCP server require authentication?

No. We connected to Hive Intelligence MCP without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Hive Intelligence MCP server still maintained?

Hive Intelligence MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.