You're viewing a demo portfolio

Join the waitlist
PRSM

decode_jwt

Active

Tool of Jwt

declared in 0.1.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Jwt

https://github.com/pipeworx-io/mcp-jwt

1/7 registries
View full server →
decode_jwt — Jwt — PRSM MCP