web-parser-mcp
Version:
🚀 MCP SERVER FIXED v3.7.9! Resolved import errors, middleware conflicts, type hints - NOW WORKING PERFECTLY!
83 lines (82 loc) • 2.04 kB
JSON
{
"name": "web-parser-mcp",
"version": "3.7.9",
"description": "🚀 MCP SERVER FIXED v3.7.9! Resolved import errors, middleware conflicts, type hints - NOW WORKING PERFECTLY!",
"main": "bin/server.js",
"bin": {
"web-parser-mcp": "./bin/server.js"
},
"scripts": {
"start": "node bin/server.js",
"test": "node bin/server.js --help",
"prepublishOnly": "echo 'Publishing web-parser-mcp...'",
"postinstall": "echo 'Web Parser MCP installed successfully! Run: npx web-parser-mcp'"
},
"keywords": [
"mcp",
"model-context-protocol",
"web-scraping",
"html-parser",
"python",
"beautifulsoup",
"playwright",
"hybrid-architecture",
"javascript-sites",
"authentication",
"oauth-jwt",
"interactive-login",
"auto-pagination",
"infinite-scroll",
"parallel-processing",
"structured-extraction",
"media-download",
"caching",
"debug-screenshots",
"web-parsing",
"crawler",
"scraper",
"form-login",
"session-management",
"browser-cookies",
"anti-detection",
"stealth-mode",
"spa-support",
"dynamic-content",
"performance-optimization",
"data-mining",
"automation",
"modular-architecture",
"code-refactoring",
"clean-code",
"maintainable",
"functional-groups",
"organized-tools",
"scalable-design",
"clean-architecture"
],
"author": "Web Parser MCP Team",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"preferGlobal": true,
"files": [
"bin/",
"main.py",
"src/",
"pyproject.toml",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/web-parser-mcp/web-parser-mcp.git"
},
"homepage": "https://github.com/web-parser-mcp/web-parser-mcp#readme",
"bugs": {
"url": "https://github.com/web-parser-mcp/web-parser-mcp/issues"
},
"dependencies": {},
"publishConfig": {
"access": "public"
}
}