Loading languages...
AP

apify/rag-web-browser

@Apify

Web browser for OpenAI Assistants, RAG pipelines, or AI agents, similar to a web browser in ChatGPT. It queries Google Search, scrapes the top N pages, and returns their content as Markdown for further processing by an LLM. It can also scrape individual URLs. Supports Model Context Protocol (MCP).

web scraping
RAG
AI agents
LLM
browser

# mcpServer Config

{
  "mcpServers": [
    {
      "name": "rag-web-browser",
      "url": "https://rag-web-browser.apify.actor/sse",
      "transports": [
        "sse"
      ],
      "description": "Web browser for OpenAI Assistants, RAG pipelines, or AI agents, similar to a web browser in ChatGPT. It queries Google Search, scrapes the top N pages, and returns their content as Markdown for further processing by an LLM. It can also scrape individual URLs.",
      "tools": [
        {
          "name": "rag-web-browser",
          "description": "Queries Google Search, scrapes web pages, and returns their content as Markdown for LLM processing.",
          "parameters": {
            "type": "object",
            "properties": {
              "query": {
                "type": "string",
                "description": "The search phrase or URL to browse."
              },
              "maxResults": {
                "type": "number",
                "description": "Maximum number of search results to process.",
                "default": 3
              }
            },
            "required": [
              "query"
            ]
          }
        }
      ]
    }
  ]
}

# sseURL

https://rag-web-browser.apify.actor/sse
Transport:
sse
اللغة:
typescript
تم التحديث:8/5/2025
الصفحة الرئيسية:
https://apify.com/apify/rag-web-browser