mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
18 lines
466 B
JSON
18 lines
466 B
JSON
|
|
{
|
||
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
||
|
|
"name": "io.github.0xMassi/webclaw",
|
||
|
|
"title": "webclaw",
|
||
|
|
"description": "Web extraction MCP server. Scrape, crawl, extract, summarize any URL to clean markdown.",
|
||
|
|
"version": "0.1.4",
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"registryType": "npm",
|
||
|
|
"identifier": "create-webclaw",
|
||
|
|
"version": "0.1.4",
|
||
|
|
"transport": {
|
||
|
|
"type": "stdio"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|