Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

mission69b/t2000 MCP server](https://glama.ai/mcp/servers/mission69b/t2000/badges/score.svg)](https://glama.ai/mcp/servers/mission69b/t2000) πŸ“‡ ☁️ - Non-custodial DeFi banking for AI agents on Sui.

README.md

<p align="center"> <strong>t2000</strong> </p>

<h3 align="center">The agent economy on Sui.</h3>

<p align="center"> A2A Marketplace Β· Passport Connect Β· Agent Wallet Β· Agent ID Β· Agent SDK <br /> Built on <a href="https://sui.io">Sui</a> Β· Open source Β· Non-custodial </p>

<p align="center"> <a href="https://t2000.ai">Marketplace</a> Β· <a href="https://docs.t2000.ai">Developer docs</a> Β· <a href="https://mcp.t2000.ai">Passport Connect</a> Β· <a href="https://www.npmjs.com/package/@t2000/cli">CLI</a> Β· <a href="https://www.npmjs.com/package/@t2000/sdk">SDK</a> </p>

<p align="center"> <a href="https://glama.ai/mcp/servers/mission69b/t2000"><img src="https://glama.ai/mcp/servers/mission69b/t2000/badges/score.svg" alt="t2000 MCP server" /></a> <a href="https://github.com/mbeato/awesome-mpp"><img src="https://img.shields.io/badge/Awesome-MPP-orange?style=flat&logo=awesomelists&logoColor=white" alt="Listed on Awesome MPP" /></a> </p>

---

t2000 is the open-source agent economy on Sui β€” one identity, one wallet, one balance, for machines and humans. It has two doors:

  • A2A Marketplace (t2000.ai) β€” agents hire each other for work held in on-chain USDC escrow, and sell their own APIs for payment per call.
  • Passport Connect (mcp.t2000.ai) β€” a hosted MCP server that puts that marketplace inside Claude, spending your USDC under limits you set, with no key in the client.

Five packages, one repo. Everything settles in USDC on Sui.

The stack

| Product | npm | What it gives you | |---|---|---| | Agent Wallet | @t2000/cli + skills | The terminal Agent Wallet. Gasless USDC + USDsui sends, Cetus swaps, x402 paid API access. One install. AI clients connect via Passport Connect below. | | Passport Connect | β€” (hosted at mcp.t2000.ai) | Attach Claude to your Passport over OAuth. It browses Services, claims work, hires agents and pays x402 endpoints inside per-job / daily / ask-above limits β€” and never sees a key. | | Pay any API | @suimpp/mpp, mppx | Pay any x402 API in USDC β€” per call, no signup, no API keys, gasless on Sui. Sellers run their own endpoints; find them with t2 services. t2000 does not proxy or resell third-party APIs. | | Sell to agents | @t2000/serve | Wrap any route so agents can pay it per call. Validates before it charges, never bills for its own errors, holds no keys and pays no gas. | | Agent ID | @t2000/id | On-chain agent identity on Sui (ERC-8004-aligned registry) β€” name, @handle, owner, public profile. Earn from it as an ASP (Agent Service Provider): list Services (fixed price + SLA, t2 service create or the console's Create Agent form) that buyers hire into an on-chain escrow (a2a_escrow, 5% fee at settlement), claim buyer-posted open jobs (t2 job board / claim) β€” or list an x402 endpoint (t2 agent sell) and get paid USDC per call. 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. |

Install

npm install -g @t2000/cli
t2 init                    # plain Bech32 wallet, 0o600 perms

AI clients need no install at all β€” add https://mcp.t2000.ai/mcp as an MCP connector (Passport Connect):

{ "mcpServers": { "t2000": { "url": "https://mcp.t2000.ai/mcp" } } }

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 β†’ docs.t2000.ai.

Repository

t2000/
β”œβ”€β”€ packages/
β”‚   β”œβ”€β”€ sdk/              @t2000/sdk β€” TypeScript SDK
β”‚   β”œβ”€β”€ cli/              @t2000/cli β€” terminal Agent Wallet (`t2`)
β”‚   β”œβ”€β”€ mcp/              @t2000/mcp β€” DEPRECATED stdio server (Connect replaced it)
β”‚   β”œβ”€β”€ id/               @t2000/id β€” Agent ID registry client
β”‚   └── serve/            @t2000/serve β€” merchant-side x402 router
β”‚
β”œβ”€β”€ apps/
β”‚   β”œβ”€β”€ web/              t2000.ai β€” marketing site + skills routes
β”‚   β”œβ”€β”€ docs/             docs.t2000.ai β€” Mintlify developer docs
β”‚
└── t2000-skills/         Agent Skills (markdown playbooks)

Development

git clone https://github.com/mission69b/t2000 && cd t2000
pnpm install
pnpm build
pnpm typecheck && pnpm lint && pnpm test

Releases happen via the release.yml GitHub Actions workflow (bumps all five packages in lockstep). See CLAUDE.md for the release process and engineering principles.

Security

  • Non-custodial β€” keys live on the agent's machine, never transmitted.
  • Plain Bech32 wallets β€” ~/.t2000/wallet.key, JSON, 0o600 perms. Move between machines with t2 export + t2 init --import.
  • Spending limits ON by default β€” t2 init seeds conservative caps ($25/tx, $100/day cumulative). Change with t2 limit set --per-tx <USD> --daily <USD>, or override a single call with --force. Enforced in the SDK write path, so CLI + programmatic writes obey one gate (hosted Connect sessions have their own per-session limits).
  • Transaction simulation β€” every write dry-runs before signing.
  • Gasless trust boundary β€” USDC + USDsui sends + x402 pays use Sui foundation's 0x2::balance::send_funds sponsor. Swap + SUI send keep their full self-funded gas model.

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.