MCP.so
Sign In

Mesh Agent MCP Server

@mikeysrecipes

About Mesh Agent MCP Server

No overview available yet

Basic information

Category

AI & Agents

License

MIT license

Runtime

python

Transports

stdio

Publisher

mikeysrecipes

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "heurist-mesh-mcp-server-mikeysrecipes": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "-e",
        "."
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mesh Agent MCP Server?

A Model Context Protocol (MCP) server that connects to Heurist Mesh, an open network of purpose-built AI agents and tools for blockchain and web3. It provides Claude and other MCP-compatible interfaces with access to various blockchain and web3 tools.

How to use Mesh Agent MCP Server?

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.

Key features of Mesh Agent MCP Server

  • 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.

Use cases of Mesh Agent MCP Server

  • Fetch real-time token prices and market data from CoinGecko.
  • Analyze Twitter mentions and trends for tokens with Elfa.
  • Conduct web research and answer queries using Exa.
  • Review token contract security with GoPlus.
  • Search trading pairs on DexScreener.

FAQ from Mesh Agent MCP Server

What runtime do I need?

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

How do I get a Heurist API key?

Obtain from Heurist documentation or claim free credits with invite code "claude".

What transports are supported?

Both SSE and

Comments

More AI & Agents MCP servers