nuclear-crawler-hybrid
by Rigohl
Overview
High-performance web crawling, scraping, and deep web searching, designed to serve as a powerful tool for AI agents via Model Context Protocol (MCP).
Installation
nuclear-mcp --stdioEnvironment Variables
- NUCLEAR_MAX_CONCURRENT
- NUCLEAR_TIMEOUT
- NUCLEAR_CACHE_SIZE
- NUCLEAR_STEALTH
- RUST_LOG
- HF_MODELS_PATH
Security Notes
CRITICAL VULNERABILITIES: The server executes external commands (e.g., `cargo`, `npx eslint`, `pylint`, `javac`, `chpl`) on user-provided project paths without sandboxing, leading to arbitrary code execution if a malicious project path is supplied. Additionally, it uses `danger_accept_invalid_certs(true)` in `NuclearBypass`, which makes network communications vulnerable to Man-in-the-Middle (MITM) attacks. Extensive use of FFI (Go, Zig) increases the attack surface, and regexes might be vulnerable to ReDoS if applied to untrusted input. Not safe to run without significant sandboxing and code review for certificate validation.
Similar Servers
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.