decode_jwt
ActiveTool of Jwt
Decode a JSON Web Token (keyless, offline): returns the header and payload JSON plus a summary of the standard claims (iss, sub, aud, exp/iat/nbf as ISO dates, and whether it is expired). NOTE: this decodes but does NOT verify the signature — a decoded token is not a verified/trusted token.
Parameters schema
{
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"description": "A JWT (header.payload.signature)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Jwt
https://github.com/pipeworx-io/mcp-jwt
1/7 registries