W
whale-data
/trade_context
One-call trade context
The pre-trade context blob in one call: price, cross-venue funding with time-to-next-funding and carry arithmetic (optional position_usd), open interest, whale
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 /trade_context for me.
Input
| Field | Type | Description |
|---|---|---|
| coin | string | Alias for pair. |
| pair | string | Trading pair, for example ETH/USD. A bare symbol like ETH is read as ETH/USD. Defaults to |
| position_usd | number | Position size in US dollars, for example 25000. Above zero only. When given, carry_cost ad |
| compact | boolean | Return one line of plain text rather than the JSON blob, about 30 tokens instead of 800. S |
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":"/trade_context","input":{}}'cli
npx cracked-ai run -p mcp-com-coinlobster-whale-data -e /trade_context -i '{}'mcp
run_tool({ provider: "mcp-com-coinlobster-whale-data", endpoint: "/trade_context", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.