Two-Factor Auth
localotp-tools
Generate TOTP secrets + otpauth URIs (QR-friendly), produce the current 6-digit code, and verify user-submitted codes.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (3)
- otp_generate_secretGenerate a fresh TOTP secret and matching provisioning URI (otpauth://...) that scans into Google Authenticator / Authy.
- otp_current_tokenGenerate the current TOTP code from an existing base32 secret. Also returns the seconds remaining on this token.
- otp_verifyVerify a TOTP token against a secret. Tolerates ±1 window drift by default.