Developer Tools
namewhisper.ai
Provides tools to search, enumerate, and retrieve details of ENS names on the Ethereum Name Service.
ENDPOINT 1
https://namewhisper.ai/mcp
MCP server metadata
- Name
- nw-terminal
- Version
- 2.0.0
Known tools 44
enumerate_entitiesEnumerate ENS-friendly labels for a finite real-world entity category and report which are available vs registered.
Inferred read-onlyget_name_detailsGet 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-onlycheck_availabilityCheck availability of one or more ENS names the user named, or labels returned by enumerate_entities.
Inferred read-onlyget_similar_namesFind ENS names semantically similar to a given name using vector embeddings across 3.5M indexed ENS names.
Inferred read-onlyget_valuationGet 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-onlyget_expiring_namesList 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 effectswash_checkAssess whether an ENS name's sale(s) are WASH TRADING / fake / self-dealt / manipulated volume.
Inferred read-onlyfind_alphaScan the ENS marketplace for alpha — names listed below their valuation.
Inferred read-onlyget_primary_nameCheck what primary ENS name is set for a wallet address (reverse resolution).
Inferred read-onlyprovision_agent_identityProvision a complete ENS identity for an AI agent in one call.
Inferred read-onlymake_offerPlace an offer (bid) on a registered ENS name on NameWhisper via Seaport 1.6.
Inferred read-onlypurchase_namePurchase an ENS name — either buy a listed name from a marketplace or register an available name directly on-chain.
Potential side effectsbulk_registerRegister multiple ENS names in bulk — total 2 transactions (multiCommit + multiRegister) via NWBulkRegistrar.
Inferred read-onlycreate_listingList an ENS name for sale on NameWhisper's marketplace via Seaport 1.6.
Inferred read-onlycancel_listingCancel an active ENS name listing by submitting Seaport's cancel() on-chain.
Inferred read-onlybatch_purchaseBuy up to 20 SPECIFIC listed ENS names in a SINGLE Seaport transaction, across NameWhisper, OpenSea, AND Grails listings.
Inferred read-onlysweepFloor-sweep: buy the CHEAPEST N listed ENS names in a category/collection (or matching a filter) in ONE Seaport transaction.
Inferred read-onlybatch_create_listingsBulk-list up to 500 ENS names for sale on NameWhisper in one signing flow.
Inferred read-onlybulk_set_recordsSet ENS resolver records for multiple names in a single transaction — bulk record editing.
Inferred read-onlybulk_transfer_ens_namesTransfer multiple ENS names in a single transaction via Multicall3 — bulk send.
Potential side effectsset_primary_nameSet the primary ENS name (reverse resolution) for a wallet address.
Inferred read-onlymint_subnamesBulk-create subnames under a parent ENS name in a single transaction.
Potential side effectsregister_agentRegister an ENS name as an ERC-8004 agent identity on Ethereum mainnet.
Inferred read-onlysearch_agent_directorySearch the AI agent directory — find registered agents by name, capability, protocol support, or reputation.
Inferred read-onlysearch_knowledgeSearch 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-onlyCONNECT 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.
namewhisper.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.