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
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Comments