Skip to main content
Glama

otp-mcp-server

by andreax79

calculate_otp_codes

Generate OTP codes for tokens matching a specified pattern using the otp-mcp-server. Supports TOTP and HOTP algorithms for secure one-time password creation.

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" }

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