Skip to main content
Glama

MCP Server Fetch Python

by tatn

get-rendered-html

Fetch fully rendered HTML from a URL, including JavaScript-generated content, for web pages requiring client-side rendering. Ideal for SPAs and dynamic web applications.

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 (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" }

Other Tools from MCP Server Fetch Python

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tatn/mcp-server-fetch-python'

If you have feedback or need assistance with the MCP directory API, please join our Discord server