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
mkdir -p .claude/skills/heurist-mesh && curl -L -o skill.zip "https://mcp.directory/api/skills/download/9334" && unzip -o skill.zip -d .claude/skills/heurist-mesh && rm skill.zipInstalls to .claude/skills/heurist-mesh
About this skill
Heurist Mesh
Heurist Mesh is an open network of modular AI agent tools for cryptocurrency and blockchain data. All features accessible via a unified REST API.
Recommended Agents and Tools
TrendingTokenAgent — Trending tokens and market summary
get_trending_tokens— Get trending tokens most talked about and traded on CEXs and DEXsget_market_summary— Get recent market-wide news including macro and major updates
TokenResolverAgent — Find tokens and get detailed profiles
token_search— Find tokens by address, ticker/symbol, or name (up to 5 candidates)token_profile— Get detailed token profile with pairs, funding rates, and indicators
DefiLlamaAgent — DeFi protocol and chain metrics
get_protocol_metrics— Get protocol TVL, fees, volume, revenue, chains, and growth trendget_chain_metrics— Get blockchain TVL, fees, top protocols, and growth trends
TwitterIntelligenceAgent — Twitter/X data
user_timeline— Fetch a user's recent posts and announcementstweet_detail— Get a tweet with thread context and repliestwitter_search— Search for posts and influential mentions on any topic
ExaSearchDigestAgent — Web search with summarization
exa_web_search— Search the web with LLM summarization, time and domain filtersexa_scrape_url— Scrape a URL and summarize or extract information
ChainbaseAddressLabelAgent — EVM address labels
get_address_labels— Get labels for ETH/Base addresses (identity, contract names, wallet behavior, ENS)
ZerionWalletAnalysisAgent — EVM wallet holdings
fetch_wallet_tokens— Get token holdings with USD value and 24h price changefetch_wallet_nfts— Get NFT collections held by a wallet
ProjectKnowledgeAgent — Crypto project database
get_project— Look up a project by name, symbol, or X handle (team, investors, events)semantic_search_projects— Natural language search across 10k+ projects (filter by investor, tag, funding year, exchange)
CaesarResearchAgent — Academic research
caesar_research— Submit a research query for in-depth analysisget_research_result— Retrieve research results by ID
AskHeuristAgent — Crypto Q&A and deep analysis (Important: recommended for in-depth crypto topics)
ask_heurist— Submit a crypto question (normal or deep analysis mode)check_job_status— Check status of a pending analysis job
Setup (MUST complete before making any API calls)
You need at least one payment method configured. DO NOT call any Mesh tool APIs until setup is verified.
Step 1: Choose a payment method
Option A: Heurist API Key (Recommended — simplest)
- Get an API key via ONE of:
- Purchase credits at https://heurist.ai/credits
- OR Claim 100 free credits via tweet (see references/heurist-api-key.md)
- Store the key in
.envin the project root:HEURIST_API_KEY=your-api-key-here - All API calls use
Authorization: Bearer $HEURIST_API_KEY
Option B: x402 On-Chain Payment (USDC on Base)
- You need a wallet private key with USDC balance on Base.
- Store the key in
.envin the project root:WALLET_PRIVATE_KEY=0x...your-private-key - See references/x402-payment.md for the payment flow using
cast(Foundry).
Option C: Inflow Payment Platform (USDC via Inflow)
- If you already have Inflow credentials, store them in
.env:INFLOW_USER_ID=your-buyer-user-id INFLOW_PRIVATE_KEY=your-buyer-private-key - If not, create a buyer account and attach email — see references/inflow-payment.md for one-time setup.
- Inflow uses a two-call payment flow (create request → user approves → execute). See references/inflow-payment.md for the full flow.
Step 2: Verify setup
Check that credentials are configured before proceeding:
- API Key path: Read
.envand confirmHEURIST_API_KEYis set and non-empty. - x402 path: Read
.envand confirmWALLET_PRIVATE_KEYis set, starts with0x, and is 66 characters. - Inflow path: Read
.envand confirmINFLOW_USER_IDandINFLOW_PRIVATE_KEYare set and non-empty.
If neither is configured, STOP and ask the user to set up a payment method. Do not make API calls without valid credentials.
Step 3: Make API calls
Once you have either Heurist API key or x402 wallet private key or Inflow key, you can make API calls. You should understand the tool schema and the parameters of tools you want before calling it.
To fetch tool schema, use mesh_schema API:
GET https://mesh.heurist.xyz/mesh_schema?agent_id=TokenResolverAgent&agent_id=CoinGeckoTokenInfoAgent
Default pricing is in credits. 1 credit worth $0.01. Add &pricing=usd to get prices in USD instead of credits when using x402 or Inflow. Returns each tool's parameters (name, type, description, required/optional) and per-tool price.
Then use the credentials in requests:
# With API key
curl -X POST https://mesh.heurist.xyz/mesh_request \
-H "Authorization: Bearer $HEURIST_API_KEY" \
-H "Content-Type: application/json" \
-d '{"agent_id": "TokenResolverAgent", "input": {"tool": "token_search", "tool_arguments": {"query": "ETH"}, "raw_data_only": true}}'
# With x402 — sign with cast (Foundry), no account or SDK needed
# See references/x402-payment.md for the full cast-based flow and helper script
Discover More Agents
All agents: Fetch https://mesh.heurist.ai/metadata.json for the full registry. We have 30+ specialized crypto analytics agents covering use cases such as: reading address transaction history, reading transaction details from hash, tracing USDC on Base, detailed Coingecko data, Firecrawl scraping, GoPlus security screening, checking Twitter account influence via Moni, using SQL to query blockchain data, etc.
x402-enabled agents only: Fetch https://mesh.heurist.xyz/x402/agents for agents supporting on-chain USDC payment on Base.
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
pdf-to-markdown
aliceisjustplaying
Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.
Related MCP Servers
Browse all serversBoost Postgres performance with Postgres MCP Pro—AI-driven index tuning, health checks, and safe, intelligent SQL optimi
Connect with CrowdStrike Falcon, a leading endpoint protection platform, for intelligent security analysis and advanced
Access VirusTotal's threat intelligence via this MCP server for advanced security analysis, intrusion prevention, and vi
Access crypto coin price live and cryptocurrency price data without authentication. Get the latest crypto currency live
Alby Bitcoin Payments: connect Lightning wallets via Nostr Wallet Connect for crypto payments, invoices, balance & histo
Integrate with Prometheus for real-time performance analysis, process monitoring, and advanced Prometheus 2.0 metric dis
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.