经 AI Skill Hub 精选评估,Recon 获评「强烈推荐」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
Recon 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Recon 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/blisspixel/recon
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"recon": {
"command": "npx",
"args": ["-y", "recon"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Recon 执行以下任务... Claude: [自动调用 Recon MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"recon": {
"command": "npx",
"args": ["-y", "recon"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
Point recon at a domain and get its public technology and identity footprint: email security, mail and identity providers, SaaS indicators, and certificate-transparency findings. No credentials, no API keys, no active scanning. Ships as a CLI, versioned JSON, and a local MCP server for agent tools. Lookup time depends on public-provider latency and whether certificate transparency enrichment is enabled.
Defensive use only. Posture review, vendor diligence, architecture review. See docs/legal.md.
Install and check the version offline:
uv tool install recon-tool # or: pipx install recon-tool
recon --version # offline check
Python 3.11 through 3.14, on Windows, macOS, or Linux. recon doctor tests online connectivity to recon's public data sources.
Optional install helpers at scripts/install.ps1 and scripts/install.sh drive an existing uv or pipx installation. Download a release-tag source archive, review the helper locally, then run it: each installs the exact version represented by that tag, preserves a sole existing owner, and refuses ambiguous or unmanaged installations. Do not pipe mutable branch content into a shell. To verify published artifacts first, follow the consumer verification recipe.
Before the first lookup, know what leaves your machine. recon makes DNS queries that recursive and authoritative DNS infrastructure may observe. Its only default request to a target-owned endpoint is the standards-defined MTA-STS policy fetch; Google CSE and BIMI certificate probes run only when --direct-probes is explicitly enabled. See ADR-0011.
Run a real review by replacing the placeholder with the domain you want to review:
recon "<domain-you-want-to-review>"
For a real lookup showing the output shape, you can use recon example.com. recon ships no offline demo mode: this is a real lookup command, but an ordinary lookup may reuse a recent result from the default 24-hour cache. Pass --no-cache for fresh collection. Reserved names such as example.com return a panel of stray public residue from unrelated test configurations, including a meaningless display name, at High confidence. It shows the shape of the output, not a result about any organization.
A domain is a query coordinate, not proof of one organization or product: recon reports observations, not verdicts. That is the caution to keep beside every row the panel shows.
Local execution is the default, and the project does not operate a hosted service. For teams that want shared remote access, the repository includes a draft authenticated container and Cloud Run Terraform starting point. It is intended to be directionally useful, not a validated production deployment. Operators own deployment, identity, data handling, cost, and operations.
| You are trying to | Start here | What you get |
|---|---|---|
| Review one namespace | recon "<domain>" | A compact, hedged panel of observed mail, identity, service, and confidence signals |
| Create a deterministic evidence handoff | recon review "<domain>" | One fresh, role-neutral NamespaceReviewBundle with collection validity, evidence-linked candidates, and a standing scope statement |
| Explain or hand off a finding | recon "<domain>" --explain | Per-source status, lineage-qualified rules, and retained-evidence counts; use --json --explain for the structured evidence graph |
| Review an operator-supplied set | recon batch domains.txt --json --include-ecosystem --summary --summary-schema 2.2 | One portfolio evidence bundle with ordered typed results and errors, observable ecosystem overlaps, and an aggregate cohort summary |
| Work through an agent | recon mcp install --client=<name> | Local typed tools, resources, and prompts without a hosted recon service |
Defenders can follow the evidence-first review workflow. Consultants and analysts should treat every multi-domain set as operator supplied: recon describes observable similarities and differences but does not infer ownership, control, or a corporate relationship.
NamespaceReviewBundle v1 provides a role-neutral handoff for one namespace: one fresh, lookup-result-cache-bypassed baseline, evidence-linked review candidates, explicit bounded collection and failure states, and one deterministic human rendering. Use recon review "<domain>" from the CLI or build_review_bundle(domain) through MCP. Both surfaces return the same v1 artifact; the CLI renders it as Markdown unless JSON is requested.
Wire recon into Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Kiro, or any MCP-compatible client:
```bash recon mcp install --client=claude-desktop
高质量的MCP工具,易于使用
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:Recon 的核心功能完整,质量优秀。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | recon |
| 原始描述 | 开源MCP工具:Passive recon tool. Zero credentials required. Finds Microsoft 365 & Google Work。⭐4 · Python |
| Topics | domain-intelligenceemail-securitym365mcpmicrosoft365python |
| GitHub | https://github.com/blisspixel/recon |
| License | MIT |
| 语言 | Python |
收录时间:2026-06-10 · 更新时间:2026-06-11 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端