
Fetch and Convert
Fetches web content from any URL and converts it into different formats like HTML, Markdown, plain text, or JSON. Built with JSDOM and Turndown for reliable content transformation.
41702 views11RemoteLocal (stdio)
What it does
- Fetch web pages as raw HTML
- Convert web content to clean Markdown
- Extract plain text from web pages
- Retrieve and parse JSON from URLs
- Add custom headers for authenticated requests
Best for
Content creators extracting articles for researchDevelopers scraping web data for applicationsDocumentation teams converting web content to MarkdownData analysts gathering information from websites
4 output formats availableCustom headers supportTypeScript with full type definitions
Tools (4)
fetch_html
Fetch a website and return the content as HTML
fetch_markdown
Fetch a website and return the content as Markdown
fetch_txt
Fetch a website, return the content as plain text (no HTML)
fetch_json
Fetch a JSON file from a URL