Skip to main content
Glama

otp-mcp-server

by andreax79

calculate_otp_codes

Generate one-time passwords (OTP) for tokens matching a specific pattern using TOTP or HOTP algorithms. Ideal for secure authentication needs within the otp-mcp-server environment.

Instructions

Calculate the OTP code for all tokens matching the pattern. Args: pattern: Token pattern (part of the name or token number)

Input Schema

NameRequiredDescriptionDefault
patternYes

Input Schema (JSON Schema)

{ "properties": { "pattern": { "title": "Pattern", "type": "string" } }, "required": [ "pattern" ], "type": "object" }
Install Server

Other Tools from otp-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/andreax79/otp-mcp'

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