Skip to main content
Glama

Enhanced Web Scraper MCP Server

by JMRMEDEV

inspect_react_app

Analyze React Native web applications by extracting component hierarchies, props, and state data to support debugging and testing workflows.

Instructions

Inspect React Native web app with component tree, props, and state analysis

Input Schema

NameRequiredDescriptionDefault
browserNoBrowser engine to usechromium
deviceNoDevice to emulate (e.g., "iPhone 12", "Pixel 5")
includeComponentTreeNoInclude React component tree analysis
includeStateNoInclude React state inspection (requires React DevTools)
urlYesURL of the React Native web app
waitForHydrationNoWait for React hydration to complete

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "chromium", "description": "Browser engine to use", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "device": { "description": "Device to emulate (e.g., \"iPhone 12\", \"Pixel 5\")", "type": "string" }, "includeComponentTree": { "default": true, "description": "Include React component tree analysis", "type": "boolean" }, "includeState": { "default": false, "description": "Include React state inspection (requires React DevTools)", "type": "boolean" }, "url": { "description": "URL of the React Native web app", "type": "string" }, "waitForHydration": { "default": true, "description": "Wait for React hydration to complete", "type": "boolean" } }, "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/JMRMEDEV/amazon-q-web-scraper-mcp'

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