CD
CryptoPulse Data API
/token_risk
token risk
[$0.02 USDC per call via x402] Token security / rug-pull risk check for any ERC-20 (honeypot, mintable, owner privileges, tax, LP holders). Essential pre-trade
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_risk for me.
Input
| Field | Type | Description |
|---|---|---|
| chain | string | base | ethereum | bsc | polygon | arbitrum (default base) |
| address* | string | ERC-20 token 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_risk","input":{"address":"..."}}'cli
npx cracked-ai run -p mcp-ai-saascloud-cryptopulse -e /token_risk -i '{"address":"..."}'mcp
run_tool({ provider: "mcp-ai-saascloud-cryptopulse", endpoint: "/token_risk", input: {"address":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.