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.
Quick Start
Clone the repository:
git clone https://github.com/nickpending/mcp-reconClaude Desktop configuration example:
{
"mcpServers": {
"mcp-recon": {
"command": "npx",
"args": [
"-y",
"nickpending/mcp-recon"
]
}
}
}Check the repository README for specific installation and configuration instructions.