NW
Name Whisper — ENS Intelligence Layer
/cancel_listing
cancel listing
Cancel an active ENS name listing by submitting Seaport's cancel() on-chain. Returns the unsigned Seaport cancel() transaction calldata. Your wallet signs and
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 /cancel_listing for me.
Input
| Field | Type | Description |
|---|---|---|
| orderHash* | string | Seaport order hash of the listing to cancel (from get_name_details or the orderbook) |
| walletAddress* | string | Wallet address of the seller. Must match the original offerer on the order. |
| alsoCancel | array | Sibling order hashes to cancel atomically in the same tx (e.g. the OpenSea-variant counter |
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":"/cancel_listing","input":{"orderHash":"...","walletAddress":"..."}}'cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /cancel_listing -i '{"orderHash":"...","walletAddress":"..."}'mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/cancel_listing", input: {"orderHash":"...","walletAddress":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.