hive-intel/crypto-mcp-search-discovery
If you are the rightful owner of crypto-mcp-search-discovery and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Hive MCP Search & Discovery is a Model Context Protocol server designed for blockchain search and discovery across multiple networks.
Hive MCP Search & Discovery
Overview
Model Context Protocol (MCP) server for blockchain search and discovery functionality. This MCP provides comprehensive tools for searching, discovering, and exploring blockchain data, tokens, protocols, and addresses across multiple networks.
Connection Details
- Transport: HTTP (Remote only)
- URL:
https://mcp.hiveintelligence.xyz/hive_search_discovery/mcp
- Protocol: Model Context Protocol (MCP)
Features
- Universal blockchain search
- Token discovery and exploration
- Address lookup and identification
- Transaction search and tracking
- Protocol discovery
- ENS and domain resolution
- Cross-chain address search
- Smart contract search
- Event log searching
- DApp discovery
- Trending tokens and protocols
- Similar token recommendations
Usage
Claude Desktop Configuration
Add to your Claude Desktop configuration file:
{
"mcpServers": {
"hive-search-discovery": {
"url": "https://mcp.hiveintelligence.xyz/hive_search_discovery/mcp",
"transport": "http"
}
}
}
MCP Client Integration
import { Client } from '@modelcontextprotocol/sdk';
const client = new Client({
name: 'search-discovery-client',
version: '1.0.0'
});
await client.connect({
url: 'https://mcp.hiveintelligence.xyz/hive_search_discovery/mcp',
transport: 'http'
});
Available Tools
universal_search
Search across all blockchain data
{
"tool": "universal_search",
"params": {
"query": "uniswap",
"types": ["tokens", "protocols", "addresses", "transactions"],
"chains": ["ethereum", "polygon"]
}
}
discover_tokens
Discover new and trending tokens
{
"tool": "discover_tokens",
"params": {
"category": "trending",
"timeframe": "24h",
"min_liquidity": 100000
}
}
resolve_address
Resolve and identify addresses
{
"tool": "resolve_address",
"params": {
"input": "vitalik.eth",
"include_ens": true,
"include_labels": true
}
}
search_transactions
Search and filter transactions
{
"tool": "search_transactions",
"params": {
"filters": {
"from": "0x...",
"value_gte": 1000,
"method": "swap"
},
"limit": 100
}
}
find_similar
Find similar tokens or protocols
{
"tool": "find_similar",
"params": {
"reference": "0x...",
"type": "token",
"similarity_metrics": ["market_cap", "holder_count", "volume"]
}
}
Keywords
blockchain search, token discovery, address lookup, transaction search, protocol discovery, ENS resolution, cross-chain search, smart contract search, event logs, DApp discovery, trending tokens, blockchain explorer, universal search, address identification, transaction tracking, similar tokens, recommendation engine, MCP, Model Context Protocol, Web3 search, decentralized search, HTTP MCP server, remote MCP, Hive Intelligence, blockchain indexing, data discovery
License
MIT
Support
For issues and feature requests, please open an issue on GitHub.
About Hive Intelligence
Part of the Hive Intelligence suite of blockchain analytics MCP servers.