Skip to main content
Glama

MCP Server Pentest

by 9olidity

특징

  • 전체 브라우저 XSS, SQL 취약점 자동 감지
  • 전체 페이지 또는 특정 요소의 스크린샷
  • 포괄적인 네트워크 상호작용(탐색, 클릭, 양식 작성)
  • 콘솔 로그 모니터링
  • 브라우저 컨텍스트에서의 JavaScript 실행

설치

설치 중

지엑스피1

구성

설치 과정에서 다음 구성이 Claude 구성 파일에 자동으로 추가됩니다.

{ "mcpServers": { "playwright": { "command": "npx", "args": [ "-y", "/Users/...../dist/index.js" ], "disabled": false, "autoApprove": [] } } }

구성 요소

도구

broser_url_reflected_xss

URL에 XSS 취약점이 있는지 테스트합니다.

{ "url": "https://test.com", "paramName":"text" }

browser_url_sql_injection

URL에 SQL 주입 취약점이 있는지 테스트합니다.

{ "url": "https://test.com", "paramName":"text" }

browser_navigate

브라우저에서 모든 URL로 이동합니다.

{ "url": "https://stealthbrowser.cloud" }
browser_screenshot

전체 페이지 또는 특정 요소의 스크린샷을 캡처합니다.

{ "name": "screenshot-name", // required "selector": "#element-id", // optional "fullPage": true // optional, default: false }
browser_click

CSS 선택기를 사용하여 페이지의 요소를 클릭합니다.

{ "selector": "#button-id" }
browser_click_text

페이지의 텍스트 콘텐츠를 클릭하여 요소를 클릭합니다.

{ "text": "Click me" }
browser_hover

CSS 선택기를 사용하여 페이지의 요소 위에 마우스를 올려놓으세요

{ "selector": "#menu-item" }
browser_hover_text

페이지의 텍스트 콘텐츠에 있는 요소 위에 마우스를 올려 놓으세요.

{ "text": "Hover me" }
browser_fill

입력 필드를 작성하세요

{ "selector": "#input-field", "value": "Hello World" }
browser_select

CSS 선택기를 사용하여 SELECT 요소에서 옵션 선택

{ "selector": "#dropdown", "value": "option-value" }
browser_select_text

SELECT 요소의 텍스트 내용을 통해 옵션을 선택합니다.

{ "text": "Choose me", "value": "option-value" }
browser_evaluate

브라우저 콘솔에서 JavaScript를 실행합니다.

{ "script": "document.title" }

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

XSS 및 SQL 주입을 포함한 자동화된 취약성 탐지 기능과 웹 애플리케이션 침투 테스트를 위한 포괄적인 브라우저 상호 작용 기능을 제공하는 보안 테스트 도구입니다.

  1. 설치
    1. 설치 중
  2. 구성
    1. 구성 요소
      1. 도구

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An advanced web browsing server enabling headless browser interactions via a secure API, providing features like navigation, content extraction, element interaction, and screenshot capture.
      Last updated -
      6
      9
      Python
      MIT License
    • A
      security
      F
      license
      A
      quality
      Controls Chrome browser with debugging capabilities, allowing page automation, extension management, and userscript injection through the Model Context Protocol.
      Last updated -
      13
      13
      JavaScript
      • Linux
      • Apple
    • -
      security
      F
      license
      -
      quality
      A demonstration server that allows large language models to perform penetration testing tasks autonomously by interfacing with the Mythic C2 framework.
      Last updated -
      11
      Python
      • Apple
    • -
      security
      A
      license
      -
      quality
      A browser monitoring and interaction tool that enables AI applications to capture and analyze browser data through a Chrome extension, supporting functions like console monitoring, screenshots, DOM analysis, and website auditing.
      Last updated -
      1
      JavaScript
      MIT License

    View all related MCP servers

    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/9olidity/MCP-Server-Pentest'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server