Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

token-generator

Create secure random tokens with customizable length and character sets, including alphanumeric, hex, base64, or custom options for enhanced security.

Instructions

Generate secure random tokens

Input Schema

NameRequiredDescriptionDefault
charsetNoCharacter set to use
customCharsNoCustom characters (required if charset is 'custom')
lengthNoToken length

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "charset": { "description": "Character set to use", "enum": [ "alphanumeric", "hex", "base64", "custom" ], "type": "string" }, "customChars": { "description": "Custom characters (required if charset is 'custom')", "type": "string" }, "length": { "description": "Token length", "type": "number" } }, "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