Skip to main content
Glama
package.json1.5 kB
{ "name": "@deventerprisesoftware/scrapi-mcp", "version": "0.1.1", "description": "MCP server for using ScrAPI to scrape web pages.", "keywords": [ "mcp", "web scraper", "web scraping", "web data extractor", "claude", "ai" ], "homepage": "https://scrapi.tech", "bugs": { "url": "https://github.com/DevEnterpriseSoftware/scrapi-mcp/issues" }, "repository": { "type": "git", "url": "git+https://github.com/DevEnterpriseSoftware/scrapi-mcp.git" }, "license": "MIT", "author": "DevEnterprise Software (https://deventerprise.com)", "type": "module", "bin": { "scrapi-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "publish": "npm run build && npm publish", "watch": "tsc --watch", "ncu": "npx npm-check-updates --interactive", "docker:build": "docker build -f Dockerfile -t deventerprisesoftware/scrapi-mcp:v%npm_package_version% -t deventerprisesoftware/scrapi-mcp:latest .", "docker:push": "docker push deventerprisesoftware/scrapi-mcp --all-tags", "docker:release": "npm run build && npm run docker:build && npm run docker:push" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.2", "cors": "^2.8.5", "express": "^5.2.1", "zod": "^3.25.76" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^24.10.1", "shx": "^0.4.0", "typescript": "^5.9.3" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevEnterpriseSoftware/scrapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server