W
whale-data
/market_screener
Cross-market screener
Screen every recorded pair in one call: filter by funding_band / oi_band (vs each pair's OWN recorded days: record high, top 5%, top 25%, typical, bottom 25%, b
liveverifiedunknown~5s typical
mcpprobedwhale-data
$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-com-coinlobster-whale-data /market_screener for me.
Input
| Field | Type | Description |
|---|---|---|
| funding_band | string | One of: record high, top 5%, top 25%, typical, bottom 25%, bottom 5%, record low. |
| oi_band | string | Same values as funding_band. |
| whale_mult_min | number | Keep only coins whose 24h whale flow is at least this multiple of their own logged daily a |
| unusual_only | boolean | Keep only coins the radar currently marks unusual in its 1h, 4h or 24h window. Defaults to |
| limit | integer | Max rows returned. Defaults to 20, hard ceiling 50 for everyone and no plan raises it. `ma |
| compact | boolean | Return one plain-text line per matching pair rather than the JSON rows. Defaults to false. |
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-com-coinlobster-whale-data","endpoint":"/market_screener","input":{}}'cli
npx cracked-ai run -p mcp-com-coinlobster-whale-data -e /market_screener -i '{}'mcp
run_tool({ provider: "mcp-com-coinlobster-whale-data", endpoint: "/market_screener", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.