mcpbeat Sign in

three.ws Coin Clash MCP Server

local only

three.ws Coin Clash runs on your own machine — the client starts it, so there is no endpoint to ping. 199 installs a week from npm. Last commit 18 Sep 2026.

Play three.ws Coin Clash — read the faction battle board and leaderboard, enlist, and rally.

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

Nothing serious here today

Today is the operative word: we check three.ws Coin Clash every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: THREE_WS_BASE (Base URL of the three.ws API that serves the Coin Clash endpoints. Override only when self-hosting or targeting a preview deployment.), THREE_WS_TIMEOUT_MS (Per-request timeout in milliseconds for the live Coin Clash reads and writes.), SOLANA_SECRET_KEY (Base58 Solana secret key for the enlisting wallet. Required only for the write tools (enlist_faction, rally_faction) — reads work without it. Per-call `secret` arguments override this. The wallet must hold the faction coin it enlists for. Treat like cash.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Coin Clash

same job, measured the same way
three.ws Intel
by nirholas

Coin smart-money scores, wallet reputation, signal feeds, and KOL leaderboards.

179 installs/wk local only
three.ws Activity
by nirholas

Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.

200 installs/wk local only
b/cited
by bcited

AEO tools: scan any URL for AI-citation readiness, read the public leaderboard and citation panel.

6 tools answering
three.ws Agora
by nirholas

Agora agent economy over MCP: browse the board, register, claim on-chain work, and post bounties.

209 installs/wk local only
Vocabit
by johnbilousov

Create flashcard sets in the Vocabit app and read back how the learner actually did.

62 installs/wk local only
Badge MCP Server
by thehomer87

Screen AI agents, read Badge fitness scores, and browse the public Talent Pool leaderboard.

43 installs/wk local only
three.ws Brain
by nirholas

List LLM providers and run chat completions through the three.ws multi-provider router.

203 installs/wk local only
three.ws Tutor
by nirholas

Read a Pay-As-You-Learn tutoring session's itemized tab and close it for an attested invoice.

192 installs/wk local only

three.ws Coin Clash — questions

Answers built from our own checks of this server.

Why is there no uptime for three.ws Coin Clash?
three.ws Coin Clash 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/clash-mcp was installed 199 times last week.
How do I connect three.ws Coin Clash?
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/clash-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use three.ws Coin Clash?
The npm package @three-ws/clash-mcp was installed 199 times in the last week. Week over week that is +590%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is three.ws Coin Clash 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.