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
66.7%
3 probes
Response
40ms
last probe
Tools
1
callable

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…

Similar MCP servers embedding-nearest

JWT Decoder API
Decode JWT tokens — inspect header, payload, claims, expiry. x402 micropayment.
0 tools · sse
JWT Decoder
Decode JWT tokens to inspect header, payload, claims, and expiry.
0 tools
io.github.ryudi84/jwt-forge-mcp
Decode and inspect JWT tokens — header, payload, expiry check
0 tools
io.github.rog0x/api
HTTP client, JWT decode, header analysis for AI agents
0 tools
JWT AI
Python MCP server for JSON Web Token generation and validation.
0 tools
io.github.ryudi84/jwt
MCP server for JWT decoding and inspection
0 tools

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