OTP icon

OTP

1

Generates secure One-Time Passwords (OTP) as an MCP server.

关于

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.

主要功能

  • 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

使用案例

  • Integrating OTP generation with AI assistants
  • Providing secure authentication for various applications
  • Implementing time-based or HMAC-based OTP verification systems
OTP: Secure One-Time Password Generation MCP Server