Serversio.github.paimonchan/paimon-mcp-fetch
F

Web Page Fetcher

io.github.paimonchan/paimon-mcp-fetch · v0.1.2
▦ other
v0.1.2other mcpb: https://github.com/paimonchan/paimon-mcp-fetch/releases/download/v0.1.2/paimon-mcp-fetch-0.1.2-windows-amd64.zip↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.paimonchan/paimon-mcp-fetch",
  "description": "Fetch web pages with SSRF protection. Returns clean, readable markdown from any URL.",
  "title": "Web Page Fetcher",
  "repository": {
    "url": "https://github.com/paimonchan/paimon-mcp-fetch",
    "source": "github"
  },
  "version": "0.1.2",
  "websiteUrl": "https://github.com/paimonchan/paimon-mcp-fetch#installation",
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/paimonchan/paimon-mcp-fetch/releases/download/v0.1.2/paimon-mcp-fetch-0.1.2-windows-amd64.zip",
      "fileSha256": "379d7927a0329c22ec8524e430a27e4b5f2662842684aab1abb02da4695bc4d7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Maximum content length to return in characters",
          "default": "50000",
          "name": "PAIMON_MCP_FETCH_MAX_LENGTH"
        },
        {
          "description": "HTTP request timeout in seconds",
          "default": "30",
          "name": "PAIMON_MCP_FETCH_TIMEOUT"
        },
        {
          "description": "Disable robots.txt checking (use with caution)",
          "default": "false",
          "name": "PAIMON_MCP_FETCH_DISABLE_ROBOTS"
        },
        {
          "description": "Custom User-Agent string for HTTP requests",
          "default": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
          "name": "PAIMON_MCP_FETCH_USER_AGENT"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "com.github": {
        "category": "Web / Content",
        "serverDisplayName": "paimon-mcp-fetch",
        "tags": [
          "web-fetcher",
          "content-extraction",
          "readability",
          "ssrf-protection",
          "go",
          "single-binary"
        ]
      }
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}