MCP Servers / development / OTP MCP Server

OTP MCP Server

JSON →
stdionone5development

Generates secure One-Time Passwords (OTP) using TOTP and HOTP algorithms.

Install
How to run this server
[ { "cmd": "uvx for", "imports": [] } ]
server path: otp-mcp-server
Tools
What this server exposes
generate_totp
Generate a Time-based One-Time Password (TOTP) for a given secret key
generate_hotp
Generate an HMAC-based One-Time Password (HOTP) for a given secret key and counter
validate_totp
Validate a Time-based One-Time Password (TOTP) against a secret key
validate_hotp
Validate an HMAC-based One-Time Password (HOTP) against a secret key and counter
Configuration
Environment & auth
authnone
envOTP_MCP_SERVER_HOST
envOTP_MCP_SERVER_PORT
Resources
OTP MCP Server — MCP Server · libregistry