{"slug":"tatn/mcp-server-fetch-typescript","name":"Web Fetch","description":"Fetches and converts web content, ideal for data extraction and web scraping.","category":"web-scraping","tags":[],"official":false,"stars":4,"transport":"http","install":[{"cmd":"npx -y mcp-server-fetch-typescript","imports":[]}],"tools":[{"name":"get_raw_text","description":"Retrieve raw text content directly from URLs. Takes `url` as a required parameter pointing to text-based resources. Returns unprocessed text content without browser rendering. Ideal for JSON, XML, CSV, TSV, or plain text files. Best used when fast, direct access to source content is needed."},{"name":"get_rendered_html","description":"Fetch fully rendered HTML content. Takes `url` as a required parameter. Returns complete HTML content after JavaScript execution. Uses Playwright for headless browser rendering. Essential for modern web applications and SPAs."},{"name":"get_markdown","description":"Convert web content to Markdown format. Takes `url` as a required parameter. Returns well-formatted Markdown preserving structural elements. Supports tables and definition lists. Recommended for content archiving and documentation."},{"name":"get_markdown_summary","description":"Extract and convert main content. Takes `url` as a required parameter. Returns clean Markdown focusing on main content. Automatically removes navigation, headers, footers. Perfect for article and blog post extraction."}],"env_vars":[],"auth_type":"none","github":"https://github.com/tatn/mcp-server-fetch-typescript","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Mon May 25"}