How to Use the Deterministic JWT Inspector MCP in Claude Code
Decode JWT claims and check expiration directly from your terminal using Claude Code and standard UNIX pipes.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Deterministic JWT Inspector MCP to Claude Code
Create your Vinkius account to connect Deterministic JWT Inspector 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-Fast Token Decoding
The `inspect_jwt` tool decodes JWT headers and payloads from raw stdin or command arguments. This MCP server decodes JWT headers and payloads instantly so your Claude Code agent can inspect token structures without leaving the terminal interface. This eliminates the need to pipe tokens to insecure web decoders or write custom node scripts. The CLI agent gets clean JSON output containing the exact payload claims and header parameters.
Scriptable Expiry Checks via Claude Code
The `inspect_jwt` tool calculates token lifetime metrics by analyzing the `exp` claim. It outputs the remaining active duration in seconds, allowing your agent to diagnose expired credentials in your shell. Claude Code uses this to automate CI/CD pipeline troubleshooting. When a deployment script fails due to an auth error, the agent inspects the environment token and reports the exact expiration status.
Keyless Diagnostics for DevOps
The `inspect_jwt` tool requires zero public keys or cryptographic secrets to parse token contents. It isolates the decoding step, making it a safe choice for inspecting tokens of unknown origin. This allows your terminal agent to inspect tokens during incident response without hunting for JWKS endpoints. It reads the token anatomy safely, letting you debug configuration drift in production environments.
Set up Deterministic JWT Inspector 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 seedeterministic-jwt-inspector-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Deterministic JWT Inspector transactions." It will automatically discover and invoke the available Deterministic JWT Inspector tools.
claude mcp add --transport http deterministic-jwt-inspector-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 Deterministic JWT Inspector MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Deterministic JWT Inspector MCP today
We host it, we monitor it, we maintain it. You just paste one token.