The repository implements a server that exposes web fetching functionalities as MCP tools. It utilizes Node.js and the undici
library for making HTTP requests. The design follows a modular approach, with distinct tools for fetching URLs, extracting HTML fragments, and checking URL status, each accessible via the MCP protocol.
TypeScript
8