EDUCHAIN Agent Kit
@SailFish-Finance
About EDUCHAIN Agent Kit
This MCP (Model Context Protocol) server is integrated into Claude's MCP and maintained by SailFish
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sailfish": {
"command": "node",
"args": [
"/path/to/SubgraphMCP/build/index.js"
],
"env": {
"RPC_URL": "https://your-edu-rpc-url.com"
}
}
}
}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 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
More AI & Agents MCP servers
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
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.
Comments