loading…
Search for a command to run...
loading…
Security Scanner AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Security Scanner AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for security scanner ai mcp operations
Security Scanner Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
scan_dependencies |
Scan requirements.txt for vulnerable dependencies. |
check_headers |
Check HTTP security headers on a URL. |
scan_secrets |
Scan code for hardcoded secrets, API keys, credentials. |
owasp_check |
Check endpoint against OWASP Top 10 2021. |
scan_owasp_2021 |
Full OWASP Top 10 2021 vulnerability scanner. |
pip install meok-security-scanner-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"security-scanner-ai-mcp": {
"command": "python",
"args": ["-m", "meok_security_scanner_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"security-scanner-ai-mcp": {
"command": "npx",
"args": []
}
}
}