Website Security Auditor Server
БесплатноНе проверенProvides a 'scan_website' tool to analyze target websites for security vulnerabilities by consuming the Website Security Auditor REST API.
Описание
Provides a 'scan_website' tool to analyze target websites for security vulnerabilities by consuming the Website Security Auditor REST API.
README
This is an MCP (Model Context Protocol) server that consumes the Website Security Auditor REST API.
Features
- Provides the
scan_websitetool to analyze a target website for vulnerabilities. - Uses
FastMCPfrom the official Python MCP SDK. - Exposes a standard
GET /healthendpoint for monitoring. - Starts with the requested transport mechanism.
Local Testing
- Create a virtual environment:
python -m venv venv - Activate it:
venv\Scripts\activate(Windows) orsource venv/bin/activate(Mac/Linux) - Install dependencies:
pip install -r requirements.txt - Run the server:
python server.py
Testing with MCP Inspector
- Ensure the server is running locally.
- Follow the official MCP Inspector documentation to connect to your SSE URL (e.g.,
http://localhost:8000/sseor the specific transport endpoint).
Render Deployment (Free Tier)
- Push this
mcp-serverfolder to a GitHub repository. - Go to your Render Dashboard and click New +, then select Web Service.
- Connect your GitHub repository.
- Fill out the configuration:
- Name:
mcp-security-auditor - Environment:
Python - Build Command:
pip install -r requirements.txt - Start Command:
uvicorn server:app --host 0.0.0.0 --port $PORT - Instance Type: Select the Free tier.
- Name:
- Expand "Advanced" and click "Add Environment Variable":
- Key:
PYTHON_VERSION - Value:
3.11.11
- Key:
- Click Create Web Service. It will build and deploy automatically.
Connecting Clients
Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"security-auditor": {
"command": "python",
"args": ["/absolute/path/to/mcp-server/server.py"]
}
}
}
Cursor
Add a new MCP server in Cursor Settings -> Features -> MCP:
- Type:
SSE(or the equivalent forstreamable-http) - URL:
https://your-app-url.onrender.com/sse(or your local URL)
ChatGPT Agents
Use the deployed URL (https://your-app-url.onrender.com) to provide an MCP integration if they support SSE or raw OpenAPI imports.
Установка Website Security Auditor Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/deepanshuverma022/mcpFAQ
Website Security Auditor Server MCP бесплатный?
Да, Website Security Auditor Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Website Security Auditor Server?
Нет, Website Security Auditor Server работает без API-ключей и переменных окружения.
Website Security Auditor Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Website Security Auditor Server в Claude Desktop, Claude Code или Cursor?
Открой Website Security Auditor Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Website Security Auditor Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
