mcp-stealth-chrome AGENTS.md

mcp-stealth-chrome AGENTS.md is an instructions file for Codex, OpenCode from RobithYusuf/mcp-stealth-chrome. It costs 4,144 tokens per session, scanned A, original, MIT.

Repository instructions for mcp-stealth-chrome, a server that lets an agent control Chrome or Chromium through browser automation interfaces.

In plain words
What is it for?
Use them when modifying the server, browser state management, Chrome discovery, direct browser-control tools, HTTP requests, or vision-based matching.
Why use it?
They document the product structure and constraints, helping changes preserve browser-state handling, network paths, and the server's existing architecture.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/robithyusuf/mcp-stealth-chrome/agents-md
Clone the repo
git clone --depth 1 https://github.com/RobithYusuf/mcp-stealth-chrome

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-stealth-chrome AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/robithyusuf/mcp-stealth-chrome/agents-md.svg)](https://agentmods.dev/instructions/robithyusuf/mcp-stealth-chrome/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/robithyusuf/mcp-stealth-chrome/agents-md"><img src="https://agentmods.dev/badge/instructions/robithyusuf/mcp-stealth-chrome/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,144 This file is loaded in full into every session.
When invoked 4,144 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.04144 $0.04144
Opus 5 $0.02072 $0.02072
Sonnet 5 $0.00829 $0.00829
Haiku 4.5 $0.00414 $0.00414

Measured 6d ago against content hash 6e709ac0a3eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

mcp-stealth-chrome AGENTS.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- `export_curl` emits both a `curl` string and an `http_request(impersonate='chrome')` call, and
AGENTS.md · 257 lines

How it starts

The opening of the file, as written. The whole thing — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.

mcp-stealth-chrome — Agent Guide

This guide applies to the whole repository and is the shared source of instructions for coding agents. It is not here to govern every decision — it exists to preserve the invariants that are easy to miss, almost all of which were learned from a shipped bug. Developer requests may override working defaults; hard constraints may only be overridden when the developer explicitly asks.

Product and repository map

An MCP server (stdio JSON-RPC) that gives an agent a stealth browser: 160 tools over nodriver (direct CDP, no WebDriver), plus a browserless HTTP path with a real Chrome TLS fingerprint. Published on PyPI as mcp-stealth-chrome.

uvx mcp-stealth-chrome → Python 3.11+ → FastMCP → nodriver → Chrome/Chromium (CDP)
                                              └→ curl_cffi (Chrome JA3/JA4) → browserless HTTP
                                              └→ opencv-python → template matching / vision
  • src/mcp_stealth_chrome/server.py — entry plus most tools, sectioned by ══════ banners.
  • src/mcp_stealth_chrome/state.pyBrowserState (multi-instance), profile discovery, Chrome lookup, lock/PID helpers.
  • src/mcp_stealth_chrome/snapshot.py — the SNAPSHOT_JS IIFE and format_snapshot.
  • src/mcp_stealth_chrome/helpers.pyok/err, ref resolution, path confinement, JSON parsing.
  • src/mcp_stealth_chrome/patches.py — runtime monkey-patches for nodriver/CDP drift.
  • src/mcp_stealth_chrome/tools/research.py, devtools.py, vision.py, network_http.py; each registers itself on import.
  • tests/test_registry.py — the tool-surface gate. tests/test_reliability_e2e.py and tests/test_agent_ergonomics.py — behaviour, real browser and fast unit respectively.
  • README.md — the authoritative tool list. docs/ — install, demo, research method, proof images.
  • Runtime data lives outside the repo: ~/.mcp-stealth/{profile,profiles,screenshots,exports, storage-states,identities,window-state}.

Read the full file on GitHub · 257 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 257 lines · 4,144 tokens per session scan A 6e709ac0a3eb

Subscribe to this mod's changes

mcp-stealth-chrome AGENTS.md is an instructions file published in the GitHub repository RobithYusuf/mcp-stealth-chrome (23 stars, last pushed 17d ago), licensed MIT. It adds 4,144 tokens to every session, about $0.0207 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories