Generates secure One-Time Passwords (OTP) as an MCP server.
Sponsored
OTP provides a secure Model Context Protocol (MCP) server for generating One-Time Passwords. It supports both Time-based (TOTP) and HMAC-based (HOTP) algorithms, offering flexible integration options via stdio, Server-Sent Events (SSE), and HTTP Stream. This makes it ideal for seamless integration with AI assistants and various applications requiring robust authentication.
Key Features
01Supports TOTP (Time-based One-Time Passwords)
02Supports HOTP (HMAC-based One-Time Passwords)
03Multiple transport options: stdio, SSE, and HTTP Stream
04Built with FastMCP
051 GitHub stars
06Secure One-Time Password (OTP) generation
Use Cases
01Integrating OTP generation with AI assistants
02Providing secure authentication for various applications
03Implementing time-based or HMAC-based OTP verification systems