How to Use the JWT Decoder & Verifier MCP in Claude Code
Decode and verify JWTs from your terminal with Claude Code to audit production tokens and debug auth pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect JWT Decoder & Verifier MCP to Claude Code
Create your Vinkius account to connect JWT Decoder & Verifier to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Terminal-driven token auditing with Claude Code
Pipe live token logs directly into your terminal agent and let it use the `decode_jwt` tool to parse payloads. Claude Code verifies signatures on the fly, making it easy to audit tokens during an active incident. There is no GUI or browser wrapper to slow you down. You get instant access to header, payload, and signature status right in your shell with this MCP Server.
Offline signature validation
Run cryptographic checks locally in your terminal session using the `decode_jwt` tool. The tool handles both HS256 and RS256 signature verification without external network calls. This ensures that even in locked-down staging or production environments, you can safely verify if a token was signed by the correct key.
Direct claims parsing
Stop writing custom jq commands to parse base64 parts of a token when the `decode_jwt` tool outputs clean JSON. The tool decodes the header, payload, and expiration status instantly. Your terminal agent reads this output to verify if the token is expired or contains the correct scopes, keeping your focus on debugging.
Set up JWT Decoder & Verifier MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seejwt-decoder-verifier-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest JWT Decoder & Verifier transactions." It will automatically discover and invoke the available JWT Decoder & Verifier tools.
claude mcp add --transport http jwt-decoder-verifier-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about JWT Decoder & Verifier MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the JWT Decoder & Verifier MCP today
We host it, we monitor it, we maintain it. You just paste one token.