JWT Decoder API
io.github.Br0ski777/jwt-decoderDecode JWT tokens — inspect header, payload, claims, expiry. x402 micropayment.
Tools · 1
Use this when you need to decode and inspect a JWT token without verifying its signature. Returns the full header, payload, and expiration status. 1. header -- algorithm (RS256, HS256, etc.) and toke…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"jwt_decoder_api": {
"url": "https://jwt-decoder-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}