Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions mcp-registry/servers/fetch-mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,12 @@
"installations": {
"npm": {
"type": "npm",
"command": "npx",
"command": "node",
"args": [
"-y",
"https://github.com/zcaceres/fetch-mcp"
"{ABSOLUTE PATH TO FILE HERE}/dist/index.js"
]
}
},
"arguments": {
"url": {
"description": "URL of the website to fetch",
"required": true,
"example": "https://example.com"
},
"headers": {
"description": "Custom headers to include in the request",
"required": false,
"example": "{\"Authorization\": \"Bearer token\"}"
}
},
"tools": [
{
"name": "fetch_html",
Expand Down Expand Up @@ -149,4 +136,4 @@
}
}
]
}
}