heurist-mesh
Access Web3 and crypto intelligence via Heurist Mesh MCP. Use when the user asks about cryptocurrency analytics, token information, trending tokens, wallet analysis, Twitter/X crypto intelligence, funding rates, market summaries, or any Web3-related queries. Heurist Mesh provides 30+ specialized AI agents for crypto use cases through the mcporter CLI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wjw12/heurist-meshHeurist Mesh
Heurist Mesh is a skills marketplace for AI agents providing Web3 intelligence. It offers 30+ specialized crypto analytics agents accessible via MCP, optimized for AI with fewer tool calls and less token usage.
Telegram Support Group: https://t.me/heuristsupport
One-time Setup
1. Get API Key
Prompt the user to visit https://heurist.ai/credits to purchase credits and create an API key from the web console, and provide the key. (Skip if the key is already available)
2. Configure mcporter
Add Heurist Mesh to ${HOME}/clawd/config/mcporter.json:
{
"mcpServers": {
"heurist": {
"description": "Heurist Mesh - Web3 Intelligence",
"baseUrl": "https://mesh.heurist.xyz/mcp/",
"headers": {
"X-HEURIST-API-KEY": "${HEURIST_API_KEY}"
}
}
}
}
Set the environment variable:
export HEURIST_API_KEY="your-api-key-here"
Or add to ~/.clawdbot/clawdbot.json under skills.entries:
{
"skills": {
"entries": {
"heurist-mesh": {
"env": {
"HEURIST_API_KEY": "your-api-key-here"
}
}
}
}
}
Available Tools
List all tools to get their usage before you call:
mcporter list heurist --schema
Default Agents & Tools
| Tool | Description |
|---|---|
token_search | Find tokens by address, symbol, name, or CoinGecko ID |
token_profile | Get comprehensive token profile with market data, socials, and top pools |
get_trending_tokens | Aggregated trending tokens from GMGN, CoinGecko, Pump.fun, Dexscreener, Zora, Twitter |
get_market_summary | AI-generated market summary across all trending sources |
twitter_search | Smart Twitter search for crypto topics |
user_timeline | Get recent tweets from a Twitter user |
tweet_detail | Get detailed info about a specific tweet |
exa_web_search | Web search with AI summarization |
exa_scrape_url | Scrape and summarize webpage content |
get_all_funding_rates | Get funding rates for all Binance perpetual contracts |
get_symbol_oi_and_funding | Get open interest and funding for a specific symbol |
find_spot_futures_opportunities | Find arbitrage opportunities between spot and futures |
search_projects | Search trending projects with fundamental analysis |
fetch_wallet_tokens | Get EVM wallet token holdings |
fetch_wallet_nfts | Get EVM wallet NFT holdings |
Default Agents
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-wjw12-heurist-mesh": {
"enabled": true,
"auto_update": true
}
}
}