LogoSTMCP
Download
heurist-mesh-mcp-server

Mesh Agent MCP Server

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.

Tools

1. get_coingecko_id

Search for a token by name to get its CoinGecko ID.

2. get_token_info

Get detailed token information and market data using CoinGecko ID.

Get the current top trending cryptocurrencies on CoinGecko.

4. get_specific_pair_info

Get trading pair info by chain and pair address on DexScreener.

5. get_token_pairs

Get the trading pairs by chain and token address on DexScreener.

6. get_token_profiles

Get the basic info of the latest tokens from DexScreener.

7. search_pairs

Search for trading pairs on DexScreener by token name, symbol, or address.

Get current trending tokens on Twitter.

9. search_account

Analyze a Twitter account with both mention search and account stats.

10. search_mentions

Search for mentions of specific tokens or topics on Twitter.

11. answer

Get a direct answer to a question using Exa's answer API.

Search for webpages related to a query.

13. search_and_answer

Perform both search and answer operations for a query.

Execute a web search query by reading the web pages.

15. generate_queries

Generate related search queries for a topic that can expand the research.

16. fetch_security_details

Fetch security details of a blockchain token contract.

Open Graph image for Mesh Agent MCP Server

JSON Config

{
  "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"
      }
    }
  }
}

Useful Links

Information