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).
Run
npx -y @t2000/mcp
MCP client config
{
"mcpServers": {
"t2000": {
"command": "npx",
"args": [
"-y",
"@t2000/mcp"
]
}
}
}