Skip to main content
Glama

mcp-server-rag-web-browser

Official
by apify

search

Retrieve web page content from Google Search results or a specific URL in text or Markdown format, ideal for LLMs and RAG pipelines.

Instructions

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 from mcp-server-rag-web-browser

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

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