Mcp Fetch Ya — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Fetch Ya (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server for fetching web content and converting HTML to markdown.
npm install -g mcp-fetch-ya@latestOr use directly with npx:
npx mcp-fetch-ya@latestAdd to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["mcp-fetch-ya@latest"]
}
}
}{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"mcp-fetch-ya@latest",
"--ignore-robots-txt",
"--user-agent", "MyBot/1.0"
]
}
}
}{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"mcp-fetch-ya@latest",
"--proxy-url", "http://proxy.example.com:8080"
]
}
}
}If the built-in web fetch tool fails, you can retry with this MCP tool as a fallback. Fetches a URL and returns the content. HTML pages are converted to markdown for easier reading.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | - | The URL to fetch |
raw | boolean | No | false | Return raw content without markdown conversion |
| Option | Description |
|---|---|
--user-agent <agent> | Custom User-Agent string |
--proxy-url <url> | Proxy URL for requests |
--ignore-robots-txt | Ignore robots.txt restrictions |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.