Skip to main content
Glama

web-browser-mcp-server

by blazickjp

browse_webpage

Extract webpage content by providing a URL, with optional CSS selectors to target specific elements for precise data retrieval.

Instructions

Extract content from a webpage with optional CSS selectors for specific elements

Input Schema

NameRequiredDescriptionDefault
selectorsNoOptional CSS selectors to extract specific content
urlYesThe URL of the webpage to browse

Input Schema (JSON Schema)

{ "properties": { "selectors": { "additionalProperties": { "type": "string" }, "description": "Optional CSS selectors to extract specific content", "type": "object" }, "url": { "description": "The URL of the webpage to browse", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from web-browser-mcp-server

Related Tools

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/blazickjp/web-browser-mcp-server'

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