NW
Name Whisper — ENS Intelligence Layer
/accept_offer
accept offer
Accept a standing offer on an ENS name you own. Returns unsigned Seaport fulfillOrder() calldata. When you submit this transaction, Seaport atomically: - Pulls
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 /accept_offer for me.
Input
| Field | Type | Description |
|---|---|---|
| orderHash* | string | Seaport order hash of the buyer's offer to accept |
| walletAddress* | string | Your wallet address (the seller). Must own the ENS name in the offer. |
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":"/accept_offer","input":{"orderHash":"...","walletAddress":"..."}}'cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /accept_offer -i '{"orderHash":"...","walletAddress":"..."}'mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/accept_offer", input: {"orderHash":"...","walletAddress":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.