{
  "entry": {
    "kind": "webmcp",
    "slug": "mcp-webcomic-site-server",
    "name": "MCP Webcomic Site Server",
    "vendor": "Nearest Nabors",
    "description": "A tutorial template that ships an 11ty archive website together with an MCP server and in-browser tools, showing how a content site can serve both human readers and agents from one codebase.\n\nIt is catalogued as the smallest complete example of the hybrid pattern — server-side MCP plus page-level WebMCP — which is where most publishers will end up. Its declared capabilities are filesystem reads for the site content and outbound network access. As a template rather than a hosted service, the risk transfers to whoever deploys it: the generated MCP server inherits whatever filesystem scope it is configured with, and tutorials tend to be copied with their defaults intact.",
    "website": "https://github.com/nearestnabors",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "template",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 40,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}