tilion-mcp
v0.1.0
Published
Stealth-browser MCP for AI agents — fetch pages behind Cloudflare / DataDome / PerimeterX / 403 / CAPTCHA, extract clean markdown & JSON, crawl sites, reverse-engineer private APIs, and drive a real undetected Chromium (Fortress). Local, no account, no ke
Maintainers
Readme
tilion-mcp
A stealth-browser MCP for AI agents. When a fetch gets blocked — Cloudflare, DataDome, PerimeterX, a 403, or a CAPTCHA — your agent calls these tools and gets the page, driving a real, recompiled Chromium (Fortress) locally.
npx tilion-mcp runs the server. It launches the Python tilion MCP under the hood (via
uvx, so nothing is permanently installed).
Use it in a client
Claude Desktop / Cursor / Cline / Windsurf — add to the MCP config:
{ "mcpServers": { "fortress": { "command": "npx", "args": ["-y", "tilion-mcp"] } } }Claude Code (CLI):
claude mcp add fortress -- npx -y tilion-mcpRequires Python available on PATH (the shim prefers uv; falls back to
pipx, a pre-installed tilion-mcp, or python -m tilion.mcp). Or install directly:
pip install "tilion[mcp]".
What you get
26 tools: fetch_protected_page, read_page, extract_page, crawl_site,
recon_site_apis, search_web, run_browser_task, screenshot_page, save_page,
save_profile / load_profile, get_stealth_cdp_endpoint, and more. Pre-warmed,
concurrency-safe, timeout- and SSRF-guarded.
Full docs: https://github.com/tiliondev/fortress/tree/main/mcp
BSD-3-Clause · hosted cloud with residential egress coming soon.
