MCP Catalogs
Homeeduchain-ai-agent-kit screenshot

educhain-ai-agent-kit

by SailFish-Finance·6·Score 36

MCP server for EDUCHAIN blockchain operations including token queries, wallet management, swaps, and arbitrage detection.

financedeveloper-toolsblockchain
5
Forks
0
Open issues
10 mo ago
Last commit
2d ago
Indexed

Overview

The EDUCHAIN Agent Kit MCP server provides comprehensive tools for interacting with SailFish DEX on the EDUCHAIN blockchain. It enables Claude to query token and pool information, perform wallet operations like balance checks and token transfers, execute swaps between tokens and EDU (with automatic wrapping/unwrapping), and detect arbitrage opportunities between decentralized and centralized exchanges. The server is written in TypeScript and follows the MCP protocol standards, making it compatible with Claude Desktop and other MCP clients.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Trading assistant for monitoring token prices and executing swaps on SailFish DEX
you:Wallet management tool for checking balances and sending tokens
you:Arbitrage detection system to identify profit opportunities between exchanges
you:How does the EDU token wrapping work?
you:Can I customize external market data APIs for arbitrage detection?

When to choose this

Choose this server when working with EDUCHAIN ecosystem, SailFish DEX, or when you need DeFi tools for token swaps and arbitrage opportunities.

When NOT to choose this

Avoid if you're not working with EDUCHAIN or SailFish DEX specifically, as this server is tightly integrated with this particular ecosystem.

Tools this server exposes

12 tools extracted from the README
  • get_token_price

    Get the current price of a token on SailFish DEX

  • get_token_info

    Get detailed information about a token on SailFish DEX

  • get_swap_quote

    Get a quote for swapping tokens on SailFish DEX

  • swap_tokens

    Swap tokens on SailFish DEX

  • get_wallet_overview

    Get an overview of a wallet including EDU, tokens, and NFTs

  • get_top_tokens

    Get a list of top tokens by TVL on SailFish DEX

  • check_arbitrage_opportunities

    Check for arbitrage opportunities between CEX and SailFish DEX

  • get_external_market_data

    Get external market data for EDU from centralized exchanges

  • get_24h_volume

    Get the 24-hour trading volume on SailFish DEX

  • get_pool_info

    Get detailed information about a liquidity pool on SailFish DEX

  • get_edu_balance

    Get the EDU balance of a wallet address

  • send_edu

    Send EDU native token to another wallet address

Comparable tools

uniswap-mcpaave-mcpcompound-mcpbalancer-mcp

Installation

  1. Make sure you have Node.js installed
  2. Clone this repository
  3. Install dependencies: npm install
  4. Build the project: npm run build
  5. Add the MCP server to your Claude Desktop configuration file:
{
  "mcpServers": {
    "sailfish": {
      "command": "node",
      "args": ["/path/to/SubgraphMCP/build/index.js"],
      "env": {
        "RPC_URL": "https://your-edu-rpc-url.com"
      }
    }
  }
}

FAQ

How does the EDU token wrapping work?
SailFish DEX doesn't support native EDU swaps directly. It uses WEDU (Wrapped EDU) internally. When swapping EDU for tokens or vice versa, the system automatically handles the wrapping/unwrapping process.
Can I customize external market data APIs for arbitrage detection?
Yes, you can update the external market configuration using the `update_external_market_config` function to specify custom API URLs, keys, and symbol mappings.

Compare educhain-ai-agent-kit with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.