C
Cleanor
/jwt_decode
Decode a JWT (no verification)
Decode a JSON Web Token into its header and payload so you can inspect claims (iss, exp, sub, scopes). The signature is NOT verified and no secret is required o
liveverifiedunknown~5s typical
mcpprobedcleanor
$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-app-cleanor-cleanor /jwt_decode for me.
Input
| Field | Type | Description |
|---|---|---|
| token* | string | The JWT (three dot-separated segments). |
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-app-cleanor-cleanor","endpoint":"/jwt_decode","input":{"token":"..."}}'cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /jwt_decode -i '{"token":"..."}'mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/jwt_decode", input: {"token":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.