Fetch MCPServer

phpmac
GitHub
web scrapingbrowser automationcontent conversion

Loading subscription status...

💡 Description

This MCP server provides the capability to fetch web content and convert it into various formats including HTML, JSON, plain text, and Markdown.

📝 JSON Entries

{
  "mcpServers": [
    {
      "fetch-mcp": {
        "env": {
          "Authorization": "Bearer your-token-here",
          "X-Custom-Header": "custom-value"
        },
        "args": [
          "url",
          "headers"
        ],
        "command": "fetch"
      }
    }
  ]
}

🛠️ Tools

fetch_htmlfetch_jsonfetch_txtfetch_markdown

Features

  • Fetch content in various formats
  • Convert HTML to Markdown
  • Browser automation capabilities

💬 Example Queries

  • Fetch the HTML content of a webpage
  • Get the JSON from a specific API endpoint
  • Retrieve plain text from a specified URL
  • Convert the content of a website to Markdown