Stealth Agent Browser✓
io.github.ykshah1309/stealth-agent-browser-mcp · v0.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ykshah1309/stealth-agent-browser-mcp",
"description": "Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.",
"title": "Stealth Agent Browser",
"repository": {
"url": "https://github.com/ykshah1309/stealth-agent-browser-mcp",
"source": "github"
},
"version": "0.2.0",
"websiteUrl": "https://github.com/yksha/stealth-agent-browser-mcp",
"packages": [
{
"registryType": "npm",
"identifier": "stealth-agent-browser-mcp",
"version": "0.2.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
},
{
"value": "stealth-agent-browser-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Run Chromium headless. Default: true.",
"default": "true",
"name": "SAB_HEADLESS"
},
{
"description": "off | patched | paranoid. Default: patched.",
"default": "patched",
"name": "SAB_STEALTH_LEVEL"
},
{
"description": "Optional proxy URL, e.g. http://host:port.",
"name": "SAB_PROXY_SERVER"
},
{
"description": "Optional proxy username.",
"isSecret": true,
"name": "SAB_PROXY_USERNAME"
},
{
"description": "Optional proxy password.",
"isSecret": true,
"name": "SAB_PROXY_PASSWORD"
},
{
"description": "Persistent browser profile directory.",
"name": "SAB_USER_DATA_DIR"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}