MCP Server Rag Web Browser
UnclaimedA MCP Server for the RAG Web Browser Actor
Install
npx @modelcontextprotocol/inspector node dist/index.jsUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (7)
browser-playwright
Handles JS-heavy sites – slower, more robust.
maxResults
(number, optional, default: 1): Max organic results to fetch (ignored when query is a URL).
outputFormats
(array of strings, optional, default: [markdown]): One or more of text, markdown, html.
query
(string, required): Search keywords or a full URL. Advanced Google operators supported.
raw-http
Fast (no JS execution) – good for static pages.
requestTimeoutSecs
(number, optional, default: 40, min 1 max 300): Total server-side AND client wait budget. A local abort is enforced.
scrapingTool
(string, optional, default: raw-http): One of browser-playwright raw-http.