npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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.

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.

npm @t2000/mcp npm @t2000/cli docs license

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 / 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.

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.