← Back to Plugins
MCP Server MCP

Web Resurrect

github By github 👁 1 views ▲ 0 votes

Resurrect expired domains: scrape Wayback, AI-rewrite, generate images, publish to WordPress.

Homepage Verified source GitHub

Install

npx -y @web-resurrect/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@web-resurrect/mcp",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Web Resurrect API key (wr_live_xxx). Get one at https://web-resurrect.com/dashboard.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WEB_RESURRECT_API_KEY"
        },
        {
          "description": "API base URL. Defaults to https://web-resurrect.com (override only for self-hosted or staging).",
          "format": "string",
          "default": "https://web-resurrect.com",
          "name": "WEB_RESURRECT_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...