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.2
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.2.tar.gz | 5.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghostfox-0.7.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.8 kB
Release files / ghostfox-0.7.2.tar.gz
| Download URL | ghostfox-0.7.2.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cca4cfd546a19f6d16618c2b39323ec0bb8b5d289451e0e21ceda6a119de348e
|
|
BLAKE2b-256 checksum How to use checksums |
f458b3802dcda3b825bb3c6c3811666496165d6a51e124fd5f3dc2bb2cc33c9b
|
| 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.2-py3-none-any.whl
| Download URL | ghostfox-0.7.2-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3febf4d43553c49237a194389aca28a74503951bb498bef110f236553eaf085d
|
|
BLAKE2b-256 checksum How to use checksums |
a446fed9dee08d1ff485473e401f9ba1a9e49c733023493634e7674058de1584
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|