Control plane MCP for scoped recon, triage, and bounded proofs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Thirteen MCP tools. Semantic dedup. Per-host rate limits. Safe proofs that show what a hunter can do β without damaging the target.
Dumping 150 tools on an agent is easy. The hard problems are dedup across tools, exploitable vs noise, and not hammering the target. Keel is the control plane for those three.
An AI client talks to Keel, not to httpx, nuclei, or a shell. Keel drafts one wave at a time, enforces scope and rate limits, merges scanner hits into semantic cards, and runs GET-only playbooks on tester-owned data. When a playbook returns proven, you get a curl replay a hunter can follow β still without writes, shells, or payload spam.
Use it on programs you are authorized to test.
| Hard problem | What scanner dumps do | What Keel does |
|---|---|---|
| Dedup across tools | One Nuclei template id per row; the same IDOR appears five times | Semantic key from vulnerability class + normalized route + method + parameter. UUID/id/hex tokens collapse. Compatible observations merge. |
| Exploitable vs noise | High severity = "ship it" | Cards move through observed β hypothesis β corroborated β proven / refuted. Informational and hardening stay hidden. Typed exploitability names the missing evidence and the negative control. |
| Not hammering the target | Fire every template at once, retry on 429 | One active wave per host, token buckets, Nuclei concurrency 1, no OAST, no redirects, no unsigned templates, no dos/fuzz/bruteforce/intrusive tags. HTTP 429 becomes a cooldown. |
A wrapper that shells out to a huge toolbox does not have that layer. Keel does β in the scheduler, in the adapters, and in the proof broker.
begin_engagement with the hostname you are authorized to test.draft_waves proposes reachability plus template micro-waves. No traffic yet.execute_wave returns a job immediately. Poll wave_status. cancel_wave kills the scanner.query_cards returns hunter-relevant cards. assess_exploitability says what would prove it.draft_proof then execute_proof run a GET-only playbook against tester data. proven means the invariant held. protected means the control worked.macOS (Homebrew). pipx is a separate tool β install it first. Apple's /usr/bin/python3 is often 3.9 and cannot install Keel.
If python3.12 is already on the machine and you do not want Homebrew pipx:
setup downloads ProjectDiscovery httpx and nuclei into ~/.keel/bin. Keel finds them there even when a GUI client has a thin PATH. No extra KEEL_HTTPX_BIN for a first scan.
Then point your MCP client at the keel-pentest executable:
OpenCode: "command": ["keel-pentest"].
Python 3.10+. Do not pip install keel β that is a different project. OS notes and pip/venv: INSTALL.md. Client shapes: clients/README.md.
Optional later: KEEL_APPROVAL_FILE for a team manifest that pins scope, template IDs, and proof targets. Default mode is self-attested β begin_engagement is the authorization. Rate limits, one-wave-per-host, signed templates, and sanitized evidence still apply.
Scanner output is a hypothesis. Keel proves (or refutes) it with disposable tester accounts and a unique canary. Every playbook is GET-only, budgeted, and returns a curl replay. The replay is the report artifact: if this is not fixed, a hunter with a normal account can do this.
| Playbook | Proves | How, without damage |
|---|---|---|
cross_account_read | IDOR / BOLA | Tester A reads its canary; tester B GETs the same A-owned URL. Identical canary + 2xx = proven. 401/403/404 or 2xx without the canary = protected (refuted). |
reflected_marker | Reflected XSS / HTML injection | Inject a unique marker plus a harmless <keel> probe. Unescaped reflection = proven. HTML-encoded reflection = protected. Control GET must not already contain the probe. |
open_redirect_canary | Open redirect | Point the redirect parameter at https://keel-proof.invalid/<marker>. A 3xx whose Location host is that canary = proven. |
unauth_access_probe | Missing authZ | Tester A baseline must show the canary; the same URL with no credentials must not. 2xx + canary unauthenticated = proven. |
own_session_marker | Reachability only | A reads its own canary. This is corroborated, never vulnerability proof. |
execute_proof stores status codes, canary booleans, truncation flags, hashes, hunter impact text, and the repro script. It does not persist response bodies or secrets.
Plant a non-secret canary in a tester-owned object before cross_account_read / unauth_access_probe. Reflected XSS and open redirect inject the marker themselves.
| Tool | Role |
|---|---|
begin_engagement | Register scope and traffic ceilings |
draft_waves | Propose reachability + template micro-waves; no traffic |
execute_wave | Queue one background job |
wave_status | Stage, progress, result; omit job_id to list |
cancel_wave | Stop a queued or running scanner |
query_cards | Prioritized semantic cards |
second_look | Re-run only the originating Nuclei template |
assess_exploitability | Candidate impact, missing evidence, negative control, playbooks |
state_impact | Record a hunter hypothesis |
draft_proof | Allowlisted proof plan; no traffic |
execute_proof | Run the GET-only playbook |
engagement_health | Cooldowns, budgets, pending waves |
engagement_audit | Append-only application events |
begin_engagement needs engagement_id and scope_hosts (plain hostnames, e.g. target.example). Defaults: 3 req/s, one host at a time, 120s / 120 requests per wave. allow_safe_proof=true enables proofs. Pass tester credential names only; put secrets in KEEL_CREDENTIALS_FILE.
begin_engagement after a client restart restores the SQLite engagement. If you changed scope, use a new engagement_id.
Proofs need allow_safe_proof=true and, for session playbooks, KEEL_CREDENTIALS_FILE mapping names like tester-a to Authorization or Cookie.
MIT. Copyright (c) 2026 Lutfi Z.P.
PyPI: keel-pentest. MCP Registry: io.github.lutfizp/keel. Source: github.com/lutfizp/keel.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/keel)<a href="https://allmcps.com/mcp/keel"><img src="https://allmcps.com/api/badge/keel?style=directory" alt="Keel on AllMCPs" /></a>