MCP Smuggler
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)
Related MCP server: agent-audit
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityFmaintenanceA configurable MCP server that adapts any HTTP API into an MCP toolset with generic HTTP tools (GET, POST, PUT, DELETE) and pluggable authentication. Includes API discovery scripts and supports dynamic tool generation from OpenAPI specs or wordlist scans.Last updated
- Alicense-qualityCmaintenanceSecurity scanner for MCP servers. Detects prompt injection, command injection, auth bypass, and excessive permissions across tools, resources, and prompts.Last updated382MIT
- Flicense-qualityFmaintenanceScans MCP servers for security hardening issues including capability declarations, transport, and tool descriptions.Last updated1
- Alicense-qualityCmaintenanceScans 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.Last updated1825MIT
Related MCP Connectors
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ozgurozkan123/mcpsmuggler'
If you have feedback or need assistance with the MCP directory API, please join our Discord server