
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@t2000/mcp
Advanced tools
MCP server for AI agent bank accounts on Sui — 16 tools, 5 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
npm i -g @t2000/cli # install
t2000 init # create wallet
t2000 config set maxPerTx 100 # set safeguards
t2000 mcp install # auto-configure Claude Desktop + Cursor
Restart your AI platform, then ask: "What's my t2000 balance?"
To remove: t2000 mcp uninstall
For other platforms, paste manually:
{ "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 1,764 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.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

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.