From d521a79a66d81c8dfb5ac7e9660e2ea5da0af937 Mon Sep 17 00:00:00 2001 From: Valerio Date: Tue, 24 Mar 2026 10:12:17 +0100 Subject: [PATCH] feat: add glama.json for MCP server directory listing Co-Authored-By: Claude Opus 4.6 (1M context) --- glama.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 glama.json 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" + } +}