{ "name": "alterlab-mcp-server", "mcpName": "io.alterlab/mcp-server", "version": "1.8.0", "description": "MCP server for web scraping, structured data extraction, and screenshots — give Claude, Cursor, Windsurf, and AI agents the ability to scrape any website with automatic anti-bot bypass", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "alterlab-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "web-scraping", "scraping", "scraper", "crawler", "crawling", "data-extraction", "structured-data", "screenshot", "ai-agent", "agentic", "llm", "llm-tools", "claude", "cursor", "windsurf", "cline", "copilot", "anti-bot", "headless-browser", "proxy", "alterlab" ], "author": "AlterLab", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/RapierCraft/alterlab-mcp-server.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.4", "typescript": "^5.7.3" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "server.json", "README.md", "LICENSE" ] }