@t2000/mcp 0.22.26 → 0.23.0
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 +2 -9
- package/dist/bin.js +60 -499
- package/dist/bin.js.map +1 -1
- package/dist/index.js +60 -499
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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
|
-
**
|
|
5
|
+
**Safeguard enforced · stdio transport**
|
|
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
|
|
|
@@ -34,7 +34,7 @@ For other platforms, paste manually:
|
|
|
34
34
|
| `t2000_address` | read | Wallet address |
|
|
35
35
|
| `t2000_positions` | read | Lending positions |
|
|
36
36
|
| `t2000_rates` | read | Best interest rates per asset |
|
|
37
|
-
| `t2000_all_rates` | read | Per-protocol rate comparison
|
|
37
|
+
| `t2000_all_rates` | read | Per-protocol rate comparison |
|
|
38
38
|
| `t2000_health` | read | Health factor |
|
|
39
39
|
| `t2000_history` | read | Transaction history |
|
|
40
40
|
| `t2000_earnings` | read | Yield earnings |
|
|
@@ -42,7 +42,6 @@ For other platforms, paste manually:
|
|
|
42
42
|
| `t2000_pending_rewards` | read | Pending protocol rewards |
|
|
43
43
|
| `t2000_deposit_info` | read | Deposit instructions |
|
|
44
44
|
| `t2000_contacts` | read | List saved contacts (name → address) |
|
|
45
|
-
| `t2000_portfolio` | read | Investment portfolio + P&L |
|
|
46
45
|
| `t2000_services` | read | Discover MPP services, endpoints, and prices |
|
|
47
46
|
| `t2000_pay` | write | Make a paid API request via MPP |
|
|
48
47
|
| `t2000_send` | write | Send USDC |
|
|
@@ -50,12 +49,6 @@ For other platforms, paste manually:
|
|
|
50
49
|
| `t2000_withdraw` | write | Withdraw from savings |
|
|
51
50
|
| `t2000_borrow` | write | Borrow against collateral |
|
|
52
51
|
| `t2000_repay` | write | Repay debt |
|
|
53
|
-
| `t2000_swap` | write | Swap assets |
|
|
54
|
-
| `t2000_rebalance` | write | Optimize yield |
|
|
55
|
-
| `t2000_invest` | write | Buy/sell investment assets; earn/unearn yield |
|
|
56
|
-
| `t2000_invest_rebalance` | write | Move earning positions to better-rate protocols |
|
|
57
|
-
| `t2000_strategy` | write | Investment strategies — list, buy, sell, status, rebalance, create, delete |
|
|
58
|
-
| `t2000_auto_invest` | write | DCA scheduling — setup, status, run, stop |
|
|
59
52
|
| `t2000_claim_rewards` | write | Claim protocol rewards and auto-convert to USDC |
|
|
60
53
|
| `t2000_contact_add` | write | Save a contact name → address |
|
|
61
54
|
| `t2000_contact_remove` | write | Remove a saved contact |
|