Installation & Configuration
{
"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"
]
}
}
]
}
]
}Information
Transport
sse
Language
typescript
Created
2025/8/5
Updated
2025/8/5
