CryptoPulse Data API
CD
CryptoPulse Data API
/token_score

token score

[$0.05 USDC per call via x402] Composite 0-100 buy-safety score for any token: combines contract security analysis (honeypot, taxes, ownership risks) with live

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 /token_score for me.

Input

FieldTypeDescription
chainstringbase | ethereum | bsc | polygon | arbitrum (default base)
address*stringToken contract address (0x...)

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":"/token_score","input":{"address":"..."}}'
cli
npx cracked-ai run -p mcp-ai-saascloud-cryptopulse -e /token_score -i '{"address":"..."}'
mcp
run_tool({ provider: "mcp-ai-saascloud-cryptopulse", endpoint: "/token_score", input: {"address":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.