MCP Directory

mission69b/t2000

GitHub
Productivity

Non-custodial DeFi banking for AI agents on Sui. 35 tools, 20 prompts for save, borrow, invest, exchange, send, pay — with auto yield optimization across NAVI, Suilend, and Cetus.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y t2000

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from mission69b/t2000 your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "t2000": {
      "command": "npx",
      "args": [
        "-y",
        "t2000"
      ]
    }
  }
}

Route mission69b/t2000 intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add t2000

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use mission69b/t2000 directly without routing

npx -y t2000

New to Agent-CoreX? View setup guide →

mission69b/t2000 MCP Server — Agent-CoreX