A Model Context Protocol (MCP) server that connects to Heurist Mesh APIs, providing Claude AI with access to blockchain data analysis, smart contract security, token metrics, and web3 interaction tools through a unified interface.
Search for a token by name to get its CoinGecko ID.
Get detailed token information and market data using CoinGecko ID.
Get the current top trending cryptocurrencies on CoinGecko.
Get trading pair info by chain and pair address on DexScreener.
Get the trading pairs by chain and token address on DexScreener.
Get the basic info of the latest tokens from DexScreener.
Search for trading pairs on DexScreener by token name, symbol, or address.
Get current trending tokens on Twitter.
Analyze a Twitter account with both mention search and account stats.
Search for mentions of specific tokens or topics on Twitter.
Get a direct answer to a question using Exa's answer API.
Search for webpages related to a query.
Perform both search and answer operations for a query.
Execute a web search query by reading the web pages.
Generate related search queries for a topic that can expand the research.
Fetch security details of a blockchain token contract.
{
"mcpServers": {
"heurist-mesh-agent": {
"command": "uv",
"args": [
"--directory",
"/path/to/heurist-mesh-mcp-server/mesh_mcp_server",
"run",
"mesh-tool-server"
],
"env": {
"HEURIST_API_KEY": "your-api-key-here"
}
}
}
}