mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 08:38:10 +08:00
38 lines
705 B
JSON
38 lines
705 B
JSON
{
|
|
"id": "fetch-mcp",
|
|
"name": "Fetch MCP",
|
|
"description": "网页内容获取与转换,将网页转为 Markdown 供 LLM 使用",
|
|
"protocol": "mcp",
|
|
"status": "offline",
|
|
"origin": "registry",
|
|
"transport": "stdio",
|
|
"capabilities": [
|
|
"url_fetch",
|
|
"html_to_markdown",
|
|
"content_extract"
|
|
],
|
|
"toolCount": 2,
|
|
"version": "0.6.2",
|
|
"author": "Anthropic",
|
|
"tags": [
|
|
"网页",
|
|
"抓取",
|
|
"Markdown"
|
|
],
|
|
"install": {
|
|
"method": "uvx",
|
|
"packageName": "mcp-server-fetch",
|
|
"command": "uvx",
|
|
"args": [
|
|
"mcp-server-fetch"
|
|
]
|
|
},
|
|
"connection": {
|
|
"transport": "stdio",
|
|
"command": "uvx",
|
|
"args": [
|
|
"mcp-server-fetch"
|
|
]
|
|
}
|
|
}
|