@deventerprisesoftware/scrapi-mcp
Version:
MCP server for using ScrAPI to scrape web pages.
43 lines (42 loc) • 984 B
JSON
{
"name": "@deventerprisesoftware/scrapi-mcp",
"version": "0.0.3",
"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": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.14.0",
"shx": "^0.4.0",
"typescript": "^5.8.3"
}
}