Skip to main content
Glama

JWT Auditor MCP Server

by mohdhaji87

jwt_generate

Generate a JSON Web Token (JWT) by specifying the header, payload, algorithm, and key (HS* or RS*). Enables secure token creation for authentication and data exchange.

Instructions

Generate a JWT with the given header, payload, algorithm, and key (HS* or RS*).

Input Schema

NameRequiredDescriptionDefault
algYes
headerYes
keyYes
payloadYes

Input Schema (JSON Schema)

{ "properties": { "alg": { "title": "Alg", "type": "string" }, "header": { "additionalProperties": true, "title": "Header", "type": "object" }, "key": { "title": "Key", "type": "string" }, "payload": { "additionalProperties": true, "title": "Payload", "type": "object" } }, "required": [ "header", "payload", "alg", "key" ], "title": "jwt_generateArguments", "type": "object" }
Install Server

Other Tools from JWT Auditor MCP Server

Related Tools

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/mohdhaji87/JWTAuditorMCP'

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