mcp-fetch-node
If you are the rightful owner of mcp-fetch-node and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Fetch MCP Server is a Model Context Protocol server for Node.js that provides web content fetching capabilities.
Fetch MCP Server is a Node.js implementation of the Model Context Protocol server, designed to fetch and process web content. It allows LLMs to retrieve web pages and convert HTML to markdown, facilitating easier content consumption. The server supports content truncation and pagination, enabling models to read web pages in chunks. It respects the `robots.txt` file by default, but this can be customized. The server is implemented in TypeScript and provides an SSE interface, making it suitable for web service deployment. It does not rely on Readability.js for content extraction, opting for a custom implementation that is more versatile.
Features
- Fetch and extract relevant content from a URL
- Respect `robots.txt` (can be disabled)
- User-Agent customization
- Markdown conversion
- Pagination
Tools
fetch
Fetches a URL from the internet and extracts its contents as markdown.