Skip to main content
Glama

IT Tools MCP Server

by wrenchpilot

otp-code-generator

Generate Time-based One-Time Password (TOTP) codes using a Base32 secret key. Specify code length and time period for secure, time-sensitive authentication.

Instructions

Generate Time-based One-Time Password (TOTP) codes

Input Schema

NameRequiredDescriptionDefault
digitsNoNumber of digits in the code
periodNoTime period in seconds
secretYesBase32 encoded secret key

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "digits": { "description": "Number of digits in the code", "type": "number" }, "period": { "description": "Time period in seconds", "type": "number" }, "secret": { "description": "Base32 encoded secret key", "type": "string" } }, "required": [ "secret" ], "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