
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@t2000/mcp
Advanced tools
MCP server for AI agent bank accounts on Sui — 16 tools, 3 prompts, stdio transport
MCP server for AI agent bank accounts on Sui. Connect Claude Desktop, Cursor, or any MCP client to your t2000 agent.
16 tools · 3 prompts · stdio transport · safeguard enforced
# Install
npm i -g @t2000/cli
# Create wallet + configure safeguards
t2000 init
t2000 config set maxPerTx 100
t2000 config set maxDailySend 500
# Create session (saves PIN for MCP)
t2000 balance
# Start MCP server
t2000 mcp
Paste into your AI platform's MCP settings:
{ "mcpServers": { "t2000": { "command": "t2000", "args": ["mcp"] } } }
| Tool | Type | Description |
|---|---|---|
t2000_balance | read | Current balance |
t2000_address | read | Wallet address |
t2000_positions | read | Lending positions |
t2000_rates | read | Interest rates |
t2000_health | read | Health factor |
t2000_history | read | Transaction history |
t2000_earnings | read | Yield earnings |
t2000_send | write | Send USDC |
t2000_save | write | Deposit to savings |
t2000_withdraw | write | Withdraw from savings |
t2000_borrow | write | Borrow against collateral |
t2000_repay | write | Repay debt |
t2000_exchange | write | Swap assets |
t2000_rebalance | write | Optimize yield |
t2000_config | safety | View/set limits |
t2000_lock | safety | Emergency freeze |
import { startMcpServer } from '@t2000/mcp';
await startMcpServer({ keyPath: '/path/to/key' });
unlock is CLI-only — AI cannot circumvent a locked agentdryRun: true previews operations without signingMIT
FAQs
MCP server for Agent Wallets on Sui — 22 tools (balance, send, swap, pay, agent services, escrow jobs, …) + auto-registered skill prompts, stdio transport. Drop-in for Claude Desktop, Cursor, Windsurf, Cline, Continue, or any MCP-compatible client.
The npm package @t2000/mcp receives a total of 2,056 weekly downloads. As such, @t2000/mcp popularity was classified as popular.
We found that @t2000/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.