Mesh Agent MCP Server
Description
# Mesh Agent MCP Server  A Model Context Protocol (MCP) server that connects to [Heurist Mesh](https://github.com/heurist-network/heurist-agent-framework/tree/main/mesh) APIs, providing…
About
# Mesh Agent MCP Server  A Model Context Protocol (MCP) server that connects to [Heurist Mesh](https://github.com/heurist-network/heurist-agent-framework/tree/main/mesh) APIs, providing Claude with access to various blockchain…
Details
- Author
- mikeysrecipes
- Downloads
- 206
- Categories
- AI
Jump to
- Connects to Heurist Mesh APIs for blockchain and web3 tools.
- Loads tools for cryptocurrency data, security analysis, and more.
- Supports SSE and stdio transports.
- Works with Claude Desktop, Cursor, and other MCP interfaces.
- Single API key for multiple services like CoinGecko and GoPlus.
- Customizable agent selection in server.py configuration.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mesh Agent MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via UV (uv pip install -e .) or Docker, then configure as an MCP server in Claude Desktop by adding the command, args, and env entries with your HEURIST_API_KEY. For Cursor, run with --transport sse --port 8000. A hosted SSE endpoint is also available at https://sequencer-v2.heurist.xyz/mcp/sse.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mesh agent mcp server": {
"heurist-mesh-mcp-server-mikeysrecipes": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}
}
McpServers
{
"heurist-mesh-mcp-server-mikeysrecipes": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
Mesh Agent MCP Server
A Model Context Protocol (MCP) server that connects to Heurist Mesh APIs, providing Claude with access to various blockchain and web3 tools.
Heurist Mesh is an open network of purpose-built AI agents and tools, each specialized in particular web3 domains such as blockchain data analysis, smart contract security, token metrics, and blockchain interaction. We are actively growing the Heurist Mesh ecosystem, continuously integrating more tools to expand its capabilities.
<a href="https://glama.ai/mcp/servers/@heurist-network/heurist-mesh-mcp-server">
</a>
Features
- 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 - Use one API key to access multiple services (e.g. CoinGecko crypto market data, GoPlus token security review)🔥 Just In: Customize Your Agents and Create Managed MCP Servers On-Demand
You can use Heurist Mesh MCP Portal to create SSE MCP Servers. Select your agents and compose a personalized swarm for your tasks!Hosted SSE Endpoint
We provide a hosted SSE endpoint at https://sequencer-v2.heurist.xyz/mcp/sse. This includes all the tools from the following commonly used agents:CoingeckoTokenInfoAgent, ElfaTwitterIntelligenceAgent, ExaSearchAgent, DexScreenerTokenInfoAgent, ZerionWalletAnalysisAgent. This is a shared server and the performance may be unstable.
Cursor can directly access SSE servers. For Claude Desktop users, we recommend installing mcp-proxy to connect to the SSE server.
Prerequisites
- Python 3.10 or higher
- UV package manager (recommended)
- OR Docker
- Get a Heurist API key or you can claim free API credits with invite code "claude"
Installation
Using UV (Recommended)
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
