web-browser-mcp-server

browse_webpage

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