# mcp MCP server

Crypto intelligence MCP for market data, DeFi, wallets, security, DEX, NFTs, and Solana.

## Links
- Registry page: https://www.getdrio.com/mcp/xyz-hiveintelligence-mcp
- Repository: https://github.com/hive-intel/hive-sdk
- Website: https://hiveintelligence.xyz

## Install
- Endpoint: https://mcp.hiveintelligence.xyz/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.hiveintelligence.xyz/mcp
- Header: Authorization

## Tools
- get_token_price (Get Token Price) - 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. Endpoint: https://mcp.hiveintelligence.xyz/mcp
- check_token_safety (Check Token Safety) - 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. Endpoint: https://mcp.hiveintelligence.xyz/mcp
- get_wallet_portfolio (Get Wallet Portfolio) - 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. Endpoint: https://mcp.hiveintelligence.xyz/mcp
- search_tools (Search Tools) - 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. Endpoint: https://mcp.hiveintelligence.xyz/mcp
- get_api_endpoint_schema (API Endpoint Schema) - 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. Endpoint: https://mcp.hiveintelligence.xyz/mcp
- invoke_api_endpoint (Invoke Read-only API Endpoint) - 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. Endpoint: https://mcp.hiveintelligence.xyz/mcp
- invoke_stateful_endpoint (Invoke Stateful Hive Endpoint) - 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. Endpoint: https://mcp.hiveintelligence.xyz/mcp
- validate_task_result (Validate Task Result) - 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. Endpoint: https://mcp.hiveintelligence.xyz/mcp

## Resources
- hive://providers - Provider Availability List of all Hive data providers and their current availability MIME type: application/json
- hive://categories - Tool Categories All Hive tool categories, route paths, and tool counts MIME type: application/json
- hive://tools - Tool Catalog Lightweight catalog of callable provider tools, including category, provider, operation, correct root invoker, and summaries MIME type: application/json
- hive://toolsets - Task Toolsets Compact task-oriented workflow index; read hive://toolsets/{id} for one exact workflow, policy, and output contract MIME type: application/json
- hive://task-canaries - Task Canary Fixtures Configured task-level canaries, probe tools, stable fixtures, and runtime status semantics MIME type: application/json
- hive://skills - Hive Agent Skills Compact skill index; resource-capable clients can read hive://skills/{name} without a separate skill install MIME type: application/json
- hive://status - Runtime Status Contract Provider, task, and observability status metadata using Hive's standard runtime status taxonomy MIME type: application/json

## Prompts
- analyze_token - Analyze Token Deep analysis of a token using direct market, security, on-chain, holder, and social tools Arguments: token, chain
- compare_protocols - Compare Protocols Compare DeFi protocols using direct TVL, fees, yields, and chain-distribution tools Arguments: protocols
- portfolio_audit - Portfolio Audit Audit a wallet using direct balance, position, approval, and transaction tools Arguments: address

## Metadata
- Owner: xyz.hiveintelligence
- Version: 1.1.4
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 31, 2026
- Source: https://registry.modelcontextprotocol.io
