capmonster-mcp-patchright

MCPcomunidad
v1.1.3UnknownMITActualizado hace 2 dnpmGitHub

Fork of mcp-patchright that adds a per-call world:'main' option to browser_evaluate / browser_run_code_unsafe, so page-defined window globals are visible and callable. Defaults to Patchright's isolated stealth world; opt into main only when you need it. E

Funciona en
ClaudeCursorCopilotGemini

Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
156Descargas/sem.
1Estrellas en GitHub
2Forks
hace 2 dÚltima actualización
Paquete
AutorUnknown
LicenciaMIT
Versión1.1.3
Fuentenpm+mcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/20
Publicador: ejecuta `forge publish` desde el repo del paquete para reclamar la propiedad
Firma de publicación Ed25519+0/5
Se incluye automáticamente cuando el publicador ejecuta `forge publish`
Verificación de dominio+0/5
Publicador: aloja /.well-known/forge.json en la página del paquete con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Publica desde GitHub Actions con --provenance para que la attestation vincule este paquete a este repo
Coincidencia de maintainer en npm+0/5
Se consigue cuando tu identidad esté verificada arriba y ese login sea maintainer de este paquete en npm
Análisis CVE · limpio+30/30
Análisis estático · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
Dependencias✓ 60 resueltas+ · ninguna vulnerable
Superficie de herramientas40 herramientas · 1 privilegiadas
Análisis de seguridad✓ Limpiov1.1.3 · hace 1 d¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado19 sept 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

40 herramientas · 1 privilegiadas
Extraído estáticamente del paquete publicadov1.1.3 · 1d ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.

browser_startStart a browser session. Defaults to patchright chromium headed Chrome with a persistent profile.

Start a browser session. Defaults to patchright chromium headed Chrome with a persistent profile.

No se publicó ningún esquema de entrada para esta herramienta.

browser_statusReturn current browser status.

Return current browser status.

No se publicó ningún esquema de entrada para esta herramienta.

browser_navigateNavigate the active page to a URL.

Navigate the active page to a URL.

No se publicó ningún esquema de entrada para esta herramienta.

browser_new_pageOpen a new page/tab and make it active. Optionally navigate to a URL.

Open a new page/tab and make it active. Optionally navigate to a URL.

No se publicó ningún esquema de entrada para esta herramienta.

browser_pagesList open pages/tabs with ids, active state, URL, and title.

List open pages/tabs with ids, active state, URL, and title.

No se publicó ningún esquema de entrada para esta herramienta.

browser_switch_pageSwitch the active page/tab by pageId from browser_pages.

Switch the active page/tab by pageId from browser_pages.

No se publicó ningún esquema de entrada para esta herramienta.

browser_close_pageClose a page/tab by pageId, or the active page if omitted.

Close a page/tab by pageId, or the active page if omitted.

No se publicó ningún esquema de entrada para esta herramienta.

browser_snapshotReturn a distilled AI-oriented aria snapshot (verbose /url lines dropped and data: URLs collapsed to save tokens). Use [ref=eN] values with browser_click/fill/type/hover/press/wait_for.

Return a distilled AI-oriented aria snapshot (verbose /url lines dropped and data: URLs collapsed to save tokens). Use [ref=eN] values with browser_click/fill/type/hover/press/wait_for.

No se publicó ningún esquema de entrada para esta herramienta.

browser_findSearch the current page's aria snapshot for text or a regex. Returns matching nodes with their [ref] and a few lines of surrounding context — cheaper than a full browser_snapshot when you only need to locate an element.

Search the current page's aria snapshot for text or a regex. Returns matching nodes with their [ref] and a few lines of surrounding context — cheaper than a full browser_snapshot when you only need to locate an element.

No se publicó ningún esquema de entrada para esta herramienta.

browser_take_screenshotTake a screenshot. Returns base64 if path is omitted.

Take a screenshot. Returns base64 if path is omitted.

No se publicó ningún esquema de entrada para esta herramienta.

browser_clickClick an element by CSS selector or aria ref from browser_snapshot.

Click an element by CSS selector or aria ref from browser_snapshot.

No se publicó ningún esquema de entrada para esta herramienta.

browser_fillFill an input by CSS selector or aria ref from browser_snapshot.

Fill an input by CSS selector or aria ref from browser_snapshot.

No se publicó ningún esquema de entrada para esta herramienta.

browser_typeType text into an element (CSS selector or aria ref) with human-like input: real per-key events, real Shift keyDown/up for capitals & symbols, variable dwell and inter-key gaps. Verifies the result against the request for input/textarea and errors on mismatch.

Type text into an element (CSS selector or aria ref) with human-like input: real per-key events, real Shift keyDown/up for capitals & symbols, variable dwell and inter-key gaps. Verifies the result against the request for input/textarea and errors on mismatch.

No se publicó ningún esquema de entrada para esta herramienta.

browser_hoverHover an element by CSS selector or aria ref from browser_snapshot.

Hover an element by CSS selector or aria ref from browser_snapshot.

No se publicó ningún esquema de entrada para esta herramienta.

browser_press_keyPress a keyboard key, optionally focused on a selector or aria ref first.

Press a keyboard key, optionally focused on a selector or aria ref first.

No se publicó ningún esquema de entrada para esta herramienta.

browser_wait_forWait for time or for selector/ref state. If no selector/ref, waits timeout milliseconds.

Wait for time or for selector/ref state. If no selector/ref, waits timeout milliseconds.

No se publicó ningún esquema de entrada para esta herramienta.

browser_evaluateSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

browser_fingerprint_checkCollect browser fingerprint diagnostics from the active page.

Collect browser fingerprint diagnostics from the active page.

No se publicó ningún esquema de entrada para esta herramienta.

browser_navigate_backNavigate back in browser history.

Navigate back in browser history.

No se publicó ningún esquema de entrada para esta herramienta.

browser_select_optionSelect options from a <select> element by CSS selector or aria ref.

Select options from a <select> element by CSS selector or aria ref.

No se publicó ningún esquema de entrada para esta herramienta.

browser_handle_dialogAccept or dismiss a JavaScript dialog (alert / confirm / prompt).

Accept or dismiss a JavaScript dialog (alert / confirm / prompt).

No se publicó ningún esquema de entrada para esta herramienta.

browser_file_uploadprivilegiadaUpload files to a <input type=file> by CSS selector or aria ref.

Upload files to a <input type=file> by CSS selector or aria ref.

No se publicó ningún esquema de entrada para esta herramienta.

browser_network_requestsList captured network requests. Set activeOnly=true for in-flight only.

List captured network requests. Set activeOnly=true for in-flight only.

No se publicó ningún esquema de entrada para esta herramienta.

browser_network_requestGet details for a single network request by stable id from browser_network_requests. Legacy zero-based index is also accepted.

Get details for a single network request by stable id from browser_network_requests. Legacy zero-based index is also accepted.

No se publicó ningún esquema de entrada para esta herramienta.

browser_console_messagesList captured console messages (log / warn / error etc.).

List captured console messages (log / warn / error etc.).

No se publicó ningún esquema de entrada para esta herramienta.

browser_resizeResize the active page viewport.

Resize the active page viewport.

No se publicó ningún esquema de entrada para esta herramienta.

browser_dragDrag an element from source to target by CSS selector or aria ref.

Drag an element from source to target by CSS selector or aria ref.

No se publicó ningún esquema de entrada para esta herramienta.

browser_fill_formFill multiple form fields at once. Each field needs selector or ref, and value.

Fill multiple form fields at once. Each field needs selector or ref, and value.

No se publicó ningún esquema de entrada para esta herramienta.

browser_run_code_unsafeExecute arbitrary JavaScript in page context. Prefer browser_evaluate when possible. Runs in the isolated stealth world by default; set world:'main' to run in the page's real world (page-defined window globals visible/callable).

Execute arbitrary JavaScript in page context. Prefer browser_evaluate when possible. Runs in the isolated stealth world by default; set world:'main' to run in the page's real world (page-defined window globals visible/callable).

No se publicó ningún esquema de entrada para esta herramienta.

browser_add_init_scriptSin descripción publicada

Esta herramienta no publicó ninguna descripción. Forge no se la inventa.

browser_network_state_setSet network state: pass offline=true to simulate offline, offline=false to restore connectivity.

Set network state: pass offline=true to simulate offline, offline=false to restore connectivity.

No se publicó ningún esquema de entrada para esta herramienta.

browser_api_requestMake an HTTP request reusing the browser session's cookies/storage (authenticated API calls without re-login). Returns status, headers, and body.

Make an HTTP request reusing the browser session's cookies/storage (authenticated API calls without re-login). Returns status, headers, and body.

No se publicó ningún esquema de entrada para esta herramienta.

browser_get_visible_textGet the visible text (document.body.innerText) of the active page. Lighter than a full aria snapshot.

Get the visible text (document.body.innerText) of the active page. Lighter than a full aria snapshot.

No se publicó ningún esquema de entrada para esta herramienta.

browser_get_visible_htmlGet page HTML, optionally scoped to a selector. Strips script/style/svg by default for token efficiency.

Get page HTML, optionally scoped to a selector. Strips script/style/svg by default for token efficiency.

No se publicó ningún esquema de entrada para esta herramienta.

browser_iframe_clickShorthand for clicking inside an iframe. (Most tools now accept a frameSelector directly — prefer browser_click with frameSelector.)

Shorthand for clicking inside an iframe. (Most tools now accept a frameSelector directly — prefer browser_click with frameSelector.)

No se publicó ningún esquema de entrada para esta herramienta.

browser_iframe_fillShorthand for filling inside an iframe. (Most tools now accept a frameSelector directly — prefer browser_fill with frameSelector.)

Shorthand for filling inside an iframe. (Most tools now accept a frameSelector directly — prefer browser_fill with frameSelector.)

No se publicó ningún esquema de entrada para esta herramienta.

browser_route_blockBlock requests by resource type and/or URL pattern (e.g. block images/fonts/media to speed up loads and shrink fingerprint surface). Applies to all pages in the context.

Block requests by resource type and/or URL pattern (e.g. block images/fonts/media to speed up loads and shrink fingerprint surface). Applies to all pages in the context.

No se publicó ningún esquema de entrada para esta herramienta.

browser_route_mockMock matching requests with a canned response (fulfill). Useful for stubbing APIs or bypassing endpoints.

Mock matching requests with a canned response (fulfill). Useful for stubbing APIs or bypassing endpoints.

No se publicó ningún esquema de entrada para esta herramienta.

browser_route_clearRemove all active block/mock routes.

Remove all active block/mock routes.

No se publicó ningún esquema de entrada para esta herramienta.

browser_storage_saveExport current session (cookies + localStorage) as a Playwright storageState. Saves to path, or returns the state JSON if path omitted.

Export current session (cookies + localStorage) as a Playwright storageState. Saves to path, or returns the state JSON if path omitted.

No se publicó ningún esquema de entrada para esta herramienta.

38 de 40 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

Fork of mcp-patchright that adds a per-call world:'main' option to browser_evaluate / browser_run_code_unsafe, so page-defined window globals are visible and callable. Defaults to Patchright's isolated stealth world; opt into main only when you need it. E

Palabras clave
patchrightmcpstealthbrowserplaywrightautomationantidetectmodel-context-protocolmain-world
Alternativas
Comparando superficies de herramientas…

Árbol de dependencias

Lo que un análisis de Forge resolvió a partir de los metadatos de npm el 2026-09-19: resolución observada, no una declaración del publicador.

60 paquetes resueltos · 4 directos · ninguno con avisos de seguridad La resolución se detiene en la profundidad 4 y en 60 paquetes.

El rastreo se detuvo en el límite de 60 paquetes. El resto del árbol nunca se resolvió.

Hay 36 paquetes resueltos más que no se dibujan aquí (límite de visualización: 24). Toda dependencia con avisos de seguridad se dibuja aunque se supere el límite. Inventario completo (SBOM CycloneDX)

Declaradas pero no resueltas

44 dependencias declaradas nunca llegaron al árbol. Faltan en la resolución de Forge, no en el paquete.

+32 más sin listar. Los recuentos por motivo de arriba las incluyen todas.

No se siguen: optionalDependencies, peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.

Temas

Relacionados en browser automation & scraping