jwt-decoder
JWT Decoder API
検証なしでJWTトークンをデコードして検査します。ヘッダー、ペイロード、クレーム、有効期限、署名アルゴリズムを抽出します。x402(Base L2上のUSDC)によるコール単位の従量課金 -- APIキー不要、サインアップ不要、レート制限の壁もありません。
klymax402マーケットプレイスの一部です -- AIエージェント向けの100本のx402マイクロペイメントAPI、一つのウォレット、Base上のUSDC。
クイックスタート -- MCP
MCPクライアントの設定(Claude Desktop、Cursor、ElizaOSなど)に追加します:
{
"mcpServers": {
"jwt-decoder": {
"url": "https://jwt-decoder.api.klymax402.com/mcp"
}
}
}Related MCP server: Pylon MCP Server
クイックスタート -- 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 bodyx402対応クライアント(@x402/fetch、x402-agent-tools、ATXP)は、402 -> 署名 -> 再試行のサイクルを自動的に処理します。
ツール
ツール | メソッド | パス | 価格 | 説明 |
| POST |
| $0.003 | 署名検証なしでJWTトークンをデコードする |
security_decode_jwt
署名を検証せずにJWTトークンをデコードして検査する必要がある場合に使用します。完全なヘッダー、ペイロード、有効期限ステータスを返します。
パラメータ
名前 | 型 | 必須 | 説明 |
| string | はい | デコードするJWTトークン(形式:header.payload.signature) |
レスポンス例:
{"header":{"alg":"RS256","typ":"JWT"},"payload":{"sub":"user123","exp":1720000000},"issuedAt":"2025-01-01T00:00:00Z","expiresAt":"2025-07-03T00:00:00Z","isExpired":false}使用タイミング:認証の問題のデバッグ、API呼び出し前のトークンのクレーム検査、トークンの有効期限の確認に使用します。認証付きリクエストを行う前に、トークンの更新が必要かどうかを確認するために使用してください。
対象外:データのハッシュ化(crypto_generate_hash を使用)、base64エンコード/デコード(utility_encode_base64 を使用)、パスワードの分析(security_check_password を使用)。
エージェント向けプロンプト例
「署名を検証せずにJWTトークンをデコードして検査する」
支払い
プロトコル: x402 -- HTTPネイティブのコール単位課金、サインアップ不要、APIキー不要
ネットワーク: Base L2(
eip155:8453)アセット: USDC
ファシリテーター: Coinbase CDP(プライマリ)、PayAI(フォールバック)
また、ATXP(OAuthでラップされたx402、RFC 9728 保護リソースメタデータ)からもアクセス可能
klymax402の一部
AIエージェント向けの100xのx402マイクロペイメントAPI -- 一つのウォレット、Base上のUSDC、サインアップゼロ。
完全なAPIリファレンス: https://k.klym2.com/llms-full.txt
ライブ統計: https://klymax402.com/stats
ライセンス
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