Name Whisper — ENS Intelligence Layer
NW
Name Whisper — ENS Intelligence Layer
/create_listing

create listing

List an ENS name for sale on NameWhisper's marketplace via Seaport 1.6. Returns an unsigned Seaport OrderComponents payload (plus EIP-712 domain/types) that th

liveverifiedunknown~5s typical
mcpprobednamewhisper
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-namewhisper-ens-tools /create_listing for me.

Input

FieldTypeDescription
name*stringENS name to list (e.g. "coffee.eth")
priceEth*numberTotal listing price in ETH (buyer pays this; seller receives it minus the 1% marketplace f
walletAddress*stringWallet address of the seller. Must own the name.
durationSecondsintegerListing duration in seconds (default: 30 days / 2592000) default 2592000

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-namewhisper-ens-tools","endpoint":"/create_listing","input":{"name":"...","priceEth":1,"walletAddress":"...","durationSeconds":2592000}}'
cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /create_listing -i '{"name":"...","priceEth":1,"walletAddress":"...","durationSeconds":2592000}'
mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/create_listing", input: {"name":"...","priceEth":1,"walletAddress":"...","durationSeconds":2592000} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.