fix: update glama.json to match schema, add Glama badge to README

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Valerio 2026-03-24 16:27:12 +01:00
parent e84b5b5917
commit 155a7ca579
2 changed files with 5 additions and 18 deletions

View file

@ -17,6 +17,7 @@
<a href="https://www.npmjs.com/package/create-webclaw"><img src="https://img.shields.io/npm/dt/create-webclaw?style=flat-square&label=npm%20installs&color=212529" alt="npm installs" /></a> <a href="https://www.npmjs.com/package/create-webclaw"><img src="https://img.shields.io/npm/dt/create-webclaw?style=flat-square&label=npm%20installs&color=212529" alt="npm installs" /></a>
<a href="https://github.com/0xMassi/webclaw/stargazers"><img src="https://img.shields.io/github/stars/0xMassi/webclaw?style=flat-square&color=212529" alt="Stars" /></a> <a href="https://github.com/0xMassi/webclaw/stargazers"><img src="https://img.shields.io/github/stars/0xMassi/webclaw?style=flat-square&color=212529" alt="Stars" /></a>
<a href="https://discord.gg/KDfd48EpnW"><img src="https://img.shields.io/badge/discord-join-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord" /></a> <a href="https://discord.gg/KDfd48EpnW"><img src="https://img.shields.io/badge/discord-join-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord" /></a>
<a href="https://glama.ai/mcp/servers/0xMassi/webclaw"><img src="https://glama.ai/mcp/servers/0xMassi/webclaw/badge" alt="webclaw MCP server" /></a>
</p> </p>
--- ---

View file

@ -1,20 +1,6 @@
{ {
"name": "webclaw", "$schema": "https://glama.ai/mcp/schemas/server.json",
"description": "Web content extraction MCP server for AI agents. 10 tools with TLS fingerprinting.", "maintainers": [
"homepage": "https://webclaw.io", "0xMassi"
"tools": [ ]
"scrape",
"crawl",
"map",
"batch",
"extract",
"summarize",
"diff",
"brand",
"search",
"research"
],
"install": {
"command": "npx create-webclaw"
}
} }