Recon Kit MCP server
Read-only network & security recon tools (DNS, TLS, headers, CORS) for AI agents, each graded.
1 stars45 downloads/wk
Reviews
Write oneNobody has reviewed Recon Kit yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Recon Kit tools (13)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
cookie_auditFollow a host's redirect chain and audit the cookies it sets.
cors_checkProbe a host's CORS policy with a crafted Origin and flag misconfigurations.
dns_reconPassive DNS/WHOIS reconnaissance for a domain using only public data.
http_headers_auditAudit a web server's HTTP security response headers and grade them.
http_methods_auditAudit which HTTP request methods a server allows and grade the risk.
ip_infoResolve a host and enrich its IP with RDAP registry ownership data.
port_scanTCP connect scan of a single host, reporting open ports and services.
recon_reportOne-shot security posture report for a domain.
subdomain_enumDiscover subdomains of a domain via DNS brute-force and/or CT logs.
subdomain_takeoverCheck subdomains for a dangling-CNAME takeover risk.
tech_detectFingerprint the technology stack behind a website from one HTTP GET.
tls_checkInspect a host's SSL/TLS configuration and grade it.
well_known_auditFetch and parse a host's security.txt and robots.txt.
Public scan report
scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it
- Code scan22 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 19 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Recon Kit repository's README, as published. We do not edit it. Read it on GitHub
recon-mcp
English | 繁體中文
An MCP server that gives AI coding agents — Claude Code, Codex, Cline, and any MCP client — safe, structured network and security reconnaissance tools.
Most MCP servers wrap CRUD APIs. recon-mcp instead exposes the kind of read-only recon an engineer reaches for when investigating an asset, and returns clean JSON — with a graded verdict — so the agent can reason over results instead of parsing console output.
⚠️ Authorized use only. These tools are for security testing of assets you
own or have explicit written permission to assess, for CTF practice, and for
education. Do not point them at third-party infrastructure without
authorization. You are responsible for how you use this software.
Tools
Example
Just ask your agent: "run a security recon report on example.com." It calls recon_report once and gets a graded overview it can act on:
{
"domain": "example.com",
"overall_grade": "F",
"summary": "Overall posture F: email A, TLS B, headers F; 13 actionable issue(s).",
"components": {
"email": { "grade": "A", "issues": [] },
"tls": { "grade": "B", "issues": [] },
"headers": { "grade": "F", "issues": [
{ "severity": "high", "label": "Missing Content-Security-Policy", "detail": "CSP not set; cannot restrict resource load sources" }
] }
}
}Need more detail on one area? The agent can call dnsrecon, subdomainenum, subdomaintakeover, tlscheck, httpheadersaudit, cookieaudit, corscheck, techdetect, httpmethodsaudit, wellknownaudit, ipinfo, or port_scan directly.
Install
Requires Python ≥ 3.10. Runs on Linux, macOS, and Windows (tested in CI).
Recommended — no clone, via uv:
uvx recon-kit-mcpOr from source (for development):
git clone https://github.com/nan786521/recon-mcp
cd recon-mcp
python -m venv .venv
# Windows
.venv\Scripts\activate
# macOS / Linux
source .venv/bin/activate
pip install -e .Use with Claude Code
Add the server (stdio transport). With uvx you don't need an absolute path:
claude mcp add recon -- uvx recon-kit-mcpOr add it manually to any MCP client config:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add recon-kit-mcp -- uvx recon-kit-mcp
Recon Kit: common questions
- Is Recon Kit MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Recon Kit safety report
- How do I install Recon Kit?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Recon Kit need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Recon Kit maintained?
- The last commit was 19 days ago (2026-09-08). The latest release is v0.13.0.
- What can I use instead of Recon Kit?
- Servers from other publishers that do the same job: Nel Veil MCP server, MCP server and Security Headers Csp Lint MCP server. Compare all Recon Kit alternatives.
Alternatives to Recon Kit
Same job from other publishers: the closest match first, then the best rated.
- Nel VeilFree passive security scanning - check any domain's DMARC, TLS, headers, and exposures.not reviewedGrowingA
- MCPSecurity tools for your AI: scan, pentest, check headers, guard code and scan repos for secrets.not reviewedGrowingA
- Security Headers Csp LintReads security headers and CSP line by line in your config file and names the lines that silently donot reviewedGrowingA
- CrowdStrike Falcon MCP ServerConnects AI agents with CrowdStrike Falcon for security analysis and automation.not reviewedEstablishedA
- SSH ManagerSSH server management for agents, with per-server read-only and allowlist security modesnot reviewedEstablishedB