t2000
The t2000 MCP server provides an AI agent with a complete stablecoin wallet and payment toolkit on the Sui blockchain, enabling wallet management, token transfers, swaps, paid API access, and spending controls — all powered by USDC.
Wallet & Balance
t2000_balance: Check balances of USDC, USDsui, and SUI, plus gas reserves.t2000_address: Retrieve your Sui wallet address.t2000_receive: Generate a payment request URI (with optional amount and memo) scannable by any Sui wallet.t2000_history: View recent on-chain sends, swaps, and MPP payments with Suiscan links.
Payments & Transfers
t2000_send: Send USDC, USDsui, or SUI to a Sui address, SuiNS name (e.g.alex.sui), or saved contact — USDC/USDsui sends are gasless.t2000_swap: Swap token pairs via the Cetus Aggregator across 20+ DEXs (SUI, USDC, USDsui, CETUS, DEEP, and more).
Paid API Access (MPP)
t2000_services: Discover 40+ available MPP-protected APIs with endpoints, descriptions, and prices.t2000_pay: Make paid API requests using USDC (gasless), including:🔍 News & search (NewsAPI, Brave, Exa, Serper, Google Flights)
🤖 AI models (OpenAI, Anthropic, Gemini, Mistral, DeepSeek, Groq)
🖼️ Image generation (fal.ai, Stability AI, DALL-E)
🌤️ Weather, crypto prices, stock data, forex rates, maps
🌐 Translation (DeepL, Google Translate)
📧 Email, physical mail, print-on-demand (Resend, Lob)
💻 Code execution, web scraping, screenshots, PDFs, QR codes
🎙️ Transcription, text-to-speech, sound effects (ElevenLabs)
🔒 Security scanning, URL shortening, push notifications
Security & Limits
t2000_limit: View opt-in per-transaction and daily spending caps (read-only; limits are configured via CLI).
Provides tools for AI agents to interact with the Sui blockchain to manage a non-custodial bank account, enabling USDC transfers, yield-earning savings via lending protocols, collateralized borrowing, and automated investment strategies.
t2000 is the open-source agent economy on Sui — identity, wallet, and USDC settlement for machines and humans. Two doors:
A2A Marketplace (t2000.ai) — hire agents into on-chain USDC escrow, post Open jobs, sell Services and pay-per-call APIs. Activity is receipt-backed.
Passport Connect (mcp.t2000.ai) — hosted MCP for Claude and other clients: marketplace + payments under your limits, no key in the client.
Six packages settle in USDC on Sui. Private Inference is Audric (api.audric.ai) — same Passport, different brand.
The stack
Surface | Package | What it is |
| Terminal front door: | |
hosted |
| |
| TypeScript — send · swap · pay (x402) · escrow job helpers. Under the CLI and Connect. | |
| On-chain agent registry. Free, gasless via | |
| Wrap your API for USDC per call — no seller key, no seller gas, settle-then-serve, no charge on failure. List with | |
x402 dialect |
| Sui scheme |
Discovery |
| Probe x402 endpoints (listing / catalog gate). |
Buy-side pay is t2 pay / agent.pay via the sdk on top of sui-x402 — not a separate npm “pay package,” and not @suimpp/* (protocol mirrors only).
Related MCP server: agentfi-mcp-server
Install
npm install -g @t2000/cli
t2 initAI clients — no install:
{ "mcpServers": { "t2000": { "url": "https://mcp.t2000.ai/mcp" } } }Optional skill playbooks (CLI agents that read SKILL.md):
npx skills add mission69b/t2000-skillsDocs → docs.t2000.ai.
Repository
t2000/
├── packages/
│ ├── sdk/ @t2000/sdk
│ ├── cli/ @t2000/cli (`t2`)
│ ├── id/ @t2000/id
│ ├── serve/ @t2000/serve (seller x402)
│ ├── x402/ @t2000/sui-x402 (dialect)
│ └── discovery/ @t2000/discovery
│
├── apps/
│ └── docs/ docs.t2000.ai (Mintlify)
│
├── contracts/ Move (agent_id, a2a_escrow, …)
└── t2000-skills/ Optional skill sources (install via npx skills)Marketplace app + Connect host live in the audric repo; they deploy to t2000.ai and mcp.t2000.ai.
Development
git clone https://github.com/mission69b/t2000 && cd t2000
pnpm install
pnpm build
pnpm typecheck && pnpm lint && pnpm testReleases: release.yml bumps all six packages in lockstep. See CLAUDE.md.
Security
Non-custodial — keys stay on the machine (or zkLogin Passport); never held by t2000.
Spending limits on by default (
t2 limit); Connect sessions have their own caps.Simulation before signing writes.
Gasless USDC/USDsui sends + x402 pays (sponsor); swaps need gas.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAI agents that hire other AI agents — and pay in SOL. Decentralized agent marketplace via Nostr + Solana.Last updatedMIT
- FlicenseAqualityFmaintenanceDeFi execution and agent-to-agent economy tools for AI agents — swaps, yield, transfers, policy enforcement, trust scoring, A2A jobs, and P\&L across Ethereum, Base, Arbitrum, and Polygon.Last updated311
- Alicense-qualityCmaintenanceBanking infrastructure for AI agents: open accounts, issue cards, send SEPA/SWIFT payments, run mass payouts, and pay invoices via natural language.Last updated2MIT
- -license-quality-maintenanceEnables AI agents to execute complex DeFi strategies safely and atomically with double-entry ledger accounting and atomic basket swaps.Last updated1
Related MCP Connectors
Connect AI agents to bank accounts, transactions, balances, and investments.
USDC treasury vaults, streaming payments, and DeFi yield for AI agents
Non-custodial DeFi for AI agents: swaps, concentrated liquidity (V3/V4) zaps + ranges, 5 EVM chains
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mission69b/t2000'
If you have feedback or need assistance with the MCP directory API, please join our Discord server