website-to-markdown-mcp
Version:
Advanced MCP server for fetching websites and converting to markdown with AI-powered features and stealth capabilities
79 lines (78 loc) • 2.05 kB
JSON
{
"name": "website-to-markdown-mcp",
"version": "1.2.0",
"description": "Advanced MCP server for fetching websites and converting to markdown with AI-powered features and stealth capabilities",
"main": "dist/index.js",
"bin": {
"website-to-markdown-mcp": "dist/index.js"
},
"type": "module",
"engines": {
"node": ">=20.18.1"
},
"keywords": [
"mcp",
"model-context-protocol",
"website",
"markdown",
"openapi",
"swagger",
"api-docs",
"documentation",
"stealth",
"ai-scraping",
"anti-detection"
],
"author": "Sun",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-username/website-to-markdown-mcp.git"
},
"homepage": "https://github.com/your-username/website-to-markdown-mcp#readme",
"bugs": {
"url": "https://github.com/your-username/website-to-markdown-mcp/issues"
},
"files": [
"dist/**/*",
"config.json",
"README.md",
"README.zh-TW.md"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "node --test dist/tests/*.js",
"prepublishOnly": "npm run build",
"prepack": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"@readme/openapi-parser": "^4.1.0",
"axios": "^1.7.0",
"cheerio": "^1.0.0",
"swagger-parser": "^10.0.3",
"turndown": "^7.1.2",
"yaml": "^2.8.0",
"zod": "^3.22.0",
"playwright": "^1.50.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"p-limit": "^6.0.0",
"p-retry": "^6.2.0",
"winston": "^3.11.0",
"node-cron": "^3.0.3",
"ioredis": "^5.3.2",
"pdfjs-dist": "^4.0.379",
"jsdom": "^25.0.0",
"https-proxy-agent": "^7.0.2"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/turndown": "^5.0.0",
"@types/jsdom": "^21.1.6",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}