Skip to main content
Glama

JWT Decoder API

MCP Server x402 License: MIT

서명 검증 없이 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 body

x402를 인식하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> 서명 -> 재시도 주기를 자동으로 처리합니다.

도구

도구

메서드

경로

가격

설명

security_decode_jwt

POST

/api/decode

$0.003

서명 검증 없이 JWT 토큰을 디코딩합니다

security_decode_jwt

서명을 검증하지 않고 JWT 토큐을 디코딩하 고 검사해야 할 때 사용하세요. 전체 헤더, 페이로드, 만료 상태를 반환합니다.

매개변수

이름

타입

필수

설명

token

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 에이전트를 위한 100개의 x402 마이크로페이먼트 API -- 하나의 지갑, Base의 USDC, 가입 제로.

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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