onyx_jwt_decode
InactiveTool of onyx-paid-mcp
Decode a JWT (header + payload) without verifying the signature. Returns the algorithm, key id, all claims (iss, sub, aud, exp, iat, nbf, custom), expiry status, and any structural anomalies. Use when an agent receives a token from an external API and needs to inspect it for routing, expiry, or audit logging. Stdlib-only — runs locally, never sends the token anywhere. (price: $0.001 USDC, tier: metered)
Parameters schema
{
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"description": "JWT (three base64url segments separated by .)"
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries