{ "name": "web-fetch-mcp", "mcpName": "io.github.KylinMountain/web-fetch-mcp", "version": "0.1.1", "description": "MCP server for web content fetching, summarizing, comparing, and extracting information", "main": "dist/index.js", "type": "module", "bin": { "web-fetch-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "mcp", "model-context-protocol", "web-fetch", "summarization", "web-scraping", "content-extraction" ], "author": "", "license": "Apache-2.0", "dependencies": { "@google/generative-ai": "^0.21.0", "@modelcontextprotocol/sdk": "^0.5.0", "html-to-text": "^9.0.5", "undici": "^6.19.8" }, "devDependencies": { "@types/html-to-text": "^9.0.4", "@types/node": "^20.14.12", "tsx": "^4.16.2", "typescript": "^5.5.4" }, "files": [ "dist" ], "types": "dist/index.d.ts", "engines": { "node": ">=18.0.0" } }