Stealth browser for AI agents: fetch pages behind Cloudflare/DataDome/CAPTCHA, extract clean data.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx tilion
MCP client config
{
"mcpServers": {
"fortress": {
"command": "uvx",
"args": [
"tilion"
]
}
}
}