nex_browser_fill_account
Autofill login forms with stored vault credentials while keeping passwords and 2FA secrets outside MCP. The plugin selects visible fields and never submits the form.
Instructions
Ask the NexBrowser vault plugin to autofill the current login page with a stored credential. Call nex_browser_accounts first and pass only an accountId returned for this open window; the plugin chooses the visible fields and keeps passwords and 2FA secrets outside MCP. Call again after each navigation in a multi-step sign-in. This tool never submits the form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Stable page ID; defaults to the session active page | |
| accountId | No | Vault credential to use; optional when the open window has exactly one | |
| sessionId | No | Optional session ID; defaults to this MCP client active session |