home / mcp / heurist mesh mcp server
Provides access to 30+ specialized crypto analytics agents via MCP for Web3 intelligence.
Configuration
View docs{
"mcpServers": {
"heurist-network-heurist-mesh-mcp-server": {
"url": "https://mesh.heurist.xyz/mcp/sse",
"headers": {
"HEURIST_API_KEY": "YOUR_API_KEY",
"X-HEURIST-API-KEY": "YOUR_API_KEY"
}
}
}
}You can connect to Heurist Mesh MCP Server to tap into 30+ specialized crypto analytics agents for Web3 intelligence. This MCP server enables AI applications to access expert crypto data through standard MCP transports, making it easy to build Web3-aware workflows with secure API key access and configurable agent swarms.
Connect to the hosted SSE endpoint to access a curated set of crypto analytics agents. You can run local MCP servers via standard MCP clients, or use the hosted endpoint with the appropriate API key. Use the provided tools to resolve tokens, track trends, analyze wallets, summarize markets, and perform web searches with AI-assisted summaries. When using a local or hosted server, you will configure the MCP client to point at the SSE URL or the local stdio interface, and supply your API key to authorize access.
Prerequisites you need before setup include Python 3.10 or higher and a package manager such as UVX, or Docker for containerized runs. You also need a Heurist API key; you can obtain free credits using the invite code “claude.” Proceed with the installation steps that match your preferred environment.
# Prerequisites
python3 --version
uv --version
# Clone the MCP server repository
git clone https://github.com/heurist-network/heurist-mesh-mcp-server.git
cd heurist-mesh-mcp-server
# Option A: Install with UV (recommended)
uv pip install -e .
# Option B: Build with Docker
# Build the Docker image (from the project root)
docker build -t mesh-tool-server .The MCP server supports both a hosted SSE endpoint and local stdio-based servers. The hosted endpoint requires an API key included in the request headers or query parameters. Local stdio servers can be started with UV or Docker, and you can configure clients like Claude Desktop or Cursor to connect via SSE or stdio transports.
Use one of the following connection methods in your MCP client configuration. The hosted SSE endpoint is preferred for quick access, while local stdio servers are ideal for production or higher reliability.
Always provide your API key securely to the MCP server. Use the recommended header X-HEURIST-API-KEY or the Authorization header with a Bearer token, or supply the api_key parameter in the request URL. Treat your API key as a secret and rotate it if you suspect compromise.
If you encounter unstable performance on the hosted endpoint, consider self-hosting a dedicated MCP server using the local stdio flow described in the installation steps. Ensure your API key is valid and that your client is configured to the correct transport (SSE or stdio). Check logs for authentication errors or transport connectivity issues.
Find tokens by address, symbol, name, or CoinGecko ID and retrieve normalized profiles and top liquidity pools
Get comprehensive token profiles including market data, socials, and top pools
Aggregate trending tokens from GMGN, CoinGecko, Pump.fun, Dexscreener, Zora, and Twitter
AI-generated market summaries across trending sources
Smart Twitter search for crypto topics and trends
Fetch recent tweets from a specified Twitter user
Retrieve detailed information about a specific tweet
Web search with AI-generated summarization
Scrape and summarize webpage content
Fetch funding rates for all Binance perpetual contracts
Get open interest and funding rates for a given symbol
Identify arbitrage opportunities between spot and futures markets
Search trending projects with fundamental analysis
Retrieve EVM wallet token holdings
Retrieve EVM wallet NFT holdings