mcp-recon
@nickpending
关于 mcp-recon
Tellix is a conversational recon interface powered by httpx and LLMs. Just ask.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"歌者PPT": {
"command": "npx",
"args": [
"-y",
"gezhe-mcp-server@latest"
],
"env": {
"API_KEY": "替换为获取的 API_KEY"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-recon?
mcp-recon (formerly Tellix) is a conversational reconnaissance interface and MCP server that bridges natural language with HTTP infrastructure analysis, powered by ProjectDiscovery’s httpx and asnmap tools. It is designed for security researchers and developers who want to perform web domain reconnaissance through AI assistants like Claude Desktop.
How to use mcp-recon?
Clone the repository, build the Docker image, then add the container as an MCP server in your Claude Desktop configuration using the provided docker run command. Optionally, set a PDCP_API_KEY environment variable for ProjectDiscovery API access. Once configured, issue natural language queries such as “What’s the status code for example.com?” to trigger recon tools.
Key features of mcp-recon
- Conversational commands via natural language prompts
- MCP server integration with Claude Desktop and compatible tools
- Multiple analysis modes: lite and full recon levels
- Standalone ASN lookup for IPs, ASNs, or organizations
- Docker‑ready for isolated, secure execution
- Built‑in bug workarounds for
httpxstdin/stdout leaks
Use cases of mcp-recon
- Quickly fingerprint a website’s status code, server type, and IP
- Gather comprehensive metadata including TLS certificates and headers
- Perform ASN ownership lookups from natural language questions
- Integrate reconnaissance into AI‑powered security workflows
FAQ from mcp-recon
What is the Model Context Protocol (MCP)?
MCP is an open standard developed by Anthropic that enables AI assistants to interact with external tools, systems, and data sources through a standardized interface for executing functions and retrieving resources.
What recon tools does mcp-recon provide?
It offers three tools: http_lite_recon (fast lightweight fingerprinting), http_full_recon (comprehensive metadata collection), and asn_lookup (ASN, IP, or organization queries).
How do I install and configure mcp-recon?
Clone the repository, build the Docker image with docker build -t mcp/recon -f Dockerfile ., then add the container to your MCP configuration using the provided docker run command. Optionally supply a PDCP_API_KEY for ProjectDiscovery’s API.
What are the known limitations of mcp-recon?
The underlying httpx library can leak stdin, which mcp-recon works around by shielding os.Stdin. ASN enrichment may silently fail; mcp-recon includes a fallback using the official asnmap Go library.
Does mcp-recon require external API keys?
Yes, for full functionality (especially ASN lookups) you should set a PDCP_API_KEY environment variable from ProjectDiscovery. Without it, some features may be limited.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论