Back to MCP Servers
Recon
Conversational recon interface and MCP server powered by httpx and asnmap. Supports various reconnaissance levels for domain analysis, security header inspection, certificate analysis, and ASN lookup.
securityai
By nickpending
Installation
npx -y mcp-reconConfiguration
{
"mcpServers": {
"mcp-recon": {
"command": "npx",
"args": ["-y", "mcp-recon"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes