← Registry

Developer Tools

namewhisper.ai

Provides tools to search, enumerate, and retrieve details of ENS names on the Ethereum Name Service.

x402 supported1 endpoint44 known toolsFirst detected June 20, 2026Last detected September 4, 2026

ENDPOINT 1

https://namewhisper.ai/mcp

No auth detected

MCP server metadata

Name
nw-terminal
Version
2.0.0
Capabilities
tools.listChanged

Known tools 44

search_ens_names

Search ENS names using natural language.

Inferred read-only
enumerate_entities

Enumerate ENS-friendly labels for a finite real-world entity category and report which are available vs registered.

Inferred read-only
get_name_details

Get full details for a specific ENS name including owner, expiry, creation date, tags, active listings (with prices in ETH and USD), active offers, ENSIP-25 agent identity bindings, and ENSIP-26 agent context records.

Inferred read-only
check_availability

Check availability of one or more ENS names the user named, or labels returned by enumerate_entities.

Inferred read-only
get_similar_names

Find ENS names semantically similar to a given name using vector embeddings across 3.5M indexed ENS names.

Inferred read-only
get_valuation

Get a confidence-rated valuation for an ENS name based on comparable sales, entity recognition (Wikipedia/Wikidata), search interest, word frequency, and fame-scaled pricing.

Inferred read-only
get_market_activity

Get recent ENS marketplace activity.

Inferred read-only
get_expiring_names

List ENS names by lifecycle window — THE tool for "which names are in premium / on Dutch auction", "names in grace period", "what's expiring soon / about to drop".

Potential side effects
wash_check

Assess whether an ENS name's sale(s) are WASH TRADING / fake / self-dealt / manipulated volume.

Inferred read-only
get_wallet_portfolio

Get all ENS names owned by a wallet address.

Inferred read-only
find_alpha

Scan the ENS marketplace for alpha — names listed below their valuation.

Inferred read-only
get_primary_name

Check what primary ENS name is set for a wallet address (reverse resolution).

Inferred read-only
provision_agent_identity

Provision a complete ENS identity for an AI agent in one call.

Inferred read-only
make_offer

Place an offer (bid) on a registered ENS name on NameWhisper via Seaport 1.6.

Inferred read-only
purchase_name

Purchase an ENS name — either buy a listed name from a marketplace or register an available name directly on-chain.

Potential side effects
bulk_register

Register multiple ENS names in bulk — total 2 transactions (multiCommit + multiRegister) via NWBulkRegistrar.

Inferred read-only
create_listing

List an ENS name for sale on NameWhisper's marketplace via Seaport 1.6.

Inferred read-only
cancel_listing

Cancel an active ENS name listing by submitting Seaport's cancel() on-chain.

Inferred read-only
cancel_offer

Cancel an active offer you made on an ENS name.

Inferred read-only
accept_offer

Accept a standing offer on an ENS name you own.

Inferred read-only
batch_purchase

Buy up to 20 SPECIFIC listed ENS names in a SINGLE Seaport transaction, across NameWhisper, OpenSea, AND Grails listings.

Inferred read-only
sweep

Floor-sweep: buy the CHEAPEST N listed ENS names in a category/collection (or matching a filter) in ONE Seaport transaction.

Inferred read-only
batch_create_listings

Bulk-list up to 500 ENS names for sale on NameWhisper in one signing flow.

Inferred read-only
renew_ens_name

Renew an ENS name or batch of names.

Inferred read-only
transfer_ens_name

Transfer ownership of an ENS name to another wallet.

Potential side effects
set_ens_records

Set ENS resolver records for a name you own.

Inferred read-only
bulk_set_records

Set ENS resolver records for multiple names in a single transaction — bulk record editing.

Inferred read-only
bulk_transfer_ens_names

Transfer multiple ENS names in a single transaction via Multicall3 — bulk send.

Potential side effects
set_primary_name

Set the primary ENS name (reverse resolution) for a wallet address.

Inferred read-only
set_resolver

Change the resolver contract for an ENS name.

Inferred read-only
manage_ens_name

One-shot management report for an ENS name.

Inferred read-only
wrap_name

Wrap an unwrapped .eth name into the ENS NameWrapper contract.

Inferred read-only
unwrap_name

Unwrap a .eth name from the ENS NameWrapper back to BaseRegistrar.

Inferred read-only
manage_fuses

Manage fuses on a wrapped ENS name.

Inferred read-only
mint_subnames

Bulk-create subnames under a parent ENS name in a single transaction.

Potential side effects
extend_subname_expiry

Extend the expiry of an ENS subname in the NameWrapper.

Inferred read-only
approve_operator

Approve or revoke an operator for ENS contract interactions.

Inferred read-only
reclaim_name

Reclaim ENS Registry ownership of a .eth name.

Inferred read-only
register_agent

Register an ENS name as an ERC-8004 agent identity on Ethereum mainnet.

Inferred read-only
get_agent_reputation

Check if an ENS name or wallet is a registered AI agent.

Inferred read-only
search_agent_directory

Search the AI agent directory — find registered agents by name, capability, protocol support, or reputation.

Inferred read-only
get_caller_identity

Returns the authenticated identity of the calling agent.

Inferred read-only
search_knowledge

Search the ENS knowledge base — governance proposals, protocol documentation, developer insights, blog posts, forum discussions, and Farcaster casts from key ENS figures (Vitalik, Nick Johnson, etc.).

Inferred read-only
get_usage_stats

Get usage statistics for this MCP server session.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nw-terminal]
url = "https://namewhisper.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nw-terminal": {
      "type": "http",
      "url": "https://namewhisper.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nw-terminal
Remote MCP URL: https://namewhisper.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nw-terminal": {
      "url": "https://namewhisper.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nw-terminal": {
      "type": "http",
      "url": "https://namewhisper.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nw-terminal",
  "transport": "streamable-http",
  "url": "https://namewhisper.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for namewhisper.ai was fetched 2026-08-29T18:13:17.786Z.

Trust status Neutral

namewhisper.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.