NW
Name Whisper — ENS Intelligence Layer
/make_offer
make offer
Place an offer (bid) on a registered ENS name on NameWhisper via Seaport 1.6. Returns an unsigned Seaport OrderComponents payload (plus EIP-712 domain/types) t
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 /make_offer for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | ENS name to make an offer on (e.g. "coffee.eth") |
| amountEth* | number | Offer amount in ETH (placed on-chain as WETH) |
| currency | string (WETH | ETH) | Offer currency. Seaport offers settle in WETH; ETH is treated as WETH. default "WETH" |
| expiryHours | integer | Offer expiry in hours (default: 72) default 72 |
| walletAddress* | string | Your wallet address (the offer maker / buyer) |
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":"/make_offer","input":{"name":"...","amountEth":1,"currency":"WETH","expiryHours":72,"walletAddress":"..."}}'cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /make_offer -i '{"name":"...","amountEth":1,"currency":"WETH","expiryHours":72,"walletAddress":"..."}'mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/make_offer", input: {"name":"...","amountEth":1,"currency":"WETH","expiryHours":72,"walletAddress":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.