Skip to main content
Glama

MCP Login Server

by nieperdragon
  • Apple
  • Linux

perform_login

Automate login to localhost web applications using predefined credentials via the Playwright MCP server, enabling secure and efficient browser automation.

Instructions

Performs automated login to http://localhost using predefined credentials (admin/AIWorkshopJuly!25). This tool requires a Playwright MCP server to be running for browser automation.

Input Schema

NameRequiredDescriptionDefault
urlNoThe URL to navigate to for login (defaults to http://localhost)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "The URL to navigate to for login (defaults to http://localhost)", "format": "uri", "type": "string" } }, "type": "object" }

Other Tools from MCP Login 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/nieperdragon/custom_mcp'

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