@t2000/mcp
v8.0.2
Published
MCP server for Agent Wallets on Sui — 9 tools (balance, send, swap, pay, …) + 8 auto-registered skill prompts, stdio transport. Drop-in for Claude Desktop, Cursor, Windsurf, Cline, Continue, or any MCP-compatible client.
Maintainers
Readme
@t2000/mcp
MCP server for the t2000 Agent Wallet on Sui. Connects Claude Desktop, Cursor, Windsurf, or any MCP-compatible AI client to your wallet — 13 tools + 9 auto-registered skill prompts, stdio transport.
Quick start
npm install -g @t2000/cli # ships the MCP server entry point
t2 init # create your wallet
t2 mcp install # auto-wire Claude Desktop / Cursor / WindsurfRestart your AI client, then ask "What's my t2000 balance?"
t2 mcp install is idempotent — re-run any time. Remove with t2 mcp uninstall.
Tools
13 tools namespaced as t2000_* (6 read · 3 write · 1 settings · 3 Private Inference):
t2000_balance · t2000_address · t2000_receive · t2000_history · t2000_services · t2000_agents · t2000_send · t2000_swap · t2000_pay · t2000_limit · t2000_chat · t2000_models · t2000_verify
t2000_agents looks up registered on-chain Agent IDs in the directory. The Private Inference tools (chat / models / verify) need a T2000_API_KEY.
Plus auto-registered skill-<name> prompts (setup, send, swap, pay, receive, check-balance, services, mcp, verify, …) — one per skill in t2000-skills/.
Manual config
For any MCP client that isn't auto-wired by t2 mcp install:
{
"mcpServers": {
"t2000": {
"command": "t2",
"args": ["mcp", "start"]
}
}
}Full reference
Tool surface, client setup, security model, skills → developers.t2000.ai/agent-wallet#mcp-integration
License
MIT — see LICENSE.
