mcp-server-rag-web-browser

Official

search

Search phrase or a URL at Google and return crawled web pages as text or Markdown

Input Schema

NameRequiredDescriptionDefault
maxResultsNoThe maximum number of top organic Google Search results whose web pages will be extracted
queryYesGoogle Search keywords or a URL of a specific web page

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxResults": { "default": 1, "description": "The maximum number of top organic Google Search results whose web pages will be extracted", "exclusiveMinimum": 0, "type": "integer" }, "query": { "description": "Google Search keywords or a URL of a specific web page", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools