MCP Smuggler
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., "@MCP Smugglerscan https://example.com/api for smuggling 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.
mcpsmuggler
FastMCP wrapper for the Smuggler HTTP Request Smuggling scanner, packaged for Render via Docker.
What this does
Exposes an MCP server with a single tool:
do_smugglerRuns the Smuggler CLI (
smuggler -u <url> ...) inside the containerUses SSE transport on
/mcp(FastMCP default)
Related MCP server: ZAP MCP Proxy
Running locally
git clone https://github.com/ozgurozkan123/mcpsmuggler.git
cd mcpsmuggler
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python server.py # starts on http://0.0.0.0:8000/mcpRender deployment (Docker)
Render will auto-detect the Dockerfile:
Runtime: Docker
Exposed port:
PORTenv (Render sets this)Start command: handled by Dockerfile (
python server.py)
If using Render UI:
Create a Web Service
Connect this repo and choose Docker
Leave root directory empty, Dockerfile path =
DockerfileNo build/start commands needed
MCP client config examples
{
"mcpServers": {
"mcpsmuggler": {
"url": "https://<your-render-url>/mcp"
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Scans remote MCP servers for protocol, security, and TLS issues; exposes scan tools via MCP.
Security scanner for MCP servers and skills: Unicode injection, patterns, secrets.
Scan any MCP server for tool-poisoning, security, auth & license. Trust score before install.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceScans MCP tool descriptions for prompt injection attacks, including cross-tool instructions, privilege escalation, and data exfiltration patterns. It can be used as a CLI scanner or integrated as an MCP server itself.22 npm6MIT
- FlicenseNot gradedqualityCmaintenanceA lightweight MCP server that wraps OWASP ZAP's REST API as Model Context Protocol tools, enabling AI agents to perform automated security scanning.-
- FlicenseAqualityBmaintenanceAI-native HTTP security testing MCP server — 18 tools with raw HTTP/1.1 + HTTP/2 control18-
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to run bounded security reconnaissance tools against a local OWASP Juice Shop target via MCP, including HTTP checks, header inspection, Nmap scanning, and web enumeration, without granting arbitrary shell access.-