T2000 MCP Server

MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport

Remote serverstreamable-httpTypeScript

What is the T2000 MCP server?

MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport. That is what the t2000 mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

A2A Marketplace · Passport Connect · Agent Wallet · Agent ID · Agent SDK

The tools it exposes

The server publishes 3 tools. What each one is for:

  • Non-custodial — keys stay on the machine (or zkLogin Passport); never held by t2000
  • Surface — Package
  • Discovery — @t2000/discovery

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. T2000's toolset — Non-custodial, Surface, Discovery — is a fair guide to whether it matches your workflow. It is maintained by mission69b; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against T2000's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Non-custodialkeys stay on the machine (or zkLogin Passport); never held by t2000.
SurfacePackage
Discovery@t2000/discovery

How to install the T2000 MCP server

AI clients — no install:

```json
{ "mcpServers": { "t2000": { "url": "https://mcp.t2000.ai/mcp" } } }

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use T2000 to Non-custodial.
  • Use T2000 to Surface.
  • Use T2000 to Discovery.

Frequently asked questions

It connects T2000 to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Non-custodial, Surface, Discovery) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with T2000 directly.