Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Scraper.is MCP Server
Claim
by
Ai-Quill
npm
GitHub
Browser Automation
Search
TypeScript
MIT License
444
4
Apple
Linux
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
api.md
.eslintrc.json
.gitignore
install.sh
LICENSE
.npmignore
package.json
package-lock.json
README.md
tsconfig.json
vitest.config.ts
yarn.lock
{ "name": "scraperis-mcp", "version": "0.1.22", "description": "Model Context Protocol (MCP) integration for Scraper.is - A web scraping tool for AI assistants", "keywords": [ "mcp", "model-context-protocol", "scraper", "web-scraping", "ai-tools" ], "author": "Scraper.is Team", "license": "MIT", "type": "module", "bin": { "scraperis-mcp": "./build/index.js" }, "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": { "build": "tsc && chmod +x build/index.js", "watch": "tsc --watch", "dev": "npx @modelcontextprotocol/inspector node build/index.js", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src/**/*.ts", "prepublishOnly": "npm run build" }, "files": [ "build", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/Ai-Quill/scraperis-mcp.git" }, "homepage": "https://scraper.is", "bugs": { "url": "https://github.com/Ai-Quill/scraperis-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "dotenv": "^16.4.7", "nanoid": "^5.1.2", "node-fetch": "^3.3.2", "zod": "^3.24.2", "zod-to-json-schema": "^3.22.5" }, "devDependencies": { "@types/node": "^22.13.9", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "eslint": "^8.57.0", "typescript": "^5.8.2", "vitest": "^1.4.0" }, "overrides": { "glob": "^10.3.10", "inflight": "^2.0.1" } }