EDUCHAIN Agent Kit
@SailFish-Finance
EDUCHAIN Agent Kit について
This MCP (Model Context Protocol) server is integrated into Claude's MCP and maintained by SailFish
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sailfish": {
"command": "node",
"args": [
"/path/to/SubgraphMCP/build/index.js"
],
"env": {
"RPC_URL": "https://your-edu-rpc-url.com"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is EDUCHAIN Agent Kit?
This MCP server provides tools and resources for interacting with the EDUCHAIN blockchain. It enables Claude to query token and pool information, perform swaps via SailFish DEX, and manage wallet operations.
How to use EDUCHAIN Agent Kit?
Install Node.js, clone the repository, run npm install and npm run build, then add the server to your Claude Desktop configuration with the RPC_URL environment variable. Use the provided tools for token/pool queries, wallet operations, swaps, and arbitrage detection.
Key features of EDUCHAIN Agent Kit
- Query token prices and detailed token/pool information
- Get wallet balances for EDU, ERC20 tokens, and NFTs
- Send EDU and ERC20 tokens to other wallets
- Get swap quotes with price impact and route data
- Execute token-to-token and EDU-token swaps (via WEDU)
- Detect arbitrage opportunities between CEX and SailFish DEX
Use cases of EDUCHAIN Agent Kit
- Look up current token prices and liquidity pool statistics on SailFish DEX
- Check a wallet’s EDU, token, and NFT balances on EDUCHAIN
- Execute token swaps through SailFish DEX with configurable slippage
「AI とエージェント」の他のコンテンツ
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
コメント