Back to MCP Servers

Heurist Mesh

Access specialized web3 AI agents for blockchain analysis, smart contract security auditing, token metrics evaluation, and on-chain interactions through the Heurist Mesh network. Provides comprehensive tools for DeFi analysis, NFT valuation, and transaction monitoring across mul…

finance-fintechsecuritymonitoringaiagent

Installation

npx -y heurist-mesh-mcp-server

Configuration

{
  "mcpServers": {
    "heurist-mesh-mcp-server": {
      "command": "npx",
      "args": ["-y", "heurist-mesh-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub