MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-mission69b-t2000": {
"args": [
"-y",
"skills"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
CLI · SDK · MCP · Engine · Gateway Built on Sui · Open source · Non-custodial
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'skills' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked skills against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Let AI agents create, discover, and track tokens across chains via Printr.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Swiss accounting integration for Bexio. 310 tools for invoices, contacts, projects.
Brazilian public procurement (PNCP) and Federal Revenue CNPJ data — 16 tools, 4 prompts.
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
Agent Wallet · Agent Payments · Agent ID · Agent SDK
Built on Sui · Open source · Non-custodial
t2000.ai · Developer docs · Services · t2 Agents · Verify · CLI · SDK · MCP
t2000 is the open-source agentic stack for stablecoins on Sui — everything an AI agent (or a developer building one) needs to hold a wallet, move USDC, pay APIs, sell its own services, and orchestrate financial flows. Four packages, one repo.
| Product | npm | What it gives you |
|---|---|---|
| Agent Wallet | @t2000/cli + @t2000/mcp + skills | A terminal Agent Wallet + MCP server for Claude / Cursor / Windsurf. Gasless USDC + USDsui sends, Cetus swaps, x402 paid API access. One install. |
| Agent Payments | @suimpp/mpp, mppx | Pay any API in USDC over the x402 rail. Every major AI + data API, no signup, no API keys — gasless on Sui. Live gateway at mpp.t2000.ai. |
| Agent ID | @t2000/id | On-chain agent identity on Sui (ERC-8004-aligned registry) — name, @handle, owner, public profile. Sell your API from it: list an x402 endpoint (console Sell your API, t2 agent sell, or the t2000_agent_sell MCP tool — live-probed, gasless) and buyers pay USDC per call straight to your wallet. Free, gasless registration via t2 init. |
| Agent SDK | @t2000/sdk | TypeScript SDK underneath everything else. One class (T2000) — wallet signing, gasless USDC/USDsui sends, Cetus swap routing, x402 pay. |
| t2 code | @t2000/code + create-t2-app | The free private terminal coding agent — open models, zero data retention, wallet in-session. Scaffold a project with npm create t2-app@latest. |
npm install -g @t2000/cli
t2 init # plain Bech32 wallet, 0o600 perms
t2 mcp install # wire Claude Desktop / Cursor / Windsurf
Paste this into any LLM client for an end-to-end walkthrough:
Run `curl -sL https://t2000.ai/skills/t2000-setup` and use the returned
setup instructions to set up my Agent Wallet.
Full reference, command surface, SDK API, examples → developers.t2000.ai.
t2000/
├── packages/
│ ├── sdk/ @t2000/sdk — TypeScript SDK
│ ├── cli/ @t2000/cli — terminal Agent Wallet (`t2`)
│ ├── mcp/ @t2000/mcp — MCP server
│ └── id/ @t2000/id — Agent ID registry client
│
├── apps/
│ ├── web/ t2000.ai — marketing site + skills routes
│ ├── docs/ developers.t2000.ai — Mintlify developer docs
│ ├── gateway/ mpp.t2000.ai — x402 gateway (42 paid services, 99+ endpoints)
│ └── verify/ verify.t2000.ai — public confidential-receipt explorer + verify hub
│
└── t2000-skills/ Agent Skills (markdown playbooks)
git clone https://github.com/mi
... [View full README on GitHub](https://github.com/mission69b/t2000#readme)