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 とエージェント」の他のコンテンツ
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
コメント