mcphub-com/browser-scraper
4.6
If you are the rightful owner of browser-scraper and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The browser-scraper MCP is designed to facilitate web scraping using a browser, providing content in Markdown format.
Tools
1
Resources
0
Prompts
0
browser-scraper
MCP for scraping web page with browser use and retrieving their content in either Markdown format.
Tools
scrape
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. |
Example
{
"url": "https://example.com"
}
Response
page content. either the scraped content or an empty string (if a timeout or error occurred).