VRO Camoufox MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VRO Camoufox MCPOpen a Vinted member page and enumerate their visible listings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VRO Camoufox MCP
VRO Camoufox MCP is a Python Model Context Protocol server for controlled marketplace research. It opens allowlisted Vinted pages, classifies and extracts visible listing data, enumerates member inventory, and captures verifiable evidence without exposing marketplace mutation tools.
Phase I is intentionally read-only. Publishing listings, changing prices, messaging buyers, handling offers, purchasing, and other marketplace mutations remain human-controlled.
What it does
Creates isolated Playwright browser sessions with bounded lifetime and page limits.
Restricts navigation to configured Vinted domains and blocks unsafe URL schemes.
Distinguishes home, member, listing, search, login, challenge, and error pages.
Extracts visible listing details without inventing missing values.
Reconciles member inventory counts through bounded scrolling and deduplication.
Captures PNG evidence with SHA-256 hashes, manifests, and SQLite records.
Issues expiring HMAC-signed artifact URLs.
Tracks verified remote synchronization and safely expires local payloads.
Returns consistent result envelopes with trace IDs, timing, warnings, evidence, and errors.
Architecture
AI harness
|
v
VRO Camoufox MCP
|-- browser policy and page classification
|-- listing and inventory extraction
`-- artifact capture and verification
|
v
human review / approvalThe MCP server provides capabilities. The surrounding harness owns workflow orchestration, policy decisions, persistence, approvals, and final success criteria.
Tool surface
Area | Tool | Purpose |
Browser |
| Create an isolated controlled browser session. |
Browser |
| Open an allowlisted URL and classify the resulting page. |
Browser |
| Return bounded visible text and classified links. |
Browser |
| Dismiss known cookie, app, login, and modal overlays. |
Listings |
| Extract the current listing when the page is a listing. |
Listings |
| Scroll, deduplicate, and reconcile visible member inventory. |
Listings |
| Inspect discovered listings sequentially with partial-failure reporting. |
Artifacts |
| Capture a screenshot, hash it, and register its manifest. |
Artifacts |
| Retrieve artifact metadata and an optional signed URL. |
Artifacts |
| List artifacts awaiting verified remote persistence. |
Artifacts |
| Confirm independently verified remote synchronization. |
Artifacts |
| Expire old confirmed local payloads with dry-run safety. |
Quick start
1. Create an environment
git clone https://github.com/grappaheiss/camoufox.git
cd camoufox
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -e ".[dev]"
playwright install chromiumOn Linux or macOS, activate with source .venv/bin/activate.
2. Configure the server
Copy-Item .env.example .envAt minimum, replace the placeholder artifact signing secret. For HTTP deployment, also set a client-reachable PUBLIC_BASE_URL and an explicit host allowlist.
ARTIFACT_SIGNING_SECRET=replace-with-a-long-random-secret
PUBLIC_BASE_URL=http://127.0.0.1:8765
MCP_ALLOWED_HOSTS=127.0.0.1,127.0.0.1:8765,localhost,localhost:87653. Run it
The default transport is stdio:
vro-mcpFor Streamable HTTP at http://127.0.0.1:8765/mcp:
$env:MCP_TRANSPORT = "streamable-http"
vro-mcpLinux launch helpers are available under scripts/.
Configuration
Variable | Default | Description |
|
|
|
|
| HTTP bind address. |
|
| HTTP listen port. |
|
| Streamable HTTP endpoint. |
|
| Enable MCP host/origin validation. |
| local hosts | Comma-separated accepted HTTP hosts. |
|
| Run the browser without a visible window. |
|
| Browser locale. |
|
| Browser timezone. |
| Vinted Poland | Comma-separated navigation allowlist. |
|
| Server-controlled artifact storage. |
|
| Confirmed local payload retention. |
|
| Signed artifact URL lifetime. |
| placeholder | Client-reachable origin for artifact URLs. |
See .env.example for the complete configuration surface.
Development
Run the focused regression suite:
python -m pytest -qRun the dependency-light smoke checks:
python scripts/smoke_test.pyThe current baseline is 6 regression tests plus 9 smoke checks.
Security model
Navigation is restricted by scheme and domain allowlists.
Model-facing tools cannot choose arbitrary artifact filesystem paths.
Artifact confirmation requires independent verification; supplied hashes must match.
Cleanup is restricted to confirmed artifacts and defaults to dry-run.
Extracted marketplace content is treated as data, never as executable instruction.
Signed URLs bind the artifact identity, filename, expiry, and server-held secret.
For production, retain DNS-rebinding protection, use an explicit stable hostname, store secrets outside source control, and expose the service only through a trusted HTTPS boundary.
Documentation
Status
Version 0.1.0 is an initial Phase I implementation. Browser selectors remain marketplace-structure dependent and should be covered by live integration fixtures before production use.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grappaheiss/camoufox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server