NW
Name Whisper — ENS Intelligence Layer
/get_wallet_portfolio
get wallet portfolio
Get all ENS names owned by a wallet address. Returns each name with label, tags, expiry, registration date, and active listing/offer prices. Useful for portfoli
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 /get_wallet_portfolio for me.
Input
| Field | Type | Description |
|---|---|---|
| wallet* | string | Ethereum wallet address (0x...) or ENS name |
| limit | number | Max results (default 100, max 200) default 100 |
| offset | number | Pagination offset default 0 |
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":"/get_wallet_portfolio","input":{"wallet":"...","limit":100,"offset":0}}'cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /get_wallet_portfolio -i '{"wallet":"...","limit":100,"offset":0}'mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/get_wallet_portfolio", input: {"wallet":"...","limit":100,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.