jwt-decoder
JWT Decoder API
Decodifica e inspecciona tokens JWT sin verificación. Extrae el encabezado, el payload, las claims, la expiración y el algoritmo de firma. Pago por llamada mediante x402 (USDC en Base L2) -- sin API key, sin registro, sin límite de tasa.
Parte del marketplace de klymax402 -- 100 APIs de micropagos x402 para agentes de IA, una sola cartera, USDC en Base.
Inicio rápido -- MCP
Añade esto a la configuración de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"jwt-decoder": {
"url": "https://jwt-decoder.api.klymax402.com/mcp"
}
}
}Related MCP server: Pylon MCP Server
Inicio rápido -- HTTP (x402)
curl -X POST "https://jwt-decoder.api.klymax402.com/api/decode" \
-H "Content-Type: application/json" \
-d '{"token":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyCualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) gestiona automáticamente el cicl0 402 -> firma -> reintento.
Herramiendas
Herramienta | Método | Ruta | Preco | Descripción |
| POST |
| $0.003 | Decodifica un token JWT sin verificación de ocurso. |
security_decode_jwt
Úsalo cuando necesites decodificar e inspeccionar un token JWT sin verificar su firma. Devuelve el encabezado completo, el payload y el estado de expiración.
Parámetros
Nombre | Tipo | Requerido | Descripción |
| string | sí | El token JWT a decodificar (formato: header.payload.signature) |
Respuesta de ejemplo:
{"header":{"alg":"RS256","typ":"JWT"},"payload":{"sub":"user123","exp":1720000000},"issuedAt":"2025-01-01T00:00:00Z","expiresAt":"2025-07-03T00:00:00Z","isExpired":false}Cuándo usarlo: para depurar problemas de autenticación, inspeccionar los claims del token antes de llamadas a la API, o verificar la expiración del token. Úsalo ANTES de hacer solicitudes autenticadas para comprobar si un token necesita renovarse.
No está pensado para*: calcular hashes de datos (usa crypto_generate_hash), codificar/decodificar en base64 (usa utility_encode_base64) o analizar contrseñas (usa security_password_check).
Ejemplos de prompts para agentes
"Decodifica e inspecciona un token JWT sin verificar su firma"
Pagos
Protocolo: x402 -- pgo por llamada nativo de HTTP, sin API key, sin registro
Red: Base L2 (
eip155:8453)Activo: USDC
Facilitador: Coinbase (principal), PayAI (respaldo)
También es accesible mediante ATXP (x402 envuelto en OAuth, metadata de recurso protegido según el RFC)
Parte de klymax402
100 APIs de micropagos x402 para agentes de IA, con una sola cartera, USDC en Base y una completa documentación de registro.
Catálogo: https://klymax402.com/llms.txt
Referencia completa de la API: https://klymax402.com/llms-full.txt
Estadísticas en vivo: https://klymax402.com/statistics
Licencia
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to access paid content by integrating cryptocurrency payments through the x402 protocol, allowing LLMs to verify payments and retrieve paid resources automatically.1

Pylon MCP Serverofficial
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- FlicenseNot gradedqualityCmaintenanceEnables AI agents to safely decode and inspect JWT tokens and Base64 payloads in real-time.173
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to audit JSON Web Tokens (JWTs) and other token formats for security vulnerabilities, including HMAC secret cracking, live JWKS verification, and CVE fingerprinting.MIT
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Payment decisions, durable evidence, x402 resource discovery and live gateway status for AI agents.
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/jwt-decoder-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server