mcpbeat Sign in

$THREE Token MCP Server

local only

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

Price, hold, and burn $THREE on Solana — the first MCP server whose actions burn a token.

Installs per day peak 171 · avg 19 · +531% w/w
a month agotoday
217
Installs / week
npm · @three-ws/three-token-mcp
194
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call animation_signature.clip → packages/render/bin/tty.js:150, apply_animation.animation → packages/render/bin/tty.js:78
        await fs.writeFile(out, bytes);
Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reaches cloud metadata service api/_lib/gcp-auth.js:91
        'http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token',
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.

    return redis.eval(ROLLBACK_FLOOR_LUA, [key], [String(delta)]);
Builds a file path from a variable chat/vite.config.js:18, api/sitemap/[type].js:77
                    filePath = path.join(ROOT_PUBLIC, url);
    const child = spawn(command[0], command.slice(1), { stdio: 'inherit', shell: false });
Executes code built at runtime packages/blender-mcp/src/py/runner.py:716
        exec(compile(job["code"], "<three-ws-blender-mcp>", "exec"), namespace)
Builds a database query by concatenation packages/motion/src/solve.js:122
    const drop = STANDING_HIP_HEIGHT * (root.height - 1) + root.rise;
            if (reset) { state.cursor = null; state.total = 0; grid.innerHTML = skeletons(); stateEl.hidden = true; }
Long encoded blob in source api/_lib/x402/ring-catalog.js:56
    'UklGRmQBAABXQVZFZm10IBAAAAABAAEAQB8AAIA+AAACABAAZGF0YUABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
Page loads a third-party script pages/a-me.html:18
    <script type="module" src="https://three.ws/agent-3d/latest/agent-3d.js"></script>

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 three-token-mcp -- npx -y @three-ws/three-token-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "three-token-mcp": {
      "args": [
        "-y",
        "@three-ws/three-token-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.three-token-mcp]
command = "npx"
args = ["-y", "@three-ws/three-token-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "three-token-mcp": {
      "args": [
        "-y",
        "@three-ws/three-token-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "three-token-mcp": {
      "args": [
        "-y",
        "@three-ws/three-token-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOLANA_SECRET_KEY (Base58 Solana secret key that signs burns (the wallet that holds the $THREE). Not needed for the read-only tools (three_price, three_balance). Treat like cash.), SOLANA_RPC_URL (Solana mainnet RPC endpoint. Defaults to the public cluster — bring your own (Helius / Quicknode / Triton) for production traffic.), THREE_WS_BASE (Base URL of the three.ws token API (serves /api/token/config and /api/token/price). Override only when self-hosting.), MAX_BURN_USD (Max USD value of $THREE a single three_burn call may destroy.), REQUIRE_CONFIRM (When on (default), three_burn refuses until re-issued with confirm:true. Set 0/false to disable the gate.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to $THREE Token

same job, measured the same way
BagOS
by edycutjong

MCP server for Bags on Solana: token analytics, trade quotes, and gated write operations.

83 installs/wk local only
three.ws pump.fun MCP
by nirholas

Free pump.fun and Solana token discovery and on-chain analysis tools, by three.ws.

21 tools answering
Solana
by expertvagabond

Solana MCP server for wallet, transactions & programs

54 installs/wk local only
Better Notion MCP
by n24q02m

Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

1 778 installs/wk local only
MCP Output Firewall
by tangfei7777-cell

Three-layer firewall for MCP: content, egress and action policy. Proxy or server.

31 installs/wk local only
PumpFun Claims Bot
by nirholas

MCP server for PumpFun on-chain intelligence — tokens, claims, holders, and bundles.

230 installs/wk local only
MCP Blockchain Fees
by cryptoapis-io

MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP, Tezos, Solana

123 installs/wk local only
Alchemy MCP Server
by alchemy

Blockchain data across 100+ chains: token prices, NFTs, transfers, simulation, traces, Solana DAS

answering

$THREE Token — questions

Answers built from our own checks of this server.

Why is there no uptime for $THREE Token?
$THREE Token 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 @three-ws/three-token-mcp was installed 217 times last week.
How do I connect $THREE Token?
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 @three-ws/three-token-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use $THREE Token?
The npm package @three-ws/three-token-mcp was installed 217 times in the last week. Week over week that is +531%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is $THREE Token open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 194 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.