Mesh Agent MCP Server
@XaloraAI
关于 Mesh Agent MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Xalora-mesh-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
AI 与智能体 分类下的更多 MCP 服务器
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
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.
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
评论