Decode and inspect JWT contents for debugging, troubleshooting, and security checks.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Jwt" MCP server from askskill: Run: claude mcp add --transport http 'io-github-pipeworx-io-jwt' 'https://gateway.pipeworx.io/jwt/mcp'
Decode this JWT and show the header, payload, and signature separately. Highlight the user info and expiration time in the payload: <your JWT>
Returns the decoded JWT structure and highlights key fields such as sub, exp, and iss.
Why might this JWT cause login failure? Decode it and check whether it is expired, has an unexpected issuer, or is missing required claims: <your JWT>
Provides the decoded result and identifies possible authentication issues and suspicious fields.
Review this staging JWT, list all claims, and determine whether it contains sensitive information or data that should not be exposed: <your JWT>
Lists all claims and flags potential exposure of sensitive information.
Safely decode and inspect JWT tokens and Base64 payloads in real time.
Generate, validate, format, and manipulate JSON data structures easily.
Access local developer utilities for formatting, encoding, decoding, and validation tasks.
Scan, decompile, and analyze local WeChat mini program packages for research.
Quickly use developer utilities like JWT, JSON, Base64, hashing, and UUID tools.
Build a JWT-secured MCP server and AI agent for tool calling.