Skip to main content
Glama

Enhanced Web Scraper MCP Server

by JMRMEDEV

execute_in_react_context

Execute JavaScript within React applications to inspect components, access state data, or trigger specific actions for testing and analysis purposes.

Instructions

Execute JavaScript in React context to inspect components, state, or trigger actions

Input Schema

NameRequiredDescriptionDefault
browserNoBrowser engine to usechromium
scriptYesJavaScript code to execute in the browser context
urlYesURL of the React app
waitForReactNoWait for React to be available before executing

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "chromium", "description": "Browser engine to use", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "script": { "description": "JavaScript code to execute in the browser context", "type": "string" }, "url": { "description": "URL of the React app", "type": "string" }, "waitForReact": { "default": true, "description": "Wait for React to be available before executing", "type": "boolean" } }, "required": [ "url", "script" ], "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/JMRMEDEV/amazon-q-web-scraper-mcp'

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