Developer demo

See the tools work,
safely.

Hybrid demo  Exactly two MCP tools exist. KeySweep runs here live in a rate-limited sandbox — the same scanner the qualified keysweep_scan_text tool uses, with the same redacted output. MicroDefend is a guided example with sample output, because a public page must never become an arbitrary network scanner. No account, no credential, and no plan allowance is involved anywhere on this page.

Try it.

1 · Choose a Binary³ tool
2 · What it does

KeySweep analyzes text you supply for exposed secrets — API keys, tokens, private keys, credentials, database URLs. The analysis is pure pattern detection: no network access, no AI call, nothing leaves the process. The response is redacted by design: secret values are never returned, only their type, severity, confidence, a fingerprint, and a bounded value length.

3 · Your input Safe sandbox

Use sample or non-sensitive text. Do not paste live production credentials.

4 · Result

Nothing yet — run the sandbox to see a live redacted result.

5 · Equivalent MCP invocation

      
6 · What happened
  1. Validated first. Empty or oversized input is rejected before anything runs — and, like the production tool, a rejected request costs nothing.
  2. Rate limited. The demo is limited per IP address (5 runs per hour, 20 per day). If the rate-limit store cannot be verified, the demo fails closed rather than running ungoverned.
  3. Scanned in-process. The same pure scanner behind keysweep_scan_text analyzed your text. No network access, no external API, no credential.
  4. Redacted. The service's own redaction mapped raw detections to type, severity, confidence, fingerprint, and bounded length. Your text was never stored or logged — only its length and the detection count.
Boundaries

What this demo is — and is not.

  • Two tools, no more. The public MCP registry exposes exactly keysweep_scan_text and microdefend_scan_website. This page demonstrates nothing else.
  • Sandbox, not allowance. KeySweep runs here do not consume plan allowance and require no credential. Production calls authenticate with an issued MCP bearer credential and consume metered allowance under fixed UTC minute/hour/day windows.
  • Your input stays out of the record. Submitted text is never stored, never logged, and never sent to analytics. The only record is an anonymous per-IP counter enforcing the demo limits. Demo submissions are otherwise not persisted.
  • Not a network proxy. The MicroDefend walkthrough performs no fetch. Nothing on this page can be used to scan, probe, or reach a third-party or internal host.

Qualification boundary

Qualified: the public JWKS verification surface, and authenticated MCP end to end (post-roadmap production qualification gate, 2026-09-14). A successful sandbox run on this page is not the credentialed path — no account, credential, or allowance is involved anywhere on this page.

Not qualified, and not live: MCP billing. There is no MCP checkout, subscription, or paid plan.

Next step

Make it real.

Point an MCP-capable client at the machine endpoint with an issued credential, discover the two tools, and make the same calls for real. Pricing is not published and billing is not live; access is handled directly.