Mesh Agent MCP Server

by XaloraAI

197 downloads
Not rated
GitHub

Description

# Mesh Agent MCP Server ![mesh-2](https://github.com/user-attachments/assets/da67c0e6-0709-4f28-ab82-8abfc0c0734c) A Model Context Protocol (MCP) server that connects to [XaloraMesh] APIs, providing Claude with access to various blockchain and web3 tools. XaloraMesh is an open…

About

# Mesh Agent MCP Server ![mesh-2](https://github.com/user-attachments/assets/da67c0e6-0709-4f28-ab82-8abfc0c0734c) A Model Context Protocol (MCP) server that connects to [XaloraMesh] APIs, providing Claude with access to various blockchain and web3 tools. XaloraMesh is an open network of purpose-built AI agents and…

Details

Author
XaloraAI
Downloads
197
Categories
AI

- Connects to XaloraMesh API for web3 tools.
- Supports both SSE and stdio transports.
- One API key accesses multiple services (e.g., CoinGecko, GoPlus).
- Works in Claude Desktop, Cursor, and other MCP interfaces.
- Customizable agent list via server.py.
- Hosted SSE endpoint available (shared, may be unstable).

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mesh Agent MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install using UV (uv pip install -e .) or Docker (docker build -t mesh-tool-server .). Run with stdio transport for Claude Desktop by adding a configuration entry to claude_desktop_config.json, or with SSE transport (uv run mesh-tool-server --transport sse --port 8000) for Cursor. Set the HEURIST_API_KEY environment variable with your XaloraAPI key.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Mesh Agent MCP Server

mesh-2

A Model Context Protocol (MCP) server that connects to [XaloraMesh] APIs, providing Claude with access to various blockchain and web3 tools.

XaloraMesh 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 XaloraMesh ecosystem, continuously integrating more tools to expand its capabilities.

Mesh Agent Server MCP server
</a>

Features

- Connects to the XaloraMesh 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 [XaloraMesh 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 XaloraAPI key] or you can claim free API credits with invite code "claude"

Installation

Using UV (Recommended)

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.