mcphub-com/browser-scraper
3.5
browser-scraper is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
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 henry@mcphub.com.
The browser-scraper MCP is designed to facilitate web scraping using a browser, providing content in Markdown format.
Try browser-scraper with chat:
Server config via mcphub
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).