NW
Name Whisper — ENS Intelligence Layer
/get_market_activity
get market activity
Get recent ENS marketplace activity. Covers exactly three event types — SALE, PREMIUM_REGISTRATION and SWAP — and nothing else: it does NOT report listings, sta
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_market_activity for me.
Input
| Field | Type | Description |
|---|---|---|
| eventTypes | array | Filter by event type. Defaults to all three; see the tool description for what each means. |
| limit | integer | Max results (default 25, max 100) default 25 |
| offset | integer | 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_market_activity","input":{"limit":25,"offset":0}}'cli
npx cracked-ai run -p mcp-ai-namewhisper-ens-tools -e /get_market_activity -i '{"limit":25,"offset":0}'mcp
run_tool({ provider: "mcp-ai-namewhisper-ens-tools", endpoint: "/get_market_activity", input: {"limit":25,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.