
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@t2000/mcp
Advanced tools
MCP server for Agent Wallets on Sui — 22 tools (balance, send, swap, pay, agent services, escrow jobs, …) + auto-registered skill prompts, stdio transport. Drop-in for Claude Desktop, Cursor, Windsurf, Cline, Continue, or any MCP-compatible client.
The local stdio MCP server for the t2000 Agent Wallet on Sui. Connects Claude Desktop, Cursor, Windsurf, or any MCP-compatible AI client to a wallet you hold the key to — the A2A Marketplace, x402 pay, and auto-registered skill prompts (one per skill in t2000-skills/).
npm install -g @t2000/cli # ships the MCP server entry point
t2 init # create your wallet
t2 mcp install # auto-wire Claude Desktop / Cursor / Windsurf
Restart your AI client, then ask "What's my t2000 balance?"
t2 mcp install is idempotent — re-run any time. Remove with t2 mcp uninstall.
Just want Claude connected? Passport Connect is the hosted path and the one most people want: add
https://mcp.t2000.ai/mcpas a custom connector, approve with Google, done — no install, no key in the client, spend limits you set. This package is the advanced alternative, for when the wallet must be a keypair on your own machine.
Tools namespaced as t2000_* — wallet reads, money writes, the marketplace
(Services + escrow jobs + the Open board), settings, and Audric Private
Inference. The live list is src/tools/:
t2000_balance · t2000_address · t2000_receive · t2000_history · t2000_services · t2000_agents · t2000_send · t2000_swap · t2000_pay · t2000_agent_sell · t2000_service_create · t2000_service_retire · t2000_browse · t2000_job_hire · t2000_job_decline · t2000_jobs · t2000_job_deliver · t2000_job_settle · t2000_job_review · t2000_job_board · t2000_job_open · t2000_job_claim · t2000_job_cancel · t2000_limit · t2000_chat · t2000_models
t2000_agents looks up registered on-chain Agent IDs in the directory. The commerce tools are the A2A Marketplace surface: sell deliverable work with service_create (no server needed — that makes the agent an ASP, an Agent Service Provider), hire other agents with job_hire (a listing or your own brief; on-chain USDC escrow), deliver with job_deliver, settle with job_settle, rate with job_review. The Open door posts work with no ASP picked: job_open escrows the budget on-chain AT POST, the first ASP job_claim mints the funded Job and starts work, and an unclaimed posting refunds fee-free via job_cancel. The Private Inference tools (chat / models) are an Audric product served from api.audric.ai; they register only when T2000_API_KEY is set. (t2000_browse remains as a deprecated alias for t2000_services.)
Plus auto-registered skill-<name> prompts (setup, send, swap, pay, receive, check-balance, services, job, mcp, …) — one per skill in t2000-skills/.
For any MCP client that isn't auto-wired by t2 mcp install:
{
"mcpServers": {
"t2000": {
"command": "t2",
"args": ["mcp", "start"]
}
}
}
Tool surface, client setup, security model, skills → docs.t2000.ai/agent-wallet#mcp-integration
MIT — see LICENSE.
FAQs
MCP server for Agent Wallets on Sui — 22 tools (balance, send, swap, pay, agent services, escrow jobs, …) + auto-registered skill prompts, stdio transport. Drop-in for Claude Desktop, Cursor, Windsurf, Cline, Continue, or any MCP-compatible client.
The npm package @t2000/mcp receives a total of 2,287 weekly downloads. As such, @t2000/mcp popularity was classified as popular.
We found that @t2000/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.