Fetch MCP ServerServer

tokenizin
GitHub
Web ScrapingBrowser AutomationContent Transformation

Loading subscription status...

💡 Description

This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown. It allows users to retrieve and transform content from web pages into structured formats for easier consumption.

📝 JSON Entries

{
  "mcpServers": [
    {
      "fetch": {
        "args": [
          "{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

obtener_htmlobtener_jsonobtener_txtobtener_markdown

Features

  • Fetches web content via a modern search API
  • Supports custom headers for requests
  • Provides content in multiple formats: HTML, JSON, plain text, and Markdown
  • Uses JSDOM for HTML parsing and text extraction
  • Utilizes TurndownService for converting HTML to Markdown