This Doc Scraper MCP server converts web documentation into markdown format using Jina.ai's API. It provides a single tool, 'scrape_docs', which takes a URL and output path as input, fetches the web page, converts it to clean markdown, and saves the result. Built with Python and leveraging libraries like aiohttp and pydantic, it offers a straightforward solution for automating documentation conversion. The implementation focuses on simplicity and ease of use, making it ideal for developers, technical writers, or content managers who need to quickly transform online documentation into a more portable markdown format for various purposes such as content migration, offline reading, or integration with markdown-based systems.
No reviews yet. Be the first to review!
Sign in to join the conversation
Scrape documentation from a URL and save as markdown. Input Parameters: url (string) - The URL of the documentation to scrape, output_path (string) - The path where the markdown file should be saved.