A
ai-netcafe
/jwt_decode
See inside a JWT — header, payload, and whether it has expired
Decodes the header and payload of a JWT and reports issued-at / expiry as readable timestamps plus seconds remaining. The signature is NOT verified and the resp
liveverifiedunknown~5s typical
mcpprobedai-netcafe
$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-ainetcafe-ai-netcafe /jwt_decode for me.
Input
| Field | Type | Description |
|---|---|---|
| token* | string | The JWT string. |
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-ainetcafe-ai-netcafe","endpoint":"/jwt_decode","input":{"token":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-ai-netcafe -e /jwt_decode -i '{"token":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-ai-netcafe", endpoint: "/jwt_decode", input: {"token":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.