OTP
Generates secure One-Time Passwords (OTP) as an MCP server.
Acerca de
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.
Características Principales
- Supports TOTP (Time-based One-Time Passwords)
- Supports HOTP (HMAC-based One-Time Passwords)
- Multiple transport options: stdio, SSE, and HTTP Stream
- Built with FastMCP
- 1 GitHub stars
- Secure One-Time Password (OTP) generation
Casos de Uso
- Integrating OTP generation with AI assistants
- Providing secure authentication for various applications
- Implementing time-based or HMAC-based OTP verification systems