Skip to main content
Glama

Enhanced Web Scraper MCP Server

by JMRMEDEV

wait_for_element

Wait for a specific element to appear on a webpage using CSS selectors, handling dynamic content loading and React applications with configurable timeout and browser support.

Instructions

Wait for an element to appear on the page (useful for dynamic React content)

Input Schema

NameRequiredDescriptionDefault
browserNoBrowser engine to usechromium
selectorYesCSS selector to wait for
timeoutNoMaximum time to wait in milliseconds
urlYesURL to monitor

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "chromium", "description": "Browser engine to use", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "selector": { "description": "CSS selector to wait for", "type": "string" }, "timeout": { "default": 10000, "description": "Maximum time to wait in milliseconds", "type": "number" }, "url": { "description": "URL to monitor", "type": "string" } }, "required": [ "url", "selector" ], "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