UNPKG

gc-waybackurls-mcp

Version:

Model Context Protocol (MCP) server for interacting with waybackurls for historical URL discovery

46 lines (45 loc) 1.02 kB
{ "name": "gc-waybackurls-mcp", "version": "1.1.5", "description": "Model Context Protocol (MCP) server for interacting with waybackurls for historical URL discovery", "main": "build/index.js", "types": "build/index.d.ts", "bin": { "gc-waybackurls": "build/index.js" }, "files": [ "build/**/*" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "waybackurls", "wayback-machine", "web-archive", "security", "pentesting", "ai", "llm" ], "author": "GhostCrew", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/GH05TCREW/waybackurls-mcp" }, "bugs": { "url": "https://github.com/GH05TCREW/waybackurls-mcp/issues" }, "homepage": "https://github.com/GH05TCREW/waybackurls-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.8.2" } }