@guardbee/mcp-vulnerability-scanner
OfficialEnables running OWASP security checks as part of GuardBee vulnerability scans, including starting scans, checking status, retrieving findings, and receiving remediation guidance.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@guardbee/mcp-vulnerability-scannerRun a quick scan on https://example.com and list critical findings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@guardbee/mcp-vulnerability-scanner
Claude konuşmasından doğrudan GuardBee güvenlik taraması başlatın. OWASP kontrollerini çalıştırın, bulguları sorgulayın ve yapay zekanın düzeltme önerileri önceliklendirmesini isteyin.
GuardBee API anahtarı gereklidir. app.guardbee.ai/developers adresinden alın.
Özellikler
Claude'dan Tarama Başlat — Herhangi bir URL'de tek komutla GuardBee taraması tetikle
Durum Sorgulama — Tarama ilerlemesini ve özet sayıları gerçek zamanlı kontrol et
Bulgu Filtreleme — Severity, tarama ID veya brand ID'ye göre sorgula
Düzeltme Rehberliği — Her bulgu için açıklama ve yapılabilir tavsiye
Tarama Senaryoları —
quick,kvkkFocus,gdprFocus,ccpaFocus36 Tarama Modülü — GuardBee'nin tüm modülleri desteklenir
25 Unit Test — API çağrısı gerektirmeyen test paketi
Related MCP server: Veracode MCP
Hızlı Başlangıç
npm install -g @guardbee/mcp-vulnerability-scannerclaude_desktop_config.json dosyasına ekleyin:
{
"mcpServers": {
"guardbee-vulnerability-scanner": {
"command": "npx",
"args": ["-y", "@guardbee/mcp-vulnerability-scanner"],
"env": {
"GUARDBEE_API_KEY": "gb_..."
}
}
}
}API anahtarınızı app.guardbee.ai/developers adresinden alın.
MCP Tools
Tool | Açıklama |
| URL veya brand ID için tarama başlatır; |
| Tarama ID ile anlık durum ve özet sayıları |
| Workspace'teki taramaları filtreli listeler |
| Bulguları severity / scanId / brandId filtresiyle getirir |
| Tara + bekle + critical/high bulguları ve düzeltme önerilerini döndür |
Örnek Kullanım
Claude'a şunu sorabilirsiniz:
"https://example.com adresini tara ve güvenlik raporunu ver"
"Son taramalarımı listele"
"clz001 taramasındaki kritik bulguları göster ve nasıl düzelteceğimi anlat"
"example.com'u KVKK odaklı tara"
Örnek Çıktı
⚠️ Security scan complete for https://example.com
Scan ID : clz001abc
🔴 Critical : 2
🟠 High : 5
🟡 Medium : 8
🔵 Low : 3
⚪ Info : 12
✅ Passed : 18
Use get_findings with scanId="clz001abc" to see details and remediation steps.Tarama Senaryoları
Senaryo | Açıklama |
| Tüm 36 modül — kapsamlı genel tarama |
| KVKK uyum modülleri odaklı |
| GDPR uyum modülleri odaklı |
| CCPA uyum modülleri odaklı |
Ortam Değişkenleri
Değişken | Açıklama |
| GuardBee API anahtarı (zorunlu) |
| Özel endpoint (varsayılan: |
Geliştirme
npm install
npm test # 25 unit test
npm run build # TypeScript derlemeLisans
MIT — GuardBee
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
AI pentesting: run scans, triage vulnerabilities, review PRs, manage schedules and assets.
Scan GitHub-hosted AI skills for vulnerabilities: prompt injection, malware, OWASP LLM Top 10.
Threat modeling, code/cloud/pipeline scanning, shadow-AI discovery, compliance checks and fixes.
- mcpOAuthcom.vibgrate
Query your team's drift, vulnerability, and upgrade data from any AI assistant. OAuth 2.1, 51 tools.
Related MCP Servers
- FlicenseAqualityDmaintenanceExposes Burp Suite's REST API to AI assistants, enabling users to trigger vulnerability scans, monitor progress, and manage security tasks through natural language. It also provides programmatic access to Burp's security knowledge base for querying vulnerability definitions and remediation advice.81-
- FlicenseNot gradedqualityDmaintenanceEnables interaction with the Veracode platform to perform security tasks like running SAST scans, checking SCA vulnerabilities, and retrieving CVE information. It allows AI assistants to manage scan workflows, from zipping source code to analyzing scan results through natural language.-
- AlicenseNot gradedqualityDmaintenanceIntegrates SAST, DAST, IAST, and SCA security testing tools for AI-powered DevSecOps automation, enabling comprehensive security scanning and reporting through natural language interfaces.17MIT
- AlicenseNot gradedqualityCmaintenanceEnables natural language interaction with Tenable Nessus for vulnerability scans, policy management, and report generation.1MIT