Back to MCP Catalog

Heurist Mesh Web3 Tools MCP Server

Finance & FintechPython
Access blockchain and Web3 tools through Heurist Mesh APIs
Available Tools

coingecko_token_info

Get cryptocurrency market data and token information from CoinGecko

elfa_twitter_intelligence

Analyze Twitter/X data related to cryptocurrency and Web3 projects

exa_search

Search the web for information related to blockchain and Web3

dexscreener_token_info

Get decentralized exchange data for tokens

zerion_wallet_analysis

Analyze cryptocurrency wallet holdings and transactions

goplus_token_security

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.

Overview

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.

Getting Started

Prerequisites

  • Python 3.10 or higher
  • UV package manager (recommended) or Docker
  • A Heurist API key (get one at https://docs.heurist.ai/protocol-overview/credits or claim free credits with invite code "claude" at https://dev-api-form.heurist.ai/)

Installation Options

Option 1: Using UV (Recommended)

  1. Clone the repository:
git clone https://github.com/heurist-network/heurist-mesh-mcp-server.git
cd heurist-mesh-mcp-server
  1. Install the package:
uv pip install -e .

Option 2: Using Docker

  1. Clone the repository:
git clone https://github.com/heurist-network/heurist-mesh-mcp-server.git
cd heurist-mesh-mcp-server
  1. Build the Docker image:
docker build -t mesh-tool-server .

Configuration

For Claude Desktop (stdio Transport)

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.

For Cursor (SSE Transport)

  1. Set up environment variables:
cp .env.example .env
  1. Edit the .env file to add your API key:
HEURIST_API_KEY=your-api-key-here
  1. Run the server:
uv run mesh-tool-server --transport sse --port 8000
  1. In Cursor, add the MCP Server URL: http://0.0.0.0:8000/sse

Using the Hosted SSE Endpoint

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.

Customizing Your Agents

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.

Related MCPs

TastyTrade Portfolio Manager
Finance & FintechPython

Manage your TastyTrade brokerage account through Claude

Investor Agent
Finance & FintechPython

Financial analysis and investment insights for LLMs

Bankless Onchain
Finance & FintechTypeScript

Access and interact with blockchain data through the Bankless API

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.