diff --git a/README.md b/README.md index 11178bd..a67c118 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ npm installs Stars Discord + webclaw MCP server

--- diff --git a/glama.json b/glama.json index 9ef8b73..d4c797c 100644 --- a/glama.json +++ b/glama.json @@ -1,20 +1,6 @@ { - "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" - } + "$schema": "https://glama.ai/mcp/schemas/server.json", + "maintainers": [ + "0xMassi" + ] }