io.github.crunchtools/airlock
OfficialRelated Servers
Alternatives to io.github.crunchtools/airlock
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceSecurely fetches web content, extracts links and metadata, and downloads files through a sandboxed MCP server without JavaScript execution. Includes prompt-injection detection and comprehensive HTML sanitization for safe web data retrieval.2MIT
- AlicenseAqualityAmaintenanceSafe, self-hosted MCP server for web grounding that fetches live pages through a stealth-patched Chrome and returns clean Markdown with provenance, preventing SSRF and blocks.4MIT
- AlicenseAqualityCmaintenanceAn MCP server that fetches web pages and extracts clean, AI-friendly Markdown content using Mozilla Readability. It provides secure web access for LLMs with built-in SSRF protection and automated content cleaning for improved context retrieval and summarization.142 npmMIT
- FlicenseNot gradedqualityCmaintenanceA read-only MCP server that fetches hard-to-scrape web pages via an anti-detection browser and returns clean, token-efficient markdown. It exposes a single fetch tool that converts pages to markdown without requiring approval prompts.-
- AlicenseAqualityCmaintenanceFetch URLs and return clean, LLM-ready markdown with metadata and layered prompt injection defense. Configurable timeouts, word limits, JS rendering, and link extraction. All-in-one MCP server + CLI.11MIT
- FlicenseNot gradedqualityFmaintenanceAn MCP server for prompt injection boundary enforcement that scans URL content using a tiered LLM model strategy.-
TDQS
Scored across 17 tools
The safe_* and quarantine_* variants of fetch, read, and search are clearly differentiated, but scan_content, deep_scan_content, quarantine_scan, and deep_quarantine_scan have overlapping purposes (security scans on content with different layers). Additionally, safe_content and quarantine_content both sanitize inline content, differing mainly in whether they warn or fail on injection, which may cause misselection.
The tools follow a loose pattern with prefixes like safe_, quarantine_, scan_, but the mix includes verbs like reconnect, flush, reload alongside noun-based names. Some tools use the verb 'scan' as a base (scan_content, deep_scan_content) while others use 'quarantine_scan' and 'deep_quarantine_scan', creating inconsistency in how scan variants are named. Overall, the pattern is not uniform.
With 17 tools, this server is on the higher end of the typical range (3-15), and while each tool has a specific function, the number feels heavy, especially given the many near-duplicates like safe_fetch, quarantine_fetch, safe_search, quarantine_search, and the four scan variants. The count is borderline appropriate but could be streamlined.
The tool surface covers a range of security operations including fetching, reading, searching, scanning, and configuration management. However, there is no tool for updating or removing backends directly (only reconnect and cache_flush), and no tool for managing blocklists or whitelists explicitly. The completeness is moderate, with some operational gaps.