# Authenticator App Server

Enable AI agents to securely access your 2FA codes and passwords for automated login processes. Simplify credential management across platforms by bridging AI assistants with secure authentication. E…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add firstorderai/authenticator_mcp

# Browse available tools
npx -y smithery tool list firstorderai/authenticator_mcp

# Get full schema for a tool
npx -y smithery tool get firstorderai/authenticator_mcp get_2fa_code

# Call a tool
npx -y smithery tool call firstorderai/authenticator_mcp get_2fa_code '{}'
```

## Tools (3)

- `get_2fa_code` — Retrieve the current 2FA code for a username when logging into a website.
- `get_password` — Retrieve the password for a username when logging into a website.
- `get_account_list` — Retrieve the accounts can be used when logging into a website.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get firstorderai/authenticator_mcp <tool-name>
```

---

License: MIT
