mcp-server-fetch-typescript
If you are the rightful owner of mcp-server-fetch-typescript 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.
A Model Context Protocol server that provides web content fetching and conversion capabilities.
The mcp-server-fetch-typescript is a robust Model Context Protocol server designed to facilitate web content retrieval and conversion. It supports various formats and rendering methods, making it suitable for a wide range of tasks from simple data extraction to complex web scraping. This server is particularly useful for developers and data analysts who need to access and manipulate web content efficiently. By leveraging tools like Playwright for headless browser rendering, it ensures that even dynamic web pages can be processed accurately. The server's ability to convert web content into Markdown format further enhances its utility for content archiving and documentation purposes.
Features
- get_raw_text: Retrieve raw text content directly from URLs, ideal for JSON, XML, CSV, TSV, or plain text files.
- get_rendered_html: Fetch fully rendered HTML content using Playwright for headless browser rendering, essential for modern web applications.
- get_markdown: Convert web content to Markdown format, supporting tables and definition lists for content archiving.
- get_markdown_summary: Extract and convert main content to clean Markdown, perfect for article and blog post extraction.