MCP NPX Fetch

fetch_html

Fetch a website and return the content as HTML

Input Schema

NameRequiredDescriptionDefault
headersNoOptional headers to include in the request
urlYesURL of the website to fetch

Input Schema (JSON Schema)

{ "properties": { "headers": { "description": "Optional headers to include in the request", "type": "object" }, "url": { "description": "URL of the website to fetch", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools