mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
21 lines
374 B
JSON
21 lines
374 B
JSON
|
|
{
|
||
|
|
"name": "webclaw",
|
||
|
|
"description": "Web content extraction MCP server for AI agents. 10 tools with TLS fingerprinting.",
|
||
|
|
"homepage": "https://webclaw.io",
|
||
|
|
"tools": [
|
||
|
|
"scrape",
|
||
|
|
"crawl",
|
||
|
|
"map",
|
||
|
|
"batch",
|
||
|
|
"extract",
|
||
|
|
"summarize",
|
||
|
|
"diff",
|
||
|
|
"brand",
|
||
|
|
"search",
|
||
|
|
"research"
|
||
|
|
],
|
||
|
|
"install": {
|
||
|
|
"command": "npx create-webclaw"
|
||
|
|
}
|
||
|
|
}
|