A web scraping MCP server that uses Playwright for browser automation, BeautifulSoup for HTML parsing, and Pypandoc for converting web content to high-quality Markdown. Designed to handle modern, JavaScript-heavy websites and provide a simple tool for extracting and converting web page content, enabling easy content retrieval across complex web platforms.
No reviews yet. Be the first to review!
Sign in to join the conversation
Scrapes content from a URL and converts it to Markdown. Required parameter: `url` (string) - The URL to scrape. Optional parameter: `verify_ssl` (boolean) - Whether to verify SSL certificates (default: true).