Worker Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Worker Mcp (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.
fetch mcp logo
This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
<a href="https://glama.ai/mcp/servers/nu09wf23ao"> <img width="380" height="200" src="https://glama.ai/mcp/servers/nu09wf23ao/badge" alt="Fetch Server MCP server" /> </a>
url (string, required): URL of the website to fetchheaders (object, optional): Custom headers to include in the requestmax_length (number, optional): Maximum length to fetch (default 5000, can change via environment variable)start_index (number, optional): Used together with max_length to retrieve contents piece by piece, 0 by defaulturl (string, required): URL of the JSON to fetchheaders (object, optional): Custom headers to include in the requestmax_length (number, optional): Maximum length to fetch (default 5000, can change via environment variable)start_index (number, optional): Used together with max_length to retrieve contents piece by piece, 0 by defaulturl (string, required): URL of the website to fetchheaders (object, optional): Custom headers to include in the requestmax_length (number, optional): Maximum length to fetch (default 5000, can change via environment variable)start_index (number, optional): Used together with max_length to retrieve contents piece by piece, 0 by defaulturl (string, required): URL of the website to fetchheaders (object, optional): Custom headers to include in the requestmax_length (number, optional): Maximum length to fetch (default 5000, can change via environment variable)start_index (number, optional): Used together with max_length to retrieve contents piece by piece, 0 by defaultThis server does not provide any persistent resources. It's designed to fetch and transform web content on demand.
npm installnpm run buildTo use the server, you can run it directly:
npm startThis will start the Fetch MCP Server running on stdio.
To integrate this server with a desktop app, add the following to your app's server configuration:
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"mcp-fetch-server"
],
"env": {
"DEFAULT_LIMIT": "50000" // optionally change default limit
}
}
}
}npm run dev to start the TypeScript compiler in watch modenpm test to run the test suiteThis project is licensed under the MIT License.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.