Fortress MCP Server
Rank #2,557io.github.tiliondev/fortress
Stealth browser for AI agents: fetch pages behind Cloudflare/DataDome/CAPTCHA, extract clean data.
Fortress MCP Server is a Model Context Protocol (MCP) server published by tiliondev. It ranks #2,557 of 115,460 servers tracked on MCP Toplist, and its repository has 474 GitHub stars. Fortress MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 2, 2026 and most recently updated on Jul 7, 2026.
Ranks ahead of 112,903 of 115,460 servers on MCP Toplist.
Use Fortress MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fortress -e "TILION_MCP_PREWARM=<your TILION_MCP_PREWARM>" -e "TILION_MCP_HEADLESS=<your TILION_MCP_HEADLESS>" -e "TILION_ALLOW_PRIVATE_EGRESS=<your TILION_ALLOW_PRIVATE_EGRESS>" -e "TILION_BASE_URL=<your TILION_BASE_URL>" -e "TILION_API_KEY=<your TILION_API_KEY>" -- uvx tilion tilion-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fortress]
command = "uvx"
args = ["tilion", "tilion-mcp"]
[mcp_servers.fortress.env]
TILION_MCP_PREWARM = "<your TILION_MCP_PREWARM>"
TILION_MCP_HEADLESS = "<your TILION_MCP_HEADLESS>"
TILION_ALLOW_PRIVATE_EGRESS = "<your TILION_ALLOW_PRIVATE_EGRESS>"
TILION_BASE_URL = "<your TILION_BASE_URL>"
TILION_API_KEY = "<your TILION_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fortress": {
"command": "uvx",
"args": [
"tilion",
"tilion-mcp"
],
"env": {
"TILION_MCP_PREWARM": "<your TILION_MCP_PREWARM>",
"TILION_MCP_HEADLESS": "<your TILION_MCP_HEADLESS>",
"TILION_ALLOW_PRIVATE_EGRESS": "<your TILION_ALLOW_PRIVATE_EGRESS>",
"TILION_BASE_URL": "<your TILION_BASE_URL>",
"TILION_API_KEY": "<your TILION_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fortress": {
"command": "uvx",
"args": [
"tilion",
"tilion-mcp"
],
"env": {
"TILION_MCP_PREWARM": "<your TILION_MCP_PREWARM>",
"TILION_MCP_HEADLESS": "<your TILION_MCP_HEADLESS>",
"TILION_ALLOW_PRIVATE_EGRESS": "<your TILION_ALLOW_PRIVATE_EGRESS>",
"TILION_BASE_URL": "<your TILION_BASE_URL>",
"TILION_API_KEY": "<your TILION_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fortress": {
"type": "stdio",
"command": "uvx",
"args": [
"tilion",
"tilion-mcp"
],
"env": {
"TILION_MCP_PREWARM": "<your TILION_MCP_PREWARM>",
"TILION_MCP_HEADLESS": "<your TILION_MCP_HEADLESS>",
"TILION_ALLOW_PRIVATE_EGRESS": "<your TILION_ALLOW_PRIVATE_EGRESS>",
"TILION_BASE_URL": "<your TILION_BASE_URL>",
"TILION_API_KEY": "<your TILION_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fortress": {
"command": "uvx",
"args": [
"tilion",
"tilion-mcp"
],
"env": {
"TILION_MCP_PREWARM": "<your TILION_MCP_PREWARM>",
"TILION_MCP_HEADLESS": "<your TILION_MCP_HEADLESS>",
"TILION_ALLOW_PRIVATE_EGRESS": "<your TILION_ALLOW_PRIVATE_EGRESS>",
"TILION_BASE_URL": "<your TILION_BASE_URL>",
"TILION_API_KEY": "<your TILION_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fortress": {
"command": "uvx",
"args": [
"tilion",
"tilion-mcp"
],
"env": {
"TILION_MCP_PREWARM": "<your TILION_MCP_PREWARM>",
"TILION_MCP_HEADLESS": "<your TILION_MCP_HEADLESS>",
"TILION_ALLOW_PRIVATE_EGRESS": "<your TILION_ALLOW_PRIVATE_EGRESS>",
"TILION_BASE_URL": "<your TILION_BASE_URL>",
"TILION_API_KEY": "<your TILION_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tiliondev%2Ffortress)<a href="https://mcptoplist.com/server/io.github.tiliondev%2Ffortress"><img src="https://mcptoplist.com/badge/io.github.tiliondev%2Ffortress.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tiliondev
Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Jul 7, 2026 |
Frequently asked questions
- Who maintains Fortress MCP Server?
- Fortress MCP Server is maintained by tiliondev, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Fortress MCP Server listed on the Official MCP Registry?
- Yes — Fortress MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Fortress MCP Server have?
- MCP Toplist tracks 1 version of Fortress MCP Server, most recently published on Jul 7, 2026.
- Where can I find the source code for Fortress MCP Server?
- The source code for Fortress MCP Server is hosted at github.com/tiliondev/fortress.