ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/wjw12/heurist-mesh
Or

Heurist 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

ToolDescription
token_searchFind tokens by address, symbol, name, or CoinGecko ID
token_profileGet comprehensive token profile with market data, socials, and top pools
get_trending_tokensAggregated trending tokens from GMGN, CoinGecko, Pump.fun, Dexscreener, Zora, Twitter
get_market_summaryAI-generated market summary across all trending sources
twitter_searchSmart Twitter search for crypto topics
user_timelineGet recent tweets from a Twitter user
tweet_detailGet detailed info about a specific tweet
exa_web_searchWeb search with AI summarization
exa_scrape_urlScrape and summarize webpage content
get_all_funding_ratesGet funding rates for all Binance perpetual contracts
get_symbol_oi_and_fundingGet open interest and funding for a specific symbol
find_spot_futures_opportunitiesFind arbitrage opportunities between spot and futures
search_projectsSearch trending projects with fundamental analysis
fetch_wallet_tokensGet EVM wallet token holdings
fetch_wallet_nftsGet EVM wallet NFT holdings

Default Agents

Metadata

Author@wjw12
Stars919
Views0
Updated2026-02-12
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-wjw12-heurist-mesh": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.