You're viewing a demo portfolio

Join the waitlist
PRSM

jwt_decode

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

JWT Decoder (no signature verification) — Decode a JWT's header and payload to JSON. Does NOT verify the signature — contents are unauthenticated.

Parameters schema

{
  "type": "object",
  "required": [
    "token"
  ],
  "properties": {
    "token": {
      "type": "string",
      "description": "The JWT (two or three dot-separated segments)"
    },
    "now_epoch": {
      "type": "number",
      "description": "Optional Unix seconds to check exp/nbf against (never the wall clock)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
jwt_decode — WingmanProtocol Agent Gateway — PRSM MCP