MCP server that exposes a t2000 Sui agent wallet to MCP clients, letting them inspect account data and perform actions like sending USDC, swapping tokens, staking, borrowing, and managing savings. It uses stdio transport and includes safeguard controls for transaction limits and emergency locking.
From the registry: MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport
$ npm i -g @t2000/cli$ t2000 initPlease install the `t2000` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install t2000 CLI** — Install the global CLI used to run the MCP server and setup commands. Run: `npm i -g @t2000/cli`
- **Initialize t2000 wallet and safeguards** — Run the one-time initialization to create your wallet, configure safeguards, and set up MCP integrations. Run: `t2000 init`
Canonical MCP server config (stdio transport):
- command: `t2000`
- args: ["mcp"]
Note: README states the server uses stdio transport. The simplest canonical MCP config is command `t2000` with args `["mcp"]`. No environment variables are documented for the CLI-based setup. The README also mentions `t2000 mcp install` and `t2000 mcp uninstall` for client-specific reconfiguration/removal, but those are helper commands rather than the canonical MCP command shape.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server integrating with Stripe - tools for customers, products, payments, and more.