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
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.
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.
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 publicadaEsta 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 publicadaEsta 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.
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
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
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)
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ó.