Mmcp.market

Recon Kit MCP server

by nan786521·io.github.nan786521/recon-kit-mcp·v0.13.0

Read-only network & security recon tools (DNS, TLS, headers, CORS) for AI agents, each graded.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

1 stars45 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • cookie_audit

    Follow a host's redirect chain and audit the cookies it sets.

  • cors_check

    Probe a host's CORS policy with a crafted Origin and flag misconfigurations.

  • dns_recon

    Passive DNS/WHOIS reconnaissance for a domain using only public data.

  • http_headers_audit

    Audit a web server's HTTP security response headers and grade them.

  • http_methods_audit

    Audit which HTTP request methods a server allows and grade the risk.

  • ip_info

    Resolve a host and enrich its IP with RDAP registry ownership data.

  • port_scan

    TCP connect scan of a single host, reporting open ports and services.

  • recon_report

    One-shot security posture report for a domain.

  • subdomain_enum

    Discover subdomains of a domain via DNS brute-force and/or CT logs.

  • subdomain_takeover

    Check subdomains for a dangling-CNAME takeover risk.

  • tech_detect

    Fingerprint the technology stack behind a website from one HTTP GET.

  • tls_check

    Inspect a host's SSL/TLS configuration and grade it.

  • well_known_audit

    Fetch 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

no findings
  • 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
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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-mcp

Or 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-mcp

Or 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
Add to Cursor

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.

All Recon Kit alternatives →
  • Nel Veil
    Free passive security scanning - check any domain's DMARC, TLS, headers, and exposures.
    A
  • MCP
    Security tools for your AI: scan, pentest, check headers, guard code and scan repos for secrets.
    A
  • Security Headers Csp Lint
    Reads security headers and CSP line by line in your config file and names the lines that silently do
    A
  • CrowdStrike Falcon MCP Server
    Connects AI agents with CrowdStrike Falcon for security analysis and automation.
    A
  • SSH Manager
    SSH server management for agents, with per-server read-only and allowlist security modes
    B

More from nan786521 →