MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport
{
"mcpServers": {
"io-github-mission69b-t2000": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 0 days ago. 13 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.mission69b/t2000 and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
t2000
CLI · SDK · MCP · Engine · Gateway
Built on Sui · Open source · Non-custodial
t2000.ai · Audric · Docs · CLI · SDK · MPP · Services · MCP
t2000 is the infrastructure that powers Audric — conversational finance on Sui. Five packages give AI agents (and developers) everything they need to save, pay, send, borrow, and receive USDC.
const agent = await T2000.create({ pin: process.env.T2000_PIN });
await agent.send({ to: '0x...', amount: 50 });
await agent.save({ amount: 100 }); // earn ~2–8% APY (auto-selects best rate)
await agent.borrow({ amount: 20 }); // borrow against savings
await agent.repay({ amount: 20 }); // repay debt
await agent.withdraw({ amount: 50 }); // always returns USDC
await agent.swap({ from: 'SUI', to: 'USDC', amount: 10 }); // 20+ DEX routing
await agent.stakeVSui({ amount: 5 }); // liquid staking → vSUI (~3-5% APY)
| Package | Description | Install |
|---------|-------------|---------|
| @t2000/sdk | TypeScript SDK — core library | npm install @t2000/sdk |
| @t2000/engine | Agent engine — QueryEngine, financial tools, MCP client/server | npm install @t2000/engine |
| @t2000/cli | Terminal bank account + HTTP API | npm install -g @t2000/cli |
| @t2000/mcp | MCP server for Claude Desktop, Cursor, Windsurf | Included with CLI |
| @suimpp/mpp | MPP payment client (Sui USDC) | npm install @suimpp/mpp |
suimpp.dev → Protocol (Sui MPP standard, ecosystem, registry)
t2000.ai → Infrastructure (CLI, SDK, MCP, engine, gateway)
audric.ai → Consumer product (app, conversational banking)
All npm packages (@t2000/cli, @t2000/sdk, @t2000/mcp, @t2000/engine), the GitHub repo, and gateway domain stay as t2000. Audric is the consumer-facing brand.
npm install -g @t2000/cli # Install
t2000 init # Wallet + MCP + safeguards — one command
Use the CLI directly or connect your AI via MCP:
t2000 balance # Check balance
t2000 send 10 USDC to 0x... # Send USDC
t2000 save all # Earn yield on idle funds
t2000 pay https://api.example.com # Pay for MPP-protected APIs
t2000 wraps financial primitives into a single interface:
| Feature | What it does | How | |---------|-------------|-----| | Checking | Send and receive USDC | Direct Sui transfers | | Savings | Earn ~2–8% APY on idle funds | NAVI (MCP reads + thin tx builders) | | Credit | Borrow USDC against savings | NAVI collateralized loans | | Swap | Trade any token pair on Sui | Cetus Aggregator V3 (20+ DEXs) | | Liquid Staking | Stake SUI for vSUI (~3-5% APY) | VOLO (thin tx builders) | | Payments (MPP) | Pay for API resources with USDC | @suimpp/mpp + MPP Gateway | | Market Data | Token prices, yields, TVL, protocol info | DefiLlama (free REST API)