Best for
- AI agents and browser automation projects that need to access heavily protected websites.
- Developers who need clean, reproducible page extraction and site crawling.
- Teams that value open-source and auditable stealth technology.
Fortress MCP server offers powerful stealth browsing for AI agents, enabling data extraction from heavily protected sites. While there are compliance risks, the engine is fully open-source and auditable, making it a strong choice for developers who value transparency and reproducibility.
The Fortress MCP server provides 29 stealth browser tools for AI agents. It corrects the browser fingerprint inside Chromium's C++, so the browser presents as an ordinary Chrome install. It enables agents to fetch protected pages, extract structured data, crawl whole sites, and run multi-step browser tasks, all while avoiding bot detection. The server also exposes get_stealth_cdp_endpoint to get a CDP URL for reuse with Playwright/Puppeteer.
pip install "tilion[mcp]" or npm install -g tilion-mcp. 3. Configure MCP client, e.g., add to Claude Desktop's claude_desktop_config.json: {"mcpServers":{"fortress":{"command":"tilion-mcp"}}}. 4. Restart client to see the fortress tools.{
"mcpServers": {
"fortress": {
"command": "tilion-mcp"
}
}
}