Blitz Strike
MCP ServerA penetration-testing methodology delivered as one MCP server: BLITZ maps the attack surface, EAGLE-EYE traces source-to-sink, STRIKE live-verifies every finding before it is reported.
- mcp-server
- security
- pentest
- methodology
A local MCP server that turns TypeSafe's Jev into eight typed judgment tools — verify, screen, find, rerank, classify, decide, compare, extract.
jev-mcp gives any MCP client a small judgment layer: jev_verify checks claims against evidence, jev_screen judges content before it enters context, jev_find picks the best candidate by meaning, jev_rerank scores and sorts candidates, jev_classify batch-assigns classes, jev_decide settles bounded alternatives, jev_compare judges how two passages relate, and jev_extract pulls field values with regex plus judgment. Each answer comes back typed with probabilities and a confidence score in roughly 150-500 ms, for a fraction of a cent — the cheap mechanical checks agents normally skip because a frontier model is too slow to run on every page or candidate. The README documents real catches: a contradicted claim flagged at confidence 1.0, and a prompt-injection note on a pricing page blocked at probability 0.99 while the page itself still read as genuine. npm package @jkudish/jev-mcp; registers with Claude Code, Codex, OpenCode and Amp.
Agents that need many small, structured judgments — claim checking, screening content before it enters context, ranking candidates — without paying frontier-model latency and cost on each one.
claude mcp add jev -- npx -y @jkudish/jev-mcp # requires Node.js 20+ and a TypeSafe API key (console.typesafe.ai) # other clients: Codex config.toml, OpenCode opencode.json, Amp mcp add — same npx command
Early software — the README says to expect rough edges. Requires a TypeSafe API key, and the content you ask it to judge goes to TypeSafe's API. Probabilities are model outputs, not guarantees — keep a human in the loop for consequential decisions. MIT; latest npm release 0.4.0 at review time.
Repository
jkudish/jev-mcpCharted
A penetration-testing methodology delivered as one MCP server: BLITZ maps the attack surface, EAGLE-EYE traces source-to-sink, STRIKE live-verifies every finding before it is reported.
Red Hat's "ripgrep for AI context" — a C++23 zero-dependency CLI that also speaks MCP.
One shared session memory for 25+ coding agents — Claude Code, Codex, and Cursor finally remember the same project.