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

Installation

npx -y mcp-recon

Configuration

{
  "mcpServers": {
    "mcp-recon": {
      "command": "npx",
      "args": ["-y", "mcp-recon"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub