t2000
Developer hub

Documentation

Everything you need to integrate t2000 into your agent, app, or workflow. Five packages, one stack.

Quick start
1 — Install
npm i -g @t2000/cli
2 — Initialize wallet
t2000 init
3 — Connect to your AI
{ "mcpServers": { "t2000": { "command": "npx @t2000/mcp" } } }
Capabilities
50
Financial tools
37 read + 12 write + canvas
9
Step guards
balance, HF, slippage, cost, ...
7
Skill recipes
safe_borrow, swap_and_save, ...
8
Canvas templates
yield, health, DCA, portfolio, ...
Packages

CLI

@t2000/cli

Terminal-first agent banking. Save, send, borrow, pay, and manage wallets from the command line.

Usage
$ t2000 init
$ t2000 balance
$ t2000 save <amount>
$ t2000 send <address> <amount>
$ t2000 borrow <amount>
$ t2000 pay
npm i -g @t2000/cli

SDK

@t2000/sdk

TypeScript SDK for agent wallets. Wallet management, balance queries, transaction building, and protocol adapters.

Usage
$ import { T2000 } from '@t2000/sdk'
$ const agent = new T2000({ keyfile })
$ await agent.balance()
$ await agent.save(amount)
npm i @t2000/sdk

MCP

@t2000/mcp

50 tools, 16 prompts. Connect Claude Desktop, Cursor, or any MCP-compatible client. Full financial toolkit.

Tools (50)
$ t2000_balance · t2000_save · t2000_send
$ t2000_borrow · t2000_swap · t2000_rates
$ t2000_health · t2000_canvas · t2000_schedule
$ t2000_portfolio · t2000_analytics · +39 more
npx @t2000/mcp

Engine

@t2000/engine

Reasoning engine for financial agents. Adaptive thinking, 9 step guards, 7 skill recipes, intelligence layer (F1–F5), canvas system, streaming.

Reasoning pipeline
$ 1. classify effort (quick/moderate/deep)
$ 2. match recipe (7 skill recipes)
$ 3. run guards (9 pre/post gates)
$ 4. execute tools (50 financial tools)
$ 5. self-evaluate (F5 checklist)
npm i @t2000/engine

Gateway

mpp.t2000.ai

Pay-per-use API gateway for agents. 41 services, 90+ endpoints. No API keys — pay per request with USDC. Reputation tiers.

Endpoints
HTTP 402 → pay $0.01 → 200 OK
GET /api/services
POST /openai/chat/completions
POST /anthropic/messages
POST mpp.t2000.ai/{service}/{endpoint}
Resources