Loading...

Heurist Mesh MCP server provides access to Web3 intelligence via specialized AI agents for crypto analytics, requiring an API key for authentication.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Heurist Mesh MCP server provides access to Web3 intelligence via specialized AI agents for crypto analytics, requiring an API key for authentication.
This server is relatively safe for read-only operations, providing access to Web3 data through specialized agents. However, the reliance on external APIs and the potential for AI-generated inaccuracies introduce moderate risks. It is crucial to protect the API key and carefully evaluate the information provided by the agents.
Performance depends heavily on the external Web3 APIs and network conditions. Expect potential latency and rate limiting issues, especially with shared hosted endpoints.
Cost is primarily determined by Heurist API key usage. Be mindful of API call limits and token consumption, especially when using AI summarization features.
{
"mcpServers": {
"heurist-mesh-agent": {
"command": "uv",
"args": [
"--directory",
"/path/to/heurist-mesh-mcp-server/mesh_mcp_server", // Update this path
"run",
"mesh-tool-server"
],
"env": {
"HEURIST_API_KEY": "your-api-key-here" // Update this key
}
}
}
}TRANSPORTHEURIST_API_KEYPORTDEFAULT_AGENTStoken_searchFinds tokens by address, symbol, name, or CoinGecko ID.
Read-only operation, no side effects.
token_profileGets a comprehensive token profile with market data, socials, and top pools.
Read-only operation, no side effects.
get_trending_tokensAggregates trending tokens from multiple sources.
Read-only operation, no side effects.
get_market_summaryProvides an AI-generated market summary across all trending sources.
Read-only operation, no side effects.
twitter_searchPerforms a smart Twitter search for crypto topics.
Read-only operation, no side effects.
user_timelineGets recent tweets from a Twitter user.
Read-only operation, no side effects.
tweet_detailGets detailed info about a specific tweet.
Read-only operation, no side effects.
exa_web_searchPerforms a web search with AI summarization.
Read-only operation, no side effects.
exa_scrape_urlScrapes and summarizes webpage content.
Read-only operation, no side effects.
get_all_funding_ratesGets funding rates for all Binance perpetual contracts.
Read-only operation, no side effects.
get_symbol_oi_and_fundingGets open interest and funding for a specific symbol.
Read-only operation, no side effects.
find_spot_futures_opportunitiesFinds arbitrage opportunities between spot and futures.
Read-only operation, no side effects.
search_projectsSearches trending projects with fundamental analysis.
Read-only operation, no side effects.
fetch_wallet_tokensGets EVM wallet token holdings.
Read-only operation, no side effects.
fetch_wallet_nftsGets EVM wallet NFT holdings.
Read-only operation, no side effects.
API Key
hybrid
This server is relatively safe for read-only operations, providing access to Web3 data through specialized agents. However, the reliance on external APIs and the potential for AI-generated inaccuracies introduce moderate risks. It is crucial to protect the API key and carefully evaluate the information provided by the agents.
The server primarily provides read-only access to Web3 data, limiting the scope for autonomous destructive actions. Sandboxing is implied through the use of specialized agents and external APIs.
Production Tip
Monitor API usage and error rates to ensure stable performance and proactively address any issues with external dependencies.
Heurist Mesh is a skills marketplace for AI agents, providing specialized knowledge about Web3 through a collection of specialized AI agents.
You can obtain a Heurist API key by signing up at dev-api-form.heurist.ai. Use the invite code 'claude' for free credits.
The hosted SSE endpoint is available at https://mesh.heurist.xyz/mcp/sse. It requires authentication via an API key.
You can modify the `DEFAULT_AGENTS` list in the `server.py` file to add or remove agents.
This server is compatible with Claude Desktop and Cursor. Compatibility with other MCP clients like Windsurf and VS Code (Copilot) is untested.
You can access a wide range of Web3 data, including token profiles, trending tokens, market summaries, Twitter data, funding rates, and wallet holdings.
For production use, it is recommended to self-host the server or use Heurist Mesh Console to create dedicated servers for better stability and performance.