MCP.so
Sign In
Servers

Mesh Agent MCP Server

@heurist-network

Overview

What is Mesh Agent MCP Server?

A Model Context Protocol (MCP) server that connects to Heurist Mesh APIs, providing AI agents with specialized Web3 intelligence. It serves as a gateway to 30+ crypto analytics agents, optimized for token lookup, trending tokens, Twitter/X analytics, web search, funding rates, project analysis, and EVM wallet holdings. Designed for developers and AI applications needing accurate on-chain and market data.

How to use Mesh Agent MCP Server?

Install via UV (uv pip install -e .) or Docker, obtain a Heurist API key (free credits with invite code "claude"), then configure the server with your key. For Claude Desktop, add a stdio transport entry to claude_desktop_config.json. For Cursor, run with SSE transport (uv run mesh-tool-server --transport sse --port 8000) and point Cursor to the SSE URL. A hosted SSE endpoint is also available at https://mesh.heurist.xyz/mcp/sse (requires API key via header or query parameter).

Key features of Mesh Agent MCP Server

  • Access 30+ specialized crypto analytics agents via MCP
  • Input/output formats optimized for AI agents (fewer tool calls, less token usage)
  • Supports both SSE and stdio transports
  • Works with Claude, Cursor, Claude Desktop, and other MCP-compatible interfaces
  • Single API key for multiple services (CoinGecko, DexScreener, Twitter analytics, etc.)
  • Customizable agent selection and on‑demand managed MCP servers via Heurist Mesh Console

Use cases of Mesh Agent MCP Server

  • Find tokens by address, symbol, or name and retrieve normalized profiles and top DEX pools
  • Aggregate trending tokens from GMGN, CoinGecko, Pump.fun, Dexscreener, Zora, and Twitter
  • Search Twitter/X timelines, tweets, and perform smart crypto topic searches
  • Perform web searches with concise LLM summarization and scrape webpage content
  • Get Binance funding rates, open interest, and spot‑futures arbitrage opportunities

FAQ from Mesh Agent MCP Server

What is Heurist Mesh?

Heurist Mesh is a skills marketplace for AI agents, providing 30+ specialized AI agents expert in crypto analytics. It gives general‑purpose AI models the Web3 expertise they need.

How do I get a Heurist API key?

You can obtain an API key by registering at the Heurist API form (https://dev-api-form.heurist.ai/) with invite code "claude" for free credits, or through the Heurist documentation.

Which agents are available by default?

The default server includes TokenResolverAgent, TrendingTokenAgent, TwitterIntelligenceAgent, ExaSearchDigestAgent, FundingRateAgent, AIXBTProjectInfoAgent, and ZerionWalletAnalysisAgent. You can customize the agent list by editing the DEFAULT_AGENTS list in server.py.

What transport protocols does the server support?

Both stdio and SSE transports are supported. Stdio is used for Claude Desktop, SSE is used for Cursor and the hosted endpoint.

Can I host my own dedicated server?

Yes. You can self‑host using the Docker or UV installation, or create a managed SSE MCP server on‑demand via the Heurist Mesh Console (https://mesh.heurist.ai/console). The hosted SSE endpoint is shared and may have unstable performance.

More from AI & Agents