Agent Tools
Back to MCP servers

JWT Decoder — Inspect Claims, Expiry & Algorithm

https://server.smithery.ai/axel-belfort/jwt-decoder/mcp
● healthy

JWT token decoder API for AI agents. Decode and inspect JSON Web Tokens without verification: extract header (algorithm, type), payload (claims, issuer, audience), expiry timestamp, and signature info. Tools: security_decode_jwt. Use this for debugging authentication flows, inspecting token claims, or verifying token structure. IMPORTANT: This decodes without verifying — for security validation, verify signatures server-side. Returns: {header, payload, claims, expiresAt, algorithm}. No API key required — x402 micropayment $0.001/call on Base L2.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/jwt-decoder/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/jwt-decoder/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://github.com/Br0ski777/jwt-decoder-x402
Listed at (smithery)
https://github.com/Br0ski777/jwt-decoder-x402