mcpbeat Sign in

three.ws Intel MCP Server

local only

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

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

Installs per day peak 157 · avg 18 · +362% w/w
a month agotoday
179
Installs / week
npm · @three-ws/intel-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 Intel 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 intel-mcp -- npx -y @three-ws/intel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "intel-mcp": {
      "args": [
        "-y",
        "@three-ws/intel-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.intel-mcp]
command = "npx"
args = ["-y", "@three-ws/intel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "intel-mcp": {
      "args": [
        "-y",
        "@three-ws/intel-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "intel-mcp": {
      "args": [
        "-y",
        "@three-ws/intel-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 intel endpoints. Override only when self-hosting or targeting a preview deployment.), THREE_WS_TIMEOUT_MS (Per-request timeout in milliseconds for the live intel reads.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Intel

same job, measured the same way
X
Wallet Tracker
by cabalspy

KOL, smart money & whale wallets API on Solana, BNB, Base, ETH: Wallet tracker, Leaderboard

21 tools answering
three.ws Coin Clash
by nirholas

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

199 installs/wk local only
Orcalayer MCP
by orcalayer

Polymarket smart-money analytics: whale leaderboard, wallet P&L, market consensus, live alerts

160 installs/wk local only
MintwareDevelopers
by mintwaredevelopers

Look up on-chain Attribution reputation scores for wallets and AI agents on Base.

38 installs/wk local only
Polymarket MCP Server
by mrlarryjohnson111

Live Polymarket data for agents: markets, insider-scored whale trades, leaderboards, wallet P&L

answering
XRPLHub — XRPLScore & XRPL actions
by dcroyalty

Free XRPL wallet creditworthiness scores, ready-to-sign txjson for 35 XRPL actions, and more.

19 tools answering
three.ws 3D Agent Tools
by nirholas

MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.

225 installs/wk local only
three.ws KOL
by nirholas

Per-wallet KOL deep dive — a tracked trader's portfolio P&L and its trades on a given mint.

195 installs/wk local only

three.ws Intel — questions

Answers built from our own checks of this server.

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