mission69b/t2000

๐Ÿ’ฐ Finance & Fintech
0 Views
0 Installs

๐Ÿ“‡ โ˜๏ธ - Non-custodial DeFi banking for AI agents on Sui. 35 tools, 20 prompts for save, borrow, invest, exchange, send, pay โ€” with auto yield optimization across NAVI, Suilend, and Cetus.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "mission69b-t2000": {
      "command": "npx",
      "args": [
        "-y",
        "mission69b-t2000"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

t2000

The agentic stack for stablecoins on Sui.

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 MCP server Listed on Awesome MPP


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. Five packages, one repo.

The stack

ProductnpmWhat it gives you
Agent Wallet@t2000/cli + @t2000/mcp + skillsA 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, mppxPay 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/idOn-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/sdkTypeScript 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
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.

Repository

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
โ”‚   โ””โ”€โ”€ serve/            @t2000/serve โ€” merchant-side x402 router
โ”‚
โ”œโ”€โ”€ apps/
โ”‚   โ”œโ”€โ”€ web/              t2000.ai โ€” marketing site + skills routes
โ”‚   โ”œโ”€โ”€ docs/             developers.t2000.ai โ€” Mintlify developer docs
โ”‚   โ”œโ”€โ”€ gateway/          mpp.t2000.ai โ€” x402 gateway (the live paid-API catalog)
โ”‚   โ””โ”€โ”€ verify/           verify.t2000.ai โ€” public confidential-receipt explorer + verify hub
โ”‚
โ””โ”€โ”€ 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 + MCP + programmatic all obey one gate.
  • 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

Related MCP Servers

@agentfund/mcp

๐Ÿ“‡ โ˜๏ธ - Fundraising infrastructure for AI agents on Solana โ€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agentregistry, escrow, reputation). npx -y @agentfund/mcp

๐Ÿ’ฐ Finance & Fintech1 views
@asterpay/mcp-server

๐Ÿ“‡ โ˜๏ธ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics โ€” pay-per-call in USDC on Base. SEPA Instant EUR off-ramp.

๐Ÿ’ฐ Finance & Fintech1 views
@czagents/cnb

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Czech National Bank (ฤŒNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm @czagents/cnb or HTTP at cnb.cz-agents.dev/mcp.

๐Ÿ’ฐ Finance & Fintech1 views
@arbitova/mcp-server

๐Ÿ“‡ โ˜๏ธ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. npx @arbitova/mcp-server

๐Ÿ’ฐ Finance & Fintech0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.