EDUCHAIN Agent Kit

29 tools. 9 can modify or destroy data without limits.

4 destructive tools with no built-in limits. Policy required.

Last updated:

9 can modify or destroy data
20 read-only
29 tools total

Community server · catalogue entry verified 12/06/2026

How to control EDUCHAIN Agent Kit ↓

What EDUCHAIN Agent Kit exposes to your agents

Read (20) Write / Execute (5) Destructive / Financial (4)
Critical Risk

The most dangerous EDUCHAIN Agent Kit tools

9 of EDUCHAIN Agent Kit's 29 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control EDUCHAIN Agent Kit

PolicyLayer is an MCP gateway — it sits between your AI agents and EDUCHAIN Agent Kit, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "swap_edu_for_tokens": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Rate limit write operations
{
  "wrap_edu": {
    "limits": [
      {
        "counter": "wrap_edu_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "check_arbitrage_opportunities": {
    "limits": [
      {
        "counter": "check_arbitrage_opportunities_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register EDUCHAIN Agent Kit — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON EDUCHAIN AGENT KIT →

Free to start. No card required.

All 29 EDUCHAIN Agent Kit tools

READ 20 tools
Read check_arbitrage_opportunities Check for arbitrage opportunities between centralized exchanges and SailFish DEX Read get_24h_volume Get the 24-hour trading volume on SailFish DEX Read get_edu_balance Get the EDU balance of a wallet address Read get_external_market_config Get the current configuration for external market data API Read get_external_market_data Get external market data for EDU from centralized exchanges Read get_multiple_token_balances Get multiple token balances for a wallet address with USD values using SailFish as price oracle Read get_nft_balance Get the NFT balance of a wallet address for a specific NFT collection Read get_pool_historical_data Get historical data for a liquidity pool on SailFish DEX Read get_pool_info Get detailed information about a liquidity pool on SailFish DEX Read get_rpc_url Get the current RPC URL used for blockchain interactions Read get_swap_quote Get a quote for swapping tokens on SailFish DEX Read get_token_balance Get the token balance of a wallet address with USD value using SailFish as price oracle Read get_token_historical_data Get historical data for a token on SailFish DEX Read get_token_info Get detailed information about a token on SailFish DEX Read get_token_price Get the current price of a token on SailFish DEX Read get_top_pools Get a list of top liquidity pools by TVL on SailFish DEX Read get_top_tokens Get a list of top tokens by TVL on SailFish DEX Read get_total_tvl Get the total value locked (TVL) in SailFish DEX Read get_wallet_address_from_private_key Get wallet address from private key with proper checksum formatting Read get_wallet_overview Get an overview of a wallet including EDU, tokens, and NFTs

Questions about EDUCHAIN Agent Kit

Can an AI agent move money through the EDUCHAIN Agent Kit MCP server? +

Yes. The EDUCHAIN Agent Kit server exposes 4 financial tools including swap_edu_for_tokens, swap_tokens, swap_tokens_for_edu. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How do I prevent bulk modifications through EDUCHAIN Agent Kit? +

The EDUCHAIN Agent Kit server has 4 write tools including wrap_edu, send_erc20_token, set_rpc_url. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach EDUCHAIN Agent Kit.

How many tools does the EDUCHAIN Agent Kit MCP server expose? +

29 tools across 2 categories: Read, Write. 20 are read-only. 9 can modify, create, or delete data.

How do I enforce a policy on EDUCHAIN Agent Kit? +

Register the EDUCHAIN Agent Kit MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every EDUCHAIN Agent Kit tool call.

Deterministic rules across all 29 EDUCHAIN Agent Kit tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

29 EDUCHAIN Agent Kit tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.