Website Security Auditor MCP Server
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., "@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: Xray MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deepanshuverma022/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server