2026-03-23 18:31:11 +01:00
|
|
|
{
|
|
|
|
|
"name": "create-webclaw",
|
2026-04-14 19:33:06 +02:00
|
|
|
"version": "0.1.4",
|
2026-04-02 11:33:43 +02:00
|
|
|
"mcpName": "io.github.0xMassi/webclaw",
|
2026-03-23 18:31:11 +01:00
|
|
|
"description": "Set up webclaw MCP server for AI agents (Claude, Cursor, Windsurf, OpenCode, Codex, Antigravity)",
|
|
|
|
|
"bin": {
|
|
|
|
|
"create-webclaw": "./index.mjs"
|
|
|
|
|
},
|
|
|
|
|
"type": "module",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"webclaw",
|
|
|
|
|
"mcp",
|
2026-04-02 11:33:43 +02:00
|
|
|
"mcp-server",
|
2026-03-23 18:31:11 +01:00
|
|
|
"ai",
|
2026-04-02 11:33:43 +02:00
|
|
|
"ai-agent",
|
2026-03-23 18:31:11 +01:00
|
|
|
"scraping",
|
2026-04-02 11:33:43 +02:00
|
|
|
"web-scraping",
|
|
|
|
|
"scraper",
|
|
|
|
|
"crawler",
|
|
|
|
|
"extract",
|
|
|
|
|
"markdown",
|
|
|
|
|
"llm",
|
2026-03-23 18:31:11 +01:00
|
|
|
"claude",
|
|
|
|
|
"cursor",
|
|
|
|
|
"windsurf",
|
|
|
|
|
"opencode",
|
|
|
|
|
"codex",
|
|
|
|
|
"antigravity",
|
2026-04-02 11:33:43 +02:00
|
|
|
"tls-fingerprint",
|
|
|
|
|
"cloudflare-bypass"
|
2026-03-23 18:31:11 +01:00
|
|
|
],
|
|
|
|
|
"author": "webclaw",
|
2026-04-02 11:33:43 +02:00
|
|
|
"license": "AGPL-3.0",
|
2026-03-23 18:31:11 +01:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/0xMassi/webclaw"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://webclaw.io",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
}
|