Authenticator App MCP Server

by firstorderai
MIT License
175
2
  • Apple
  • Linux

get_password

Retrieve stored passwords for specific usernames on websites to facilitate automated logins. Input website domain and username to securely access credentials.

Instructions

Retrieve the password for a username when logging into a website.

Input Schema

NameRequiredDescriptionDefault
usernameYesThe username or email of the account you need to login, e.g. "john.doe@example.com"
websiteYesThe domain name of the website you need to login, e.g. "github.com"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "username": { "description": "The username or email of the account you need to login, e.g. \"john.doe@example.com\"", "type": "string" }, "website": { "description": "The domain name of the website you need to login, e.g. \"github.com\"", "type": "string" } }, "required": [ "website", "username" ], "type": "object" }

You must be authenticated.

Other Tools from Authenticator App MCP Server

Related Tools

ID: ta96lq0l0p