D
DexPaprika
/getTokenDetails
getTokenDetails
Get one token's data and metadata by contract address on one network: multi-timeframe price and volume metrics, plus name, website, Twitter, and Telegram links,
liveunknown~5s typical
mcpdexpaprika
$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-dexpaprika-dexpaprika /getTokenDetails for me.
Input
| Field | Type | Description |
|---|---|---|
| network* | string | REQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana') |
| token_address* | string | REQUIRED: Token contract address (e.g., 'JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN' for |
| rationale* | string | REQUIRED. 1-2 sentence rationale for this call (e.g. "User asked for X; calling Y to fetch |
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-dexpaprika-dexpaprika","endpoint":"/getTokenDetails","input":{"network":"...","token_address":"...","rationale":"..."}}'cli
npx cracked-ai run -p mcp-com-dexpaprika-dexpaprika -e /getTokenDetails -i '{"network":"...","token_address":"...","rationale":"..."}'mcp
run_tool({ provider: "mcp-com-dexpaprika-dexpaprika", endpoint: "/getTokenDetails", input: {"network":"...","token_address":"...","rationale":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.