JWT Decoder — Inspect Claims, Expiry & Algorithm
JWT token decoder API for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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, H
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (1)
Технические названия из tools/list. Нужны только разработчикам.
| 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 |