W
Web Security Scanner
Enables automated web security testing for XSS and SQL injection vulnerabilities through Playwright-powered browser automation with screenshot capture and compr
Share:
About
Enables automated web security testing for XSS and SQL injection vulnerabilities through Playwright-powered browser automation with screenshot capture and comprehensive error handling.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Install Web Security Scanner
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"web-security-scanner": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-web-security-scanner"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"web-security-scanner": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-web-security-scanner"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"web-security-scanner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-web-security-scanner"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.