Metal MCP Server
by aldrin-labs
{
"name": "mcp-deepwebresearch",
"version": "0.3.0",
"description": "MCP Web Research Server with Deep Research capabilities",
"main": "dist/index.js",
"type": "module",
"bin": "./dist/index.js",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "tsc",
"postbuild": "node -e \"if (process.platform !== 'win32') require('fs').chmodSync('dist/index.js', '755')\"",
"start": "node dist/index.js",
"dev": "ts-node-esm src/index.ts",
"watch": "tsc -w",
"test": "jest",
"lint": "eslint src/**/*.ts",
"clean": "rimraf dist"
},
"keywords": [
"mcp",
"research",
"web",
"search",
"analysis"
],
"author": "Kenneth <kenneth@example.com>",
"repository": {
"type": "git",
"url": "https://github.com/mcpnfo/mcp-deepwebresearch.git"
},
"bugs": {
"url": "https://github.com/mcpnfo/mcp-deepwebresearch/issues"
},
"homepage": "https://github.com/mcpnfo/mcp-deepwebresearch#readme",
"bin": {
"mcp-deepwebresearch": "./dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.1.1",
"@types/turndown": "^5.0.5",
"cheerio": "^1.0.0",
"html-to-md": "^0.8.6",
"natural": "^8.0.0",
"playwright": "^1.40.0",
"rate-limiter-flexible": "^5.0.0",
"readability": "^0.1.0",
"turndown": "^7.2.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.0.0",
"typescript": "^5.0.0"
}
}