@t2000/mcp 0.20.12 → 0.20.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  MCP server for AI agent bank accounts on Sui. Connect Claude Desktop, Cursor, or any MCP client to your t2000 agent.
4
4
 
5
- **23 tools · 15 prompts · stdio transport · safeguard enforced**
5
+ **33 tools · 20 prompts · stdio transport · safeguard enforced**
6
6
 
7
7
  > **New to t2000?** Run `t2000 init` — it creates your wallet, configures MCP for your AI platforms, and sets safeguards in one command.
8
8
 
@@ -29,13 +29,22 @@ For other platforms, paste manually:
29
29
 
30
30
  | Tool | Type | Description |
31
31
  |------|------|-------------|
32
+ | `t2000_overview` | read | Complete account snapshot in one call |
32
33
  | `t2000_balance` | read | Current balance |
33
34
  | `t2000_address` | read | Wallet address |
34
35
  | `t2000_positions` | read | Lending positions |
35
- | `t2000_rates` | read | Interest rates |
36
+ | `t2000_rates` | read | Best interest rates per asset |
37
+ | `t2000_all_rates` | read | Per-protocol rate comparison (NAVI vs Suilend) |
36
38
  | `t2000_health` | read | Health factor |
37
39
  | `t2000_history` | read | Transaction history |
38
40
  | `t2000_earnings` | read | Yield earnings |
41
+ | `t2000_fund_status` | read | Savings fund status |
42
+ | `t2000_pending_rewards` | read | Pending protocol rewards |
43
+ | `t2000_deposit_info` | read | Deposit instructions |
44
+ | `t2000_sentinel_list` | read | List active sentinels with prize pools |
45
+ | `t2000_sentinel_info` | read | Sentinel details — model, prompt, history |
46
+ | `t2000_contacts` | read | List saved contacts (name → address) |
47
+ | `t2000_portfolio` | read | Investment portfolio + P&L |
39
48
  | `t2000_send` | write | Send USDC |
40
49
  | `t2000_save` | write | Deposit to savings |
41
50
  | `t2000_withdraw` | write | Withdraw from savings |
@@ -43,13 +52,14 @@ For other platforms, paste manually:
43
52
  | `t2000_repay` | write | Repay debt |
44
53
  | `t2000_exchange` | write | Swap assets |
45
54
  | `t2000_rebalance` | write | Optimize yield |
46
- | `t2000_invest` | write | Buy/sell investment assets; earn/unearn yield on SUI, ETH, BTC, GOLD |
55
+ | `t2000_invest` | write | Buy/sell investment assets; earn/unearn yield |
47
56
  | `t2000_invest_rebalance` | write | Move earning positions to better-rate protocols |
48
- | `t2000_contacts` | read | List saved contacts (name address) |
49
- | `t2000_portfolio` | read | Investment portfolio + P&L |
50
- | `t2000_strategy` | write | Investment strategies — list, buy (PTB), sell, status, rebalance, create, delete |
57
+ | `t2000_strategy` | write | Investment strategies list, buy, sell, status, rebalance, create, delete |
51
58
  | `t2000_auto_invest` | write | DCA scheduling — setup, status, run, stop |
52
59
  | `t2000_claim_rewards` | write | Claim protocol rewards and auto-convert to USDC |
60
+ | `t2000_sentinel_attack` | write | Attack a sentinel to win its prize pool |
61
+ | `t2000_contact_add` | write | Save a contact name → address |
62
+ | `t2000_contact_remove` | write | Remove a saved contact |
53
63
  | `t2000_config` | safety | View/set limits |
54
64
  | `t2000_lock` | safety | Emergency freeze |
55
65