Heurist Mesh MCP Server connects Claude to the Heurist Mesh network of specialized Web3 and blockchain tools through the Model Context Protocol. This implementation provides access to various agents including CoinGecko for cryptocurrency data, DexScreener for trading pair information, GoPlus for token security analysis, and search capabilities through Exa and Firecrawl. Built by Heurist AI, the server supports both SSE and stdio transports, making it compatible with Claude in Cursor, Claude Desktop, and other MCP-compatible interfaces. Users can access multiple blockchain services with a single API key, making it ideal for cryptocurrency research, token security verification, and Web3 data analysis workflows.
Search for a token by name to get its CoinGecko ID. Parameters: token_name (string): The token name to search for.
Get detailed token information and market data using CoinGecko ID. Parameters: coingecko_id (string): The CoinGecko ID of the token.
Get the current top trending cryptocurrencies on CoinGecko.
Get trading pair info by chain and pair address on DexScreener. Parameters: chain (string): Chain identifier (e.g., solana, bsc, ethereum, base); pair_address (string): The pair contract address to look up.
Get the trading pairs by chain and token address on DexScreener. Parameters: chain (string): Chain identifier (e.g., solana, bsc, ethereum, base); token_address (string): The token contract address to look up all pairs for.
Get the basic info of the latest tokens from DexScreener.
Search for trading pairs on DexScreener by token name, symbol, or address. Parameters: search_term (string): Search term (token name, symbol, or address).
Get current trending tokens on Twitter. Parameters: time_window (string): Time window to analyze.
Analyze a Twitter account with both mention search and account stats. Parameters: username (string): Twitter username to analyze (without @); days_ago (integer): Number of days to look back for mentions; limit (integer): Maximum number of mention results.
Search for mentions of specific tokens or topics on Twitter. Parameters: keywords (array): List of keywords to search for; days_ago (integer): Number of days to look back; limit (integer): Maximum number of results (minimum: 20).
Get a direct answer to a question using Exa's answer API. Parameters: question (string): The question to answer.
Search for webpages related to a query. Parameters: search_term (string): The search term; limit (integer): Maximum number of results to return (default: 10).
Perform both search and answer operations for a query. Parameters: topic (string): The topic to search for and answer.
Execute a web search query by reading the web pages. Parameters: search_term (string): The search term to execute.
Generate related search queries for a topic that can expand the research. Parameters: topic (string): The main topic to research; num_queries (integer): Number of queries to generate.
Fetch security details of a blockchain token contract. Parameters: contract_address (string): The token contract address; chain_id (['integer', 'string']): The blockchain chain ID or 'solana' for Solana tokens.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!