Skip to main content
Glama

Random Number MCP

by zazencodes
MIT License
2
  • Apple

secure_token_hex

Generate cryptographically secure random hexadecimal tokens for authentication, encryption, or secure data handling. Specify the number of bytes to customize token length.

Instructions

Generate a secure random hex token.

Args: nbytes: Number of random bytes to generate (default 32)

Returns: Hex string containing 2*nbytes characters

Input Schema

NameRequiredDescriptionDefault
nbytesNo

Input Schema (JSON Schema)

{ "properties": { "nbytes": { "default": 32, "title": "Nbytes", "type": "integer" } }, "type": "object" }
Install Server

Other Tools from Random Number MCP

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/zazencodes/random-number-mcp'

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