Skip to content
Back to search
90
MCP v1.1.0 sse

JWT Decoder API

io.github.Br0ski777/jwt-decoder

Decode JWT tokens — inspect header, payload, claims, expiry. x402 micropayment.

Uptime
0.0%
1 direct probes · 30d
Response
175ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

security_decode_jwt

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "jwt_decoder_api": {
      "url": "https://jwt-decoder.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}