Mesh Agent MCP Server logo

Mesh Agent MCP Server

by MCP-Mirror

The Mesh Agent MCP Server connects to Heurist Mesh APIs, providing Claude with access to blockchain and web3 tools. It facilitates interaction with an open network of specialized AI agents for web3 domains.

View on GitHub

Last updated: N/A

What is Mesh Agent MCP Server?

This is a Model Context Protocol (MCP) server that acts as an interface between AI models like Claude and the Heurist Mesh, a network of AI agents and tools specialized in web3 domains.

How to use Mesh Agent MCP Server?

The server can be run using either UV (recommended) or Docker. It supports both SSE and stdio transports, allowing integration with Claude in Cursor, Claude Desktop, and other MCP-compatible interfaces. You'll need a Heurist API key to access the services.

Key features of Mesh Agent MCP Server

  • Connects to the Heurist Mesh API

  • Loads tools for cryptocurrency data and Web3 use cases

  • Supports both SSE and stdio transports

  • Works with Claude in Cursor, Claude Desktop, and other MCP-compatible interfaces

  • Uses one API key to access multiple services

Use cases of Mesh Agent MCP Server

  • Analyzing blockchain data

  • Assessing smart contract security

  • Evaluating token metrics

  • Interacting with blockchains

  • Accessing cryptocurrency market data

FAQ from Mesh Agent MCP Server

What is Heurist Mesh?

Heurist Mesh is an open network of purpose-built AI agents and tools, each specialized in particular web3 domains.

How do I get a Heurist API key?

You can get a Heurist API key by visiting [https://docs.heurist.ai/protocol-overview/credits] or claim free API credits with invite code "claude" at [https://dev-api-form.heurist.ai/].

What are the prerequisites for running the server?

You need Python 3.10 or higher, UV package manager (recommended) or Docker.

How do I connect to the SSE endpoint?

For Cursor, add the MCP Server URL: http://0.0.0.0:8000/sse. For Claude Desktop, install mcp-proxy and configure it to connect to the SSE server.

How can I customize the supported agents?

Open the server.py file, locate the Config class, and edit the DEFAULT_AGENTS list to add or remove agents listed at [https://mesh.heurist.ai/mesh_agents_metadata.json]