← Back to browse

fortress

Indexed by io.github.tiliondev

About

Stealth browser for AI agents: fetch pages behind Cloudflare/DataDome/CAPTCHA, extract clean data.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTILION_MCP_PREWARM TILION_MCP_HEADLESS TILION_ALLOW_PRIVATE_EGRESS TILION_BASE_URL TILION_API_KEY
Claude Code
claude mcp add --env TILION_MCP_PREWARM= --env TILION_MCP_HEADLESS= --env TILION_ALLOW_PRIVATE_EGRESS= --env TILION_BASE_URL= --env TILION_API_KEY= fortress -- uvx tilion
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"fortress","command":"uvx","args":["tilion"],"env":{"TILION_MCP_PREWARM":"","TILION_MCP_HEADLESS":"","TILION_ALLOW_PRIVATE_EGRESS":"","TILION_BASE_URL":"","TILION_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "fortress": {
      "command": "uvx",
      "args": [
        "tilion"
      ],
      "env": {
        "TILION_MCP_PREWARM": "",
        "TILION_MCP_HEADLESS": "",
        "TILION_ALLOW_PRIVATE_EGRESS": "",
        "TILION_BASE_URL": "",
        "TILION_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.