Website Security Auditor MCP Server
Click on "Deploy 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., "@Website Security Auditor MCP Serverscan example.com for vulnerabilities"
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.
Website Security Auditor MCP Server
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.
Related MCP server: Sekrd Security Scanner
Local Testing
Create a virtual environment:
python -m venv venvActivate it:
venv\Scripts\activate(Windows) orsource venv/bin/activate(Mac/Linux)Install dependencies:
pip install -r requirements.txtRun 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-auditorEnvironment:
PythonBuild Command:
pip install -r requirements.txtStart Command:
uvicorn server:app --host 0.0.0.0 --port $PORTInstance Type: Select the Free tier.
Expand "Advanced" and click "Add Environment Variable":
Key:
PYTHON_VERSIONValue:
3.11.11
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Scan a website for vulnerabilities: OWASP Top 10, CVEs, SSL, headers - with plain-English fixes
Exposes FEDLIN's public security scanners as agent-callable tools over Streamable HTTP.
Scan a web page for accessibility, security, privacy, quality and SEO issues, with fixes.
Security, SEO and AI-visibility scanner for web apps · free scans and focused checks via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides security assessment methodology, tool documentation, and step-by-step workflows to guide AI agents through vulnerability scanning, static analysis, and penetration testing of applications and URLs.1MIT

Sekrd Security Scannerofficial
FlicenseAqualityDmaintenanceEnables deep security auditing of web applications directly from AI IDEs including Cursor and Claude Code. Scans URLs for vulnerabilities, returns security scores with SHIP/BLOCK verdicts, and provides specific fix prompts for remediation.3-
AcuityScan MCP Serverofficial
AlicenseAqualityDmaintenanceEnables AI clients to run comprehensive website scans for security, accessibility, performance, and SEO using the AcuityScan API.109 npmMIT- FlicenseNot gradedqualityDmaintenanceEnables auditing of websites for performance, SEO, accessibility, security, and mobile readiness, with tools to validate URLs, run page audits, save results, and retrieve reports.1-