Skip to main content
Glama

MCP-Midscene

by MauroCor

midscene_navigate

Directs the browser to a specified URL within the current tab, enabling automated navigation for streamlined testing workflows on the MCP-Midscene server.

Instructions

Navigates the browser to the specified URL. Always opens in the current tab.

Input Schema

NameRequiredDescriptionDefault
urlYesURL to navigate to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "URL to navigate to", "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/MauroCor/mcp-midscene'

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