Docs Fetch MCP ServerServer

wolfyy970
GitHub
web scrapingdocument retrievalLLM exploration

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server for fetching web content with recursive exploration capabilities. This server enables LLMs to autonomously explore web pages and documentation to learn about specific topics.

📝 JSON Entries

{
  "mcpServers": [
    {
      "docs-fetch": {
        "env": {
          "MCP_TRANSPORT": "pipe"
        },
        "args": [
          "/path/to/docs-fetch-mcp/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

AxiosPuppeteer

Features

  • Content Extraction
  • Link Analysis
  • Recursive Exploration
  • Parallel Processing
  • Robust Error Handling
  • Dual-Strategy Approach
  • Timeout Prevention
  • Partial Results

💬 Example Queries

  • Fetch content from a specific web page
  • Explore the documentation related to a chosen topic