Skip to main content
Glama
304,959 tools. Last updated 2026-07-22 04:15

"A tool for inspecting website DOM and CSS." matching MCP tools:

  • Resolves a CSS selector to DOM elements with absolute on-screen tap coordinates in embedded WebViews on a booted simulator. Enables precise UI automation by providing tapX/tapY from real DOM elements.
    MIT
  • Retrieve raw outerHTML of page elements using CSS selectors, or full page HTML. Inspect markup structure for SEO, accessibility, or DOM analysis.
    AGPL 3.0
  • Wait for a CSS selector element to appear in the DOM after an action. Configurable timeout up to 10 seconds returns the element's text content.
    MIT
  • Click a DOM element by CSS selector to trigger click handlers and form submissions. Use for buttons, links, and checkboxes.
    MIT
  • Run CSS selectors against the current page's DOM to extract elements with tag, attributes, and text content.
    Apache 2.0
  • Extract HTML, text, and DOM structure from any webpage for content analysis, selector discovery, or pre-capture validation. Scope extraction with an optional CSS selector.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Provides a platform-agnostic specification of the technical features every decent website should have

  • Improve security writing, score it against rubrics, plan IR, CTI, vuln, and product strategy.

  • Fetch DOM elements by CSS selector or XPath. Returns tag, attributes, text, position, and a ref field for CSS results.
    MIT
  • Locate a DOM element by CSS selector and retrieve its physical screen coordinates for mouse_click. Use browser_overview to find appropriate selectors.
    MIT
  • Scan CSS code for Shadow DOM anti-patterns including descendant selectors piercing boundaries, ::slotted() misuse, invalid ::part() chaining, !important on tokens, unknown part names, and typo detection to catch mistakes before production.
    MIT
  • Checks CSS for dark mode anti-patterns in web components using Shadow DOM, identifying theme-scoped selectors that fail to style shadow internals and recommending CSS custom properties for theming.
    MIT
  • Read web page structure and content, outputting as DOM, accessibility tree, CSS diagnostics, semantic summary, or clean Markdown for analysis.
    MIT
  • Inspect live browser pages to get rendered HTML, CSS cascade data, screenshots, and style comparisons. Verify what browsers actually render for accurate CSS debugging and development.
    MIT
  • Generate a Shadow DOM styling guide for web components with token prefix, theming, dark mode, and anti-pattern warnings to prevent CSS mistakes.
    MIT
  • Analyzes CSS transitions and animations on web component hosts to identify standard properties that fail across Shadow DOM boundaries, prompting use of CSS custom properties for component internals.
    MIT
  • Diagnose CSS selector failures by analyzing matched count, sample matches, and DOM structure to distinguish bad selectors from empty or browser-rendered DOM.
    Apache 2.0
  • Retrieve the live DOM HTML from a page, useful for single-page apps or custom components when the accessibility tree is insufficient. Optionally extract a specific element's outerHTML via CSS selector.
    MIT
  • Extract the DOM layout tree with element hierarchy, bounding rects, and computed CSS styles from a URL at a specified viewport width to analyze page structure and identify layout issues.