MCP Server Fetch Python

by tatn

get-rendered-html

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 (ordinary HTML including JavaScript, etc.).

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the target web page (ordinary HTML including JavaScript, etc.).", "type": "string" } }, "required": [ "url" ], "type": "object" }