t2000-mcp
SKILL.md
t2000: MCP Server
Purpose
Connect Claude Desktop, Cursor, or any MCP client to a t2000 agent bank account. 17 tools, 5 prompts, stdio transport, safeguard enforced.
Setup
# 1. Install + create wallet
npm i -g @t2000/cli && t2000 init
# 2. Configure safeguards (required before MCP starts)
t2000 config set maxPerTx 100
t2000 config set maxDailySend 500
# 3. Create session (saves PIN for MCP reuse)
t2000 balance
# 4. Start MCP server
t2000 mcp
Platform Config
Paste into your AI platform's MCP settings:
{ "mcpServers": { "t2000": { "command": "t2000", "args": ["mcp"] } } }
Available Tools (17)
Read-only (8)
| Tool | Description |
|---|---|
t2000_balance |
Current balance |
t2000_address |
Wallet address |
t2000_positions |
Lending positions |
t2000_rates |
Interest rates |
t2000_health |
Health factor |
t2000_history |
Transaction history |
t2000_earnings |
Yield earnings |
t2000_contacts |
List saved contacts (name → address) |
State-changing (7)
All support dryRun: true for previews without signing.
| Tool | Description |
|---|---|
t2000_send |
Send USDC |
t2000_save |
Deposit to savings |
t2000_withdraw |
Withdraw from savings |
t2000_borrow |
Borrow against collateral |
t2000_repay |
Repay debt |
t2000_exchange |
Swap assets |
t2000_rebalance |
Optimize yield |
Safety (2)
| Tool | Description |
|---|---|
t2000_config |
View/set limits |
t2000_lock |
Emergency freeze |
Prompts (5)
| Prompt | Description |
|---|---|
financial-report |
Full financial summary |
optimize-yield |
Yield optimization analysis |
send-money |
Guided send with preview |
Security
- Safeguard gate: server refuses to start without configured limits
unlockis CLI-only — AI cannot circumvent a locked agentdryRun: truepreviews operations before signing- Local-only stdio transport — key never leaves the machine
Weekly Installs
1
Repository
mission69b/t2000-skillsFirst Seen
5 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1