MCP Server Fetch TypeScript

by tatn

get_rendered_html

Retrieve fully rendered HTML content, including JavaScript-generated elements, from any webpage. Ideal for scraping or analyzing dynamic content in SPAs and modern web apps.

Instructions

Fetches fully rendered HTML content using a headless browser, including JavaScript-generated content. Essential for modern web applications, single-page applications (SPAs), or any content that requires client-side rendering to be complete.

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the target web page that requires JavaScript execution or dynamic content rendering.

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the target web page that requires JavaScript execution or dynamic content rendering.", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Fetch TypeScript

Related Tools

ID: iyfpvfkgyx