2026-07-21 18:14:30 +02:00
|
|
|
{
|
|
|
|
|
"name": "@webclaw/mcp",
|
2026-07-22 08:53:29 +02:00
|
|
|
"version": "0.6.16",
|
2026-07-21 18:14:30 +02:00
|
|
|
"description": "Zero-install launcher for the webclaw MCP server: web extraction and anti-bot access for AI agents. Runs `npx @webclaw/mcp`.",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"bin": {
|
2026-07-22 08:53:29 +02:00
|
|
|
"webclaw-mcp-launcher": "./webclaw-mcp.mjs"
|
2026-07-21 18:14:30 +02:00
|
|
|
},
|
|
|
|
|
"mcpName": "io.github.0xMassi/webclaw",
|
|
|
|
|
"files": [
|
|
|
|
|
"webclaw-mcp.mjs",
|
|
|
|
|
"README.md"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
},
|
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
|
"author": "0xMassi",
|
|
|
|
|
"homepage": "https://webclaw.io",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/0xMassi/webclaw.git",
|
|
|
|
|
"directory": "packages/webclaw-mcp"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/0xMassi/webclaw/issues"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"mcp",
|
|
|
|
|
"model-context-protocol",
|
|
|
|
|
"webclaw",
|
|
|
|
|
"web-scraping",
|
|
|
|
|
"web-extraction",
|
|
|
|
|
"ai-agents",
|
|
|
|
|
"cloudflare",
|
|
|
|
|
"anti-bot",
|
|
|
|
|
"llm"
|
|
|
|
|
]
|
|
|
|
|
}
|