Mesh Agent MCP Server
@heurist-network
关于 Mesh Agent MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"heurist-mesh-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
AI 与智能体 分类下的更多 MCP 服务器
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
评论