diff --git a/glama.json b/glama.json new file mode 100644 index 0000000..9ef8b73 --- /dev/null +++ b/glama.json @@ -0,0 +1,20 @@ +{ + "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" + } +}