Skip to main content
Glama

Enhanced Web Scraper MCP Server

by JMRMEDEV

get_page_info

Extract web page metadata, title, and performance metrics from any URL using specified browser engines for analysis and testing purposes.

Instructions

Get comprehensive information about a web page (title, meta tags, performance metrics)

Input Schema

NameRequiredDescriptionDefault
browserNoBrowser engine to usechromium
includePerformanceNoInclude performance metrics
urlYesURL to analyze

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "chromium", "description": "Browser engine to use", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "includePerformance": { "default": false, "description": "Include performance metrics", "type": "boolean" }, "url": { "description": "URL to analyze", "type": "string" } }, "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