mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
CLI + MCP server for extracting clean, structured content from any URL. 6 Rust crates, 10 MCP tools, TLS fingerprinting, 5 output formats. MIT Licensed | https://webclaw.io
32 lines
634 B
JSON
32 lines
634 B
JSON
{
|
|
"name": "create-webclaw",
|
|
"version": "0.1.0",
|
|
"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",
|
|
"ai",
|
|
"scraping",
|
|
"claude",
|
|
"cursor",
|
|
"windsurf",
|
|
"opencode",
|
|
"codex",
|
|
"antigravity",
|
|
"web-scraping"
|
|
],
|
|
"author": "webclaw",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/0xMassi/webclaw"
|
|
},
|
|
"homepage": "https://webclaw.io",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|