UNPKG

@pinkpixel/web-scout-mcp

Version:

MCP server for web search and content extraction with multiple URL support and memory optimizations

51 lines (50 loc) 1.18 kB
{ "name": "@pinkpixel/web-scout-mcp", "version": "1.5.0", "description": "MCP server for web search and content extraction with multiple URL support and memory optimizations", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { "web-scout-mcp": "./dist/index.js" }, "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "production": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/pinkpixel-dev/web-scout-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "web-search", "web-content", "web-scraping", "content-extraction" ], "author": "Pink Pixel", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.1", "async": "^3.2.6", "axios": "^1.9.0", "cheerio": "^1.0.0", "jsdoctypeparser": "^9.0.0", "uuid": "^11.1.0", "zod": "3.24.4" }, "devDependencies": { "@types/node": "^22.15.17", "@types/uuid": "^10.0.0", "typescript": "^5.8.3" }, "engines": { "node": ">=18.0.0" } }