JSON Web Token Connector for AI agents.
1 live capability
Cryptographically verify API authentication tokens and session keys.
Waiting for input…
Why people use JSON Web Token
JWT Decoder & Verifier for Secure API Authentication
With this Connector, you can stay entirely within your local environment. Your agent handles the signature verification automatically, giving you a clear 'pass' or 'fail' on every token you inspect.
What Vinkius changes
You get cryptographically sound token validation without trusting the AI to guess the security.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failing login
A developer asks the agent to check why a token is rejected; the capability confirms the signature is invalid.
- Real-world use case 02
Webhook validation
A user wants to ensure a Stripe webhook is real; the agent uses the capability to check the signature against a secret.
- Real-world use case 03
Permission auditing
An admin asks the agent to list roles in a batch of tokens; the capability extracts them from the payload.
Complete set · 1capability
The complete JSON Web Token capability set.
These are the exact actions your AI can choose when you ask it to work with JSON Web Token.
01
1 capability in this set.
Part of 1 available through JSON Web Token.
- 01 Capability
Decode jwt
Pass a JWT and secret key to verify the signature and extract the payload. This blocks forged tokens.
Set up in minutes
One URL. Then ask JSON Web Token to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use JSON Web Token from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_D5R4DSb6SK0l9HMwb0HCmTETZzhB9BBHQbV1DXPU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it JSON Web Token, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable JSON Web Token for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_D5R4DSb6SK0l9HMwb0HCmTETZzhB9BBHQbV1DXPU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the JSON Web Token URL.
- Step 03
Save and start
Save the connection and enable JSON Web Token in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jwt-decoder-verifier": {
"url": "https://edge.vinkius.com/vk_preview_D5R4DSb6SK0l9HMwb0HCmTETZzhB9BBHQbV1DXPU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using JSON Web Token
Open Agent mode in chat and ask: "Using JSON Web Token, help me...". 1 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jwt-decoder-verifier": {
"url": "https://edge.vinkius.com/vk_preview_D5R4DSb6SK0l9HMwb0HCmTETZzhB9BBHQbV1DXPU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using JSON Web Token
Ask Copilot: "Using JSON Web Token, help me...". 1 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jwt-decoder-verifier": {
"url": "https://edge.vinkius.com/vk_preview_D5R4DSb6SK0l9HMwb0HCmTETZzhB9BBHQbV1DXPU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using JSON Web Token
Open Cascade and ask: "Using JSON Web Token, help me...". 1 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jwt-decoder-verifier": {
"url": "https://edge.vinkius.com/vk_preview_D5R4DSb6SK0l9HMwb0HCmTETZzhB9BBHQbV1DXPU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using JSON Web Token
Ask Cline: "Using JSON Web Token, help me...". 1 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jwt-decoder-verifier --transport http "https://edge.vinkius.com/vk_preview_D5R4DSb6SK0l9HMwb0HCmTETZzhB9BBHQbV1DXPU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using JSON Web Token
Ask Claude: "Using JSON Web Token, show me...". 1 tools are ready
Where the request belongs
Work JSON Web Token can move forward.
The security engineer who needs to audit auth flows without manually running scripts, or the backend developer who is tired of manually decoding tokens to find a specific user ID. It's for anyone who needs to verify cryptographic signatures without leaving their local environment.
Security Engineer
Verifying the integrity of incoming webhooks or third-party API requests during a security audit.
Backend Developer
Debugging why a specific token is being rejected by the production environment during a deployment.
DevOps Engineer
Checking if session tokens are correctly signed and formatted across different environments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsJWT Claims Validator
Validate JWT structure and expiration claims without signature verification.
JWT Payload Extractor
Extract and decode JWT payloads deterministically without cryptographic verification.
Deterministic JWT Inspector
Transform your AI into a cybersecurity diagnostic capability. Instantly decode and inspect JSON Web Tokens (Headers, Payloads, and Expiry metadata) without requiring signature keys.
JWT Decoder & Validator
Decode JWT segments and verify cryptographic signatures and temporal claims.
JWT & Base64 Decoder
Stop hallucinating Base64 translations. Instantly decode complex JWT tokens into readable headers and payloads with exact expiration mathematics.
Webhook HMAC Signature Validator
Verify the authenticity of incoming webhook payloads by validating their HMAC signatures.
Bring your own AI
Change the model, client or framework. Keep JSON Web Token connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about JSON Web Token.
The practical details behind the request, access and result.
Can the JWT Decoder & Verifier check if a token is forged?
Yes, it performs a cryptographic signature check against your secret or public key to ensure the token is authentic.
Does the JWT Decoder & Verifier work offline?
Yes, all decoding and verification happen locally on your machine, so your keys never leave your environment.
Can I use the JWT Decoder & Verifier for my private API keys?
Yes, you can provide your secret key to the capability to verify the integrity of your private API tokens.
Is the JWT Decoder & Verifier safe for my secrets?
Yes, because it processes everything locally. It does not send your keys or tokens to any external service.
How does the JWT Decoder & Verifier handle expired tokens?
It automatically checks the expiration claim and will notify you if the token is no longer valid.
Can the JWT Decoder & Verifier read user roles?
Yes, it extracts all claims from the payload, including user IDs, roles, and permission scopes.
Can I decode a token without the secret?
Yes, if you omit the secret, it will only decode the payload, but it will not verify authenticity.
Does it check expiration dates?
Yes, if the secret is provided, it will automatically throw an error if the token is expired.
What algorithms does it support?
It supports standard JWT algorithms including HS256, HS384, and HS512.
One connection away
Give your agent a direct line to JSON Web Token.
Connect JSON Web Token once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available