Skip to main content
Glama

Authenticator App MCP Server

by firstorderai
MIT License
175
2
  • Apple
  • Linux

get_account_list

Retrieve accounts available for login on a specific website. Input the domain name to access associated login credentials securely via the Authenticator App MCP Server.

Instructions

Retrieve the accounts can be used when logging into a website.

Input Schema

NameRequiredDescriptionDefault
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": { "website": { "description": "The domain name of the website you need to login, e.g. \"github.com\"", "type": "string" } }, "required": [ "website" ], "type": "object" }

You must be authenticated.

Other Tools from Authenticator App MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/firstorderai/authenticator_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server