Skip to content

mcphub-com/browser-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages