Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ฐ Finance & Fintech
  3. JWT Decoder API
JWT Decoder API logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 11:47:49 AM

JWT Decoder API

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
jwtsecurityauthenticationdeveloper-tools

Decode JWT structure and expiry data through a pay-per-call MCP endpoint without signature verification.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "jwt-decoder-api": {
      "url": "https://jwt-decoder.api.klymax402.com/mcp"
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (2) Directory Badge Claim listing Alternatives๐Ÿ’ฐ More in Finance & Fintech

Overview

The JWT Decoder API MCP server decodes JWT headers, payloads, claims, expiry data, and signing algorithm details without verifying signatures. It exposes the `security_decode_jwt` tool through a hosted MCP URL and accepts tokens in `header.payload.signature` format. Calls use x402 payments in USDC on Base L2, with no API key or signup required. Reach for it when debugging authentication, inspecting claims, or checking whether a token needs refreshing before an authenticated request.

Use cases

โ€ขInspect JWT claims before an authenticated API request
โ€ขCheck whether a token has expired
โ€ขDebug authentication failures
โ€ขReview a token's header and signing algorithm

Key features

โ€ขDecode JWT headers and payloads
โ€ขExtract claims and expiration data
โ€ขReport token expiry status
โ€ขExpose signing algorithm details
โ€ขPay per call with x402 and USDC

Capabilities & Tool Schemas (2) ~33 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by JWT Decoder API.

security_decode_jwt

Decode a JWT token without signature verification

token

The JWT token to decode (format: header.payload.signature)

How JWT Decoder API works

What the JWT Decoder API MCP server does

The JWT Decoder API MCP server provides one MCP tool, security_decode_jwt, for reading the contents of a JSON Web Token without validating its signature. It accepts a token string in the standard header.payload.signature format and returns decoded token information for inspection.

The response can include the JWT header, payload, claims, signing algorithm, issue time, expiration time, and an expired-status indicator. A typical result may identify an algorithm such as RS256, return a subject claim, and report whether the exp value has passed.

This is intended for inspection rather than authentication. It can help an agent examine a token before making an API request, investigate an authentication problem, or determine whether a token should be refreshed.

How it works

The JWT Decoder API MCP server is available at a hosted MCP endpoint:

https://jwt-decoder.api.klymax402.com/mcp

An MCP-compatible client sends a tool call containing the JWT as the token argument. The service decodes the token and returns structured header and payload data together with time-related fields when available. Signature verification is explicitly outside the tool's function, so a successful decode does not prove that the token was issued by a trusted signer or that its contents are authentic.

The underlying HTTP operation is also available at /api/decode as a POST request with a JSON body containing token. x402-aware clients handle the payment challenge and retry process for that endpoint.

Setup and configuration

Add the hosted MCP URL to the configuration for an MCP client such as Claude Desktop or Cursor:

config.json
{
  "mcpServers": {
    "jwt-decoder": {
      "url": "https://jwt-decoder.api.klymax402.com/mcp"
    }
  }
}

No API key, account signup, or server-local environment variable is specified. Requests are paid per call through x402. The documented payment network is Base L2 (eip155:8453), and the payment asset is USDC. The listed price for security_decode_jwt is $0.003 per call.

Tools and capabilities

security_decode_jwt accepts one required parameter:

  • token: the JWT to decode, supplied as header.payload.signature

The tool can expose:

  • Decoded header fields
  • Decoded payload and claims
  • Signature algorithm information
  • Issued-at and expiration timestamps when present
  • An isExpired result

Limitations and notes

The JWT Decoder API MCP server does not verify signatures. Do not use its output alone to authorize users, validate an issuer, or establish that claims are trustworthy. Decoding also does not replace a complete authentication or token-validation flow.

The service is a focused JWT inspection tool. The README distinguishes it from hashing, Base64 encoding or decoding, and password analysis tools. Its documented interface contains only security_decode_jwt; no additional MCP tools are listed.

Calls require x402 payment handling rather than a conventional API key. A client that cannot process the x402 payment challenge may need an x402-compatible HTTP client or another supported access method before it can complete requests.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Mcptoon logoMcptoon
    Verified

    Every Agent discovers all your MCP tools from one install; major token savings via TOON output.

    ๐Ÿ’ฐ Finance & Fintech7 views
    Compare vs Mcptoon โ†’
  • Klanex MCP logoKlanex MCP

    Reliable async execution for agent tool calls: schema-gate hallucinated payloads before they run, absorb rate limits and outages with retries/backoff/circuit breakers, idempotency keys, human approval gates, encrypted credentials, replay, and signed-webhook results. Errors come back with an llmhint the agent can self-correct from. Hosted remote (api.klanexai.com/mcp, free sandbox) or npx -y klanex-mcp.

    ๐Ÿ’ฐ Finance & Fintech3 views
    Compare vs Klanex MCP โ†’
  • Scout Security logoScout Security

    Deterministic, zero-token security scanner your AI agent calls to find and re-verify issues.

    ๐Ÿ’ฐ Finance & Fintech3 views
    Compare vs Scout Security โ†’
  • Llm Token Tracker logoLlm Token Tracker

    Token usage tracker for OpenAI and Claude APIs with MCP support, real-time session tracking, and accurate pricing for 2025 models

    ๐Ÿ’ฐ Finance & Fintech3 views
    Compare vs Llm Token Tracker โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

Last commit
22d ago
Most recent push to the default branch.
Tools exposed
2
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about JWT Decoder API

Add `https://jwt-decoder.api.klymax402.com/mcp` as a remote MCP server URL in an MCP client such as Claude Desktop or Cursor.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewJWT Decoder API AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jwt-decoder-api?style=directory)](https://allmcps.com/mcp/jwt-decoder-api)
HTML Embed
<a href="https://allmcps.com/mcp/jwt-decoder-api"><img src="https://allmcps.com/api/badge/jwt-decoder-api?style=directory" alt="JWT Decoder API on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ฐFinance & Fintech
PricingPaid
More technical detailsExpand โ–พ
TransportSSE (Remote)
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 14, 2026
2/6 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit22d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 2, 2026
52Quality signal: Good ยท 52/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ฐ Finance & Fintech โ†’Best MCP servers for Finance & Fintech โ†’Alternatives to JWT Decoder API โ†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients