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., "@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)
Running locally
Render 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