Skip to main content
SecurityGo

nickpending/mcp-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.

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/nickpending/mcp-recon

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Go
Author
nickpending