AuthSecAuthSec

MCP Playground Pro

Voice Authentication Test Steps

Follow these guided steps to test voice authentication using AuthSec Authenticator and the AuthSec AI Agent playground.

App Store icon

App Store

Download AuthSec Authenticator for iOS

Download on App Store
Play Store icon

Play Store

Download AuthSec Authenticator for Android

Download on Play Store

MCP Playground Voice Agent

Open MCP Playground Pro
1

Install AuthSec Authenticator and sign in

Download AuthSec Authenticator and proceed with sign in using the Client ID provided to you. You can register your email using OIDC/SAML via Open Browser inside the app.

Step 1 mobile screenshot 1
Step 1 mobile screenshot 2
Step 1 mobile screenshot 3
2

Log in to MCP Playground Pro

Log in to the playground using your email and Client ID: https://app.authsec.ai/pl/voice-agent

Open MCP Playground Pro
Step 2 playground login screenshot
3

Start talking with AuthSec AI Agent

After the welcome message, click the mic button to continue talking and try voice authentication.

Step 3 playground screenshot
4

Follow the AI agent instructions

Follow the steps suggested by the AuthSec AI Agent. If app command execution fails, try saying "Use App".

Step 4 playground screenshot
5

Approve mobile notification

You will receive a notification on your mobile device through AuthSec Authenticator. Approve it.

Step 5 mobile screenshot 1
6

Confirm success message

After approval, you will receive a success message from the AuthSec AI Agent.

Step 6 playground screenshot

Disclaimer

If anything fails, try saying "cancel and start fresh", or hard refresh and repeat steps 2 to 6.

Open Source

Build your own authenticator

AuthSec Authenticator is open source. Clone it, extend it, and ship your own branded mobile authenticator with TOTP, CIBA push approval, and biometric unlock — all powered by the AuthSec SDK.

Expo 54React Native 0.81.5TypeScriptNode.js 20+
Clone & run locallyNode.js 20+ required

1 — Clone the repository

# Clone from GitHub
git clone https://github.com/authsec-ai/AuthsecAuthenticator.git
cd AuthsecAuthenticator

2 — Install dependencies

npm install

3 — Start Expo dev server

npx expo start

Press i for iOS Simulator, a for Android emulator, or scan the QR code with Expo Go.

4 — Configure push notifications (Android)

For Android push notifications, add your google-services.json from Firebase Console to the project root. iOS uses APNs directly — no Firebase required. See google-services.json.example for the expected structure.