Mesh Agent MCP Server
@XaloraAI
About Mesh Agent MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Xalora-mesh-mcp-server": {
"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?
An MCP server that connects to XaloraMesh APIs, giving Claude access to blockchain and web3 tools. XaloraMesh is an open network of purpose-built AI agents specialized in domains like blockchain data, smart contract security, token metrics, and blockchain interaction. This server is for users of MCP-compatible interfaces such as Claude Desktop and Cursor.
How to use Mesh Agent MCP Server?
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.
Key features of Mesh Agent MCP Server
- 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).
Use cases of Mesh Agent MCP Server
- Get cryptocurrency market data via CoinGecko tools.
- Analyze Twitter mentions for specific tokens or accounts.
- Search the web for blockchain-related topics.
- Check token contract security details.
- Retrieve DexScreener trading pair and token information.
FAQ from Mesh Agent MCP Server
What are the prerequisites?
Python 3.10 or higher, UV package manager (or Docker), and a XaloraAPI key. You can claim free API credits with the invite code "claude".
How do I get an API key?
Get a XaloraAPI key from the XaloraMesh platform, or claim free credits at the dev-api form using the invite code "claude".
How can I customize which agents are available?
Edit the DEFAULT_AGENTS list in server.py to add or remove agents from the list at https://mesh.heurist.ai/metadata.json.
What transports are supported?
Both stdio and SSE transports are supported. stdio is recommended for Claude Desktop, SSE for Cursor.
Is there a hosted SSE endpoint I can use directly?
Yes, a shared hosted SSE endpoint is available at https://sequencer-v2.heurist.xyz/mcp/sse. It includes tools from several common agents but may have unstable performance.
More AI & Agents MCP servers
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Comments