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
53 changes: 53 additions & 0 deletions servers/community.fetch-uvx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "community.fetch-uvx",
"name": "Fetch (uvx)",
"alias": "fetch",
"description": "Fetch web content and convert it to markdown. Retrieve web pages, extract text content, and access robots.txt files for any URL.",
"icon": "https://avatars.githubusercontent.com/u/182288589?v=4",
"schema_version": "2.1",
"categories": [
"search"
],
"tags": [
"fetch",
"web",
"scraping",
"markdown",
"http",
"url"
],
"transport": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-fetch"
],
"metadata": {
"inputs": []
}
},
"auth": {
"type": "none",
"instructions": "No authentication required. Fetches public web content."
},
"contributor": {
"name": "Model Context Protocol",
"github": "modelcontextprotocol",
"url": "https://modelcontextprotocol.io"
},
"links": {
"repository": "https://github.com/modelcontextprotocol/servers",
"homepage": "https://modelcontextprotocol.io",
"documentation": "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch#readme"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
}
}