Skip to main content
Glama

Enhanced Web Scraper MCP Server

by JMRMEDEV

inspect_element

Extract DOM element attributes, text content, and computed styles from web pages using CSS selectors for web scraping and application testing.

Instructions

Inspect a DOM element by selector and return its attributes, text, and computed styles

Input Schema

NameRequiredDescriptionDefault
browserNochromium
propertiesNoOptional list of CSS properties
selectorYesCSS selector of element
urlYesPage URL to inspect

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "chromium", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "properties": { "description": "Optional list of CSS properties", "items": { "type": "string" }, "type": "array" }, "selector": { "description": "CSS selector of element", "type": "string" }, "url": { "description": "Page URL to inspect", "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