Converts web pages to clean markdown via an SSE transport, stripping out navigation and boilerplate so you get just the content. Built specifically for RAG pipelines where you need structured text without the noise. Runs as a hosted service at web-scraper.api.klymax402.com and uses x402 micropayments in USDC, so you pay per scrape instead of subscribing. The repository shows it's implemented in TypeScript with MCP tooling but doesn't expose the specific API schema or example calls. Reach for this when you need to ingest web content into a vector database or knowledge base and want someone else to handle the extraction and cleaning.
Public tool metadata for what this MCP can expose to an agent.
scrape_urlFetch a URL and extract clean text/markdown content (like readability).2 paramsFetch a URL and extract clean text/markdown content (like readability).
urlstringformatstringtext · markdown · htmldefault: markdownscrape_structuredExtract structured data from a URL using CSS selectors.2 paramsExtract structured data from a URL using CSS selectors.
urlstringselectorsobjectscreenshot_urlTake a screenshot of a URL.4 paramsTake a screenshot of a URL.
urlstringwidthintegerheightintegerfull_pagebooleanextract_linksExtract all links from a URL with their text.2 paramsExtract all links from a URL with their text.
urlstringfilterstringextract_metaExtract metadata from a URL (title, description, OG tags, favicon, etc).1 paramsExtract metadata from a URL (title, description, OG tags, favicon, etc).
urlstringsearch_googleSearch Google and return results.2 paramsSearch Google and return results.
querystringnum_resultsintegertherealtimex/browser-use
jae-jae/fetcher-mcp
merajmehrabi/puppeteer-mcp-server
com.thenextgennexus/playwright-mcp-server
saik0s/mcp-browser-use