Enables fetching web content via HTTP requests using Node.js and Undici.
Node Fetch provides an MCP server for fetching web content with the Node.js undici library. It allows you to retrieve data from any URL using various HTTP methods, configure headers and request bodies, and receive content in formats like text, JSON, binary, or HTML fragments. Includes tools to check the status of URLs and extract specific HTML content using CSS selectors.