← namewhisper.ai

INDIVIDUAL MCP TOOL

cancel_listing

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

namewhisper.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

namewhisper.ai

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.

Related tools

  • search_ens_names — Search ENS names using natural language.
  • enumerate_entities — Enumerate ENS-friendly labels for a finite real-world entity category and report which are available vs registered.
  • 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.
  • check_availability — Check availability of one or more ENS names the user named, or labels returned by enumerate_entities.
  • get_similar_names — Find ENS names semantically similar to a given name using vector embeddings across 3.5M indexed ENS names.
  • 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.
  • get_market_activity — Get recent ENS marketplace activity — sales, new listings, offers, mints, transfers, renewals, and burns.
  • 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".