mcpbeat Sign in

three.ws Naming MCP Server

local only

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

On-chain identity for AI agents: resolve .sol names, reverse-lookup wallets, check handles.

Installs per day peak 160 · avg 20 · +368% w/w
a month agotoday
203
Installs / week
npm · @three-ws/naming-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 Naming 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 naming-mcp -- npx -y @three-ws/naming-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "naming-mcp": {
      "args": [
        "-y",
        "@three-ws/naming-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.naming-mcp]
command = "npx"
args = ["-y", "@three-ws/naming-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "naming-mcp": {
      "args": [
        "-y",
        "@three-ws/naming-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "naming-mcp": {
      "args": [
        "-y",
        "@three-ws/naming-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 /api/sns and /api/threews/subdomain. Override only when self-hosting or targeting a preview deployment.), THREE_WS_TIMEOUT_MS (Per-request timeout in milliseconds. Resolution and availability checks hit a Solana RPC pool, so the default leaves room for a cold lookup.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Naming

same job, measured the same way
MintwareDevelopers
by mintwaredevelopers

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

38 installs/wk local only
hood. — .hood name service
by hood

Resolve .hood names on Robinhood Chain — forward/reverse, text records, availability & pricing.

5 tools answering
Djd Agent Score
by jacobsd32-cpu

Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.

38 installs/wk local only
SanctionsAI
by kindrat86

OFAC sanctions screening for AI agents: screen names, wallets, entities against the SDN list.

3 tools answering
AnchorRegistry
by anchorregistry

On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.

3 tools answering
three.ws Avatars & Agents
by nirholas

3D avatars, embeds, glTF tools, agent memory, and on-chain agent identity from three.ws.

answering
Identity Forge
by identityforge

Design kits, brand naming, and domain research for coding agents.

108 installs/wk local only
Emercoin Agent
by emercoin

On-chain identity and durable memory for AI agents on the Emercoin blockchain (NVS).

5 tools answering

three.ws Naming — questions

Answers built from our own checks of this server.

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