Skip to main content
Glama

WebScout MCP

by pyscout

initialize_session

Create a persistent browser session to handle login requirements and multi-step navigation for analyzing complex chat interfaces, maintaining authentication state across operations.

Instructions

Create a persistent browser session for step-by-step reverse engineering of complex chat interfaces. Use this when the chat requires login, multi-step navigation, or manual interaction before analysis. Returns a sessionId that must be used with all subsequent interactive tools. The session maintains cookies, authentication state, and can be used across multiple operations until explicitly closed.

Input Schema

NameRequiredDescriptionDefault
headlessNoRun browser in headless mode (true) or visible mode (false). Set false to watch the automation process (default: true)
urlYesThe initial URL to navigate to (e.g., login page or chat homepage)

Input Schema (JSON Schema)

{ "properties": { "headless": { "default": true, "description": "Run browser in headless mode (true) or visible mode (false). Set false to watch the automation process (default: true)", "type": "boolean" }, "url": { "description": "The initial URL to navigate to (e.g., login page or chat homepage)", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/pyscout/webscout-mcp'

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