mcpbeat Sign in

T2000 MCP Server

by mission69b Your server? Claim it
local only

T2000 runs on your own machine — the client starts it, so there is no endpoint to ping. 1 156 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 1 057 · avg 109 · +1811% w/w
a month agotoday
1 156
Installs / week
npm · @t2000/mcp
23
Stars
1 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command packages/cli/src/commands/job.ts:117
  const m = /^(\d+(?:\.\d+)?)([mhd]?)$/.exec(input.trim());

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add t2000 -- npx -y @t2000/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "t2000": {
      "args": [
        "-y",
        "@t2000/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.t2000]
command = "npx"
args = ["-y", "@t2000/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "t2000": {
      "args": [
        "-y",
        "@t2000/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "t2000": {
      "args": [
        "-y",
        "@t2000/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to T2000

same job, measured the same way
Serial MCP
by qarnet

MCP server for serial port communication. 25 tools, resources, prompts, and stdio/HTTP transports.

local only
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering
ROOT MCP Server
by omazapa

ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).

local only
UI MCP
by forge-space

Forge Space MCP server for UI and backend generation via stdio transport.

96 installs/wk local only
Next Devtools MCP
by vercel

Next.js development tools MCP server with stdio transport

101 037 installs/wk local only
Weeek MCP
by yolkins

Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.

44 installs/wk local only
Janusmcp
by bayway

Multi-account tool broker for AI agents — CLI and MCP.

129 installs/wk local only
Open Banking (open-banking.io)
by open-banking-io

Read-only MCP server for the open-banking.io PSD2 bank API — accounts, balances, transactions.

local only

T2000 — questions

Answers built from our own checks of this server.

Why is there no uptime for T2000?
T2000 runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @t2000/mcp was installed 1 156 times last week.
How do I connect T2000?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @t2000/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use T2000?
The npm package @t2000/mcp was installed 1 156 times in the last week. Week over week that is +1811%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is T2000 open source?
Yes — it is published under the MIT licence, written in TypeScript, 23 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.