🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@t2000/mcp

Package Overview
Dependencies
Maintainers
1
Versions
513
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@t2000/mcp

MCP server for AI agent bank accounts on Sui — 16 tools, 5 prompts, stdio transport

Source
npmnpm
Version
0.12.2
Version published
Weekly downloads
2.8K
-13.84%
Maintainers
1
Weekly downloads
 
Created
Source

@t2000/mcp

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

Quick Start

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"] } } }

Tools

ToolTypeDescription
t2000_balancereadCurrent balance
t2000_addressreadWallet address
t2000_positionsreadLending positions
t2000_ratesreadInterest rates
t2000_healthreadHealth factor
t2000_historyreadTransaction history
t2000_earningsreadYield earnings
t2000_sendwriteSend USDC
t2000_savewriteDeposit to savings
t2000_withdrawwriteWithdraw from savings
t2000_borrowwriteBorrow against collateral
t2000_repaywriteRepay debt
t2000_exchangewriteSwap assets
t2000_rebalancewriteOptimize yield
t2000_configsafetyView/set limits
t2000_locksafetyEmergency freeze

Programmatic Usage

import { startMcpServer } from '@t2000/mcp';

await startMcpServer({ keyPath: '/path/to/key' });

Security

  • Safeguard gate prevents starting without configured limits
  • Per-transaction and daily send caps enforced on all state-changing tools
  • unlock is CLI-only — AI cannot circumvent a locked agent
  • dryRun: true previews operations without signing
  • stdio transport — private key never leaves the machine

License

MIT

Keywords

mcp

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

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.

Install

Related posts