New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

ghostfox

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghostfox

Ghostfox — the agent-native stealth browser with 8 captcha solver families, debug cortex (console/errors/network), and MCP tools for AI agents.

pipPyPI
Version
0.7.2
Weekly downloads
601
Maintainers
1
Created

mcp-name: io.github.autokeren/ghostfox

ghostfox (Python)

Python surface for the Ghostfox agent-native stealth browser.

import ghostfox

# one-time: download the prebuilt engine + runtime (Linux x86_64)
ghostfox.install_engine()
ghostfox.install_runtime()

fox = ghostfox.GhostfoxMCP()
sid  = fox.session_create(platform="android")   # coherent mobile persona
page = fox.page_open(sid, "https://example.com")
print(fox.page_snapshot(sid, page)["content"])
fox.page_screenshot(sid, page)                   # evidence + live view
fox.close()

Zero Python dependencies — it drives the Rust MCP runtime over stdio, the same server AI agents use.

Keywords

browser

FAQs

Related posts