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.
Release files for ghostfox 0.7.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ghostfox-0.7.1.tar.gz | 5.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghostfox-0.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.8 kB
Release files / ghostfox-0.7.1.tar.gz
| Download URL | ghostfox-0.7.1.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
74697e1acf25548e17bfc24e68141987dae389df8e900eb556676c27e435221c
|
|
BLAKE2b-256 checksum How to use checksums |
5d2532cac133e4cabfc25cebdc72e9ff993e2a43626add414cf162d6748670d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / ghostfox-0.7.1-py3-none-any.whl
| Download URL | ghostfox-0.7.1-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7e5c8a37fbe0e74f86ace04ea7c7970faac3a69b4ad6c1cdd66a5b5e2b462671
|
|
BLAKE2b-256 checksum How to use checksums |
5caa86da8c6a9a34f337b4eb0b59f9e7938c0d84c5b9d82eece06cac84528f1b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|