MCP for scraping web page with browser use and retrieving their content in either Markdown format.
Scrape web page with browser use.
| Field | Type | Required | Description |
|---|---|---|---|
url |
string |
✅ Yes | URL string to scrape. |
timeout |
integer |
No | The number of seconds (default 15) to wait for each page to load. |
{
"url": "https://example.com"
}page content. either the scraped content or an empty string (if a timeout or error occurred).