Mcp Web Tools — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Web Tools (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 powerful MCP (Model Context Protocol) server that gives AI agents web superpowers. Extract content, search the web, monitor sites, and convert HTML to markdown — all through a clean tool interface.
| Tool | Description |
|---|---|
web_extract | Extract structured content from any URL (title, headings, paragraphs, links, images, metadata) |
web_search | Search the web via DuckDuckGo — no API key needed |
web_monitor | Check if a site is up, measure response time, get HTTP headers |
html_to_markdown | Convert any URL or HTML to clean markdown |
web_multi_extract | Extract content from multiple URLs in parallel |
Add to your Claude Code MCP settings (~/.claude/settings.json):
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}Add to claude_desktop_config.json:
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}npm install -g @rog0x/mcp-web-tools
mcp-web-toolsUse web_extract to get the main content from https://example.comUse web_search to find "best TypeScript frameworks 2026"Use web_monitor to check if https://api.example.com is respondingUse html_to_markdown to convert https://docs.example.com/guide to readable markdownUse web_multi_extract to get content from these URLs: [url1, url2, url3]MIT — rog0x
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.