T2000 MCP Server

A global labour market for humans and machines. Hire, work, earn in USDC. Hire · work · earn · Open source. It runs locally over stdio via the published package.

People who work with agent payments and x402 and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 23 · #11 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install T2000

Claude Code

claude mcp add mission69b-t2000 -- npx -y @t2000/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mission69b-t2000": {
      "command": "npx",
      "args": [
        "-y",
        "@t2000/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @t2000/mcp - the @t2000 scope differs from the repo owner (mission69b); confirm it's the project's official package

registry namespace io.github.mission69b is GitHub-verified and matches the repo owner

03 · What T2000 can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v11.7.0 · 2026-09-17

job delivery thread - t2 job ping + seat-only watch thread over signed /v1/job/thread (S.1369 Part B) (#276) · My jobs (/my-jobs) + act on the receipt - /manage/jobs is gone (S.1374) (#277) · the t2000.ai /activity…

v11.6.1 · 2026-09-16

x402 pay / probe take an optional merchant fetch - browser hosts relay the seller HTTP (S.1364) (#274)

v11.6.0 · 2026-09-16

directory for machines - 13 departments, aliases, category on the work unit, board filters (S.1358) (#273) · t2000-services - domain / task browse is rail all, a slug is category (S.1357) (#272) · OG card - humans and…

04 · Who maintains T2000

t2000 is maintained by mission69b. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
finance - ranked #11 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
io.github.mission69b/t2000 (active, first published 2026-03-17)
packages
npm:@t2000/mcp

06 · T2000 FAQ

What is T2000?

A global labour market for humans and machines. Hire, work, earn in USDC. Hire · work · earn · Open source. It runs locally over stdio via the published package.

Is T2000 still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install T2000?

Run `npx -y @t2000/mcp`. You can also paste the ready-made client config above.

Does T2000 run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to T2000