MCP Server
MCP
io.github.tiliondev/fortress
Stealth browser for AI agents: fetch pages behind Cloudflare/DataDome/CAPTCHA, extract clean data.
Install
uvx tilion
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "tilion",
"version": "0.1.3",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "tilion-mcp",
"type": "positional",
"valueHint": "console-script"
}
],
"environmentVariables": [
{
"description": "Boot the browser at startup so the first tool call is instant (default 1).",
"name": "TILION_MCP_PREWARM"
},
{
"description": "Set 0 to show a visible browser window (default 1).",
"name": "TILION_MCP_HEADLESS"
},
{
"description": "Set 1 to allow tools to reach localhost / private IPs (SSRF guard off).",
"name": "TILION_ALLOW_PRIVATE_EGRESS"
},
{
"description": "Run browsers on a hosted Tilion server instead of locally.",
"name": "TILION_BASE_URL"
},
{
"description": "Bearer key for the hosted Tilion server (cloud mode only).",
"isSecret": true,
"name": "TILION_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment