Odel
t2000

t2000

Local
@mission69b23TypeScriptMITUpdated 1w ago

MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@t2000/mcpv0.20.1

Run

npx -y @t2000/mcp

MCP client config

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