- Test
Test
What is mcp-recon?
mcp-recon is a conversational reconnaissance interface and MCP server that allows users to perform web domain reconnaissance using natural language commands. It integrates with AI interfaces to provide a seamless experience in HTTP infrastructure analysis.
How to use mcp-recon?
To use mcp-recon, you can interact with it through a compatible AI interface like Claude Desktop. Simply input your reconnaissance queries in natural language, and it will return the results based on the analysis mode you choose.
Key features of mcp-recon?
- Conversational commands for easy execution of reconnaissance tasks.
- Integration with Claude Desktop or other MCP-compatible tools.
- Multiple analysis modes: lightweight and full reconnaissance.
- Standalone ASN lookup for querying IPs and organizations.
- Docker ready for secure and portable deployment.
- Utilizes ProjectDiscovery's
httpxfor robust reconnaissance capabilities.
Use cases of mcp-recon?
- Performing quick HTTP status checks on websites.
- Conducting comprehensive metadata collection for security assessments.
- Looking up ASN information for IP addresses.
FAQ from mcp-recon?
- Can mcp-recon perform reconnaissance on any domain?
Yes, as long as you have permission to scan the domain.
- Is mcp-recon easy to set up?
Yes, it can be easily set up using Docker and requires minimal configuration.
- What is the Model Context Protocol (MCP)?
MCP is an open standard that allows AI assistants to interact with external tools and systems, facilitating efficient workflows.
Server Config
{
"mcpServers": {
"歌者PPT": {
"command": "npx",
"args": [
"-y",
"gezhe-mcp-server@latest"
],
"env": {
"API_KEY": "替换为获取的 API_KEY"
}
}
}
}