CD
CryptoPulse Data API
/screener
screener
[$0.10 USDC per call via x402] Token screener: trending or newly-launched pools on a chain, filtered by minimum liquidity and 24h volume, with optional on-chain
liveunknown~5s typical
mcpcryptopulsedataapi
$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-saascloud-cryptopulse /screener for me.
Input
| Field | Type | Description |
|---|---|---|
| network | string | GeckoTerminal network id, e.g. base, eth, solana (default base) |
| mode | string | trending (default) or new |
| min_liquidity | string | Minimum pool liquidity USD (default 50000) |
| min_volume | string | Minimum 24h volume USD (default 10000) |
| limit | string | Max results (default 10, max 20) |
| safe_only | string | true = run security screen on Base tokens and drop dangerous ones |
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-saascloud-cryptopulse","endpoint":"/screener","input":{}}'cli
npx cracked-ai run -p mcp-ai-saascloud-cryptopulse -e /screener -i '{}'mcp
run_tool({ provider: "mcp-ai-saascloud-cryptopulse", endpoint: "/screener", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.