Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

jwt-decode

Decode JWT tokens to extract header and payload information for analysis and debugging, simplifying token inspection in development workflows.

Instructions

Decode JWT token (header and payload only)

Input Schema

NameRequiredDescriptionDefault
tokenYesJWT token to decode

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "token": { "description": "JWT token to decode", "type": "string" } }, "required": [ "token" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wrenchpilot/it-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server