Get cryptocurrency market data and token information from CoinGecko
Analyze Twitter/X data related to cryptocurrency and Web3 projects
Search the web for information related to blockchain and Web3
Get decentralized exchange data for tokens
Analyze cryptocurrency wallet holdings and transactions
Review token security and identify potential risks
Heurist Mesh MCP Server provides Claude with access to a network of specialized AI agents and tools for blockchain and Web3 use cases. The server connects to Heurist Mesh APIs, enabling capabilities like cryptocurrency data analysis, token security reviews, blockchain interactions, and more. This MCP server acts as a gateway to purpose-built AI agents specialized in various web3 domains including blockchain data analysis, smart contract security, token metrics, and blockchain interaction. The Heurist Mesh ecosystem is continuously expanding with new tools and capabilities.
Heurist Mesh MCP Server connects Claude to a network of specialized Web3 and blockchain tools through the Heurist Mesh API. This server provides access to cryptocurrency data, token security reviews, blockchain analytics, and other Web3 capabilities.
git clone https://github.com/heurist-network/heurist-mesh-mcp-server.git
cd heurist-mesh-mcp-server
uv pip install -e .
git clone https://github.com/heurist-network/heurist-mesh-mcp-server.git
cd heurist-mesh-mcp-server
docker build -t mesh-tool-server .
Add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"heurist-mesh-agent": {
"command": "uv",
"args": [
"--directory",
"/path/to/heurist-mesh-mcp-server/mesh_mcp_server",
"run",
"mesh-tool-server"
],
"env": {
"HEURIST_API_KEY": "your-api-key-here"
}
}
}
}
Replace /path/to/heurist-mesh-mcp-server
with the actual path to the repository and your-api-key-here
with your Heurist API key.
cp .env.example .env
.env
file to add your API key:HEURIST_API_KEY=your-api-key-here
uv run mesh-tool-server --transport sse --port 8000
For convenience, a hosted SSE endpoint is available at https://sequencer-v2.heurist.xyz/mcp/sse. This includes tools from commonly used agents like CoingeckoTokenInfoAgent, ElfaTwitterIntelligenceAgent, ExaSearchAgent, DexScreenerTokenInfoAgent, and ZerionWalletAnalysisAgent.
Note: This is a shared server and performance may vary.
You can create personalized MCP servers with specific agents using the Heurist Mesh MCP Portal at https://mcp.heurist.ai/. This allows you to select and compose a custom swarm of agents tailored to your specific needs.