docs-fetch-mcp
If you are the rightful owner of docs-fetch-mcp 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.
A Model Context Protocol (MCP) server for fetching web content with recursive exploration capabilities.
The Docs Fetch MCP Server provides a simple but powerful way for LLMs to retrieve and explore web content. It enables fetching clean, readable content from any web page, recursive exploration of linked pages up to a specified depth, same-domain link traversal to gather comprehensive information, and smart filtering of navigation links to focus on content-rich pages. This tool is particularly useful when users want an LLM to learn about a specific topic by exploring documentation or web content.
Features
- Content Extraction: Cleanly extracts the main content from web pages, removing distractions like navigation, ads, and irrelevant elements.
- Link Analysis: Identifies and extracts links from the page, assessing their relevance.
- Recursive Exploration: Follows links to related content within the same domain, up to a specified depth.
- Parallel Processing: Efficiently crawls content with concurrent requests and proper error handling.
- Robust Error Handling: Gracefully handles network issues, timeouts, and malformed pages.
Tools
fetch_doc_content
Fetches web page content with the ability to explore linked pages up to a specified depth.