Top SitesJSON Web Tokens - jwt.io

Machine Readiness

Stored receipt and evidence

Overall

20

Readable

65

Callable

0

Commerce

0

Payment

0

Machine Access

Inspect the site's MCP endpoint

Open MCP explorer

DialtoneApp can scan the stored discovery files for this domain, try the MCP initialize handshake, and show the raw protocol transcript.

Purchase boundary

read only

Control boundary

unknown

Payment rails

None

Payment providers

None

Payment methods

None

Payment protocols

None

Payment assets

None

Payment networks

None

Capabilities

None

Verified payment surface

No

Crypto only

No

Readable docs

robots, llms

Products

0

Variants

0

Priced variants

0

Currencies

0

Offers

0

Priced offers

0

Priced actions

0

Samples

Offer samples

No stored offer samples.

Samples

Action samples

No stored action samples.

Samples

Product samples

No stored product samples.

Document

robots.txt

Open robots.txt
User-Agent: *
Allow: /

Sitemap: https://jwt.io/sitemap.xml

Document

llms.txt

Open llms.txt
# jwt.io

> JWT.IO allows you to decode, verify, and generate JSON Web Tokens.

## About

jwt.io is the go-to resource for JSON Web Tokens (JWTs). It provides:
- An interactive JWT debugger to decode and verify tokens
- A comprehensive library directory for JWT implementations
- Educational content explaining JWT concepts

Maintained by Auth0.

## Quick Links

- Debugger: https://jwt.io
- Libraries: https://jwt.io/libraries
- Introduction: https://jwt.io/introduction

## JWT Overview

A JSON Web Token consists of three Base64Url-encoded parts:
1. Header - algorithm and token type
2. Payload - claims (registered, public, private)
3. Signature - ensures token integrity

Format: xxxxx.yyyyy.zzzzz

## For AI Agents

Claude Code users can install JWT skills for token operations:
- `/jwt-decode` - Decode and inspect JWTs
- `/jwt-encode` - Create and sign JWTs
- `/jwt-validate` - Verify JWT signatures and claims

Install: `npx skills add jsonwebtoken/jwt-skills`
Repository: https://github.com/jsonwebtoken/jwt-skills

## Resources

- RFC 7519: https://datatracker.ietf.org/doc/html/rfc7519
- Source: https://github.com/jsonwebtoken/jsonwebtoken.github.io

Document

llms-full.txt

Not stored for this site.