henkaipan-cli

Dyallab/henkaipan-cli
★ 0 stars Go Code/Dev Tools Updated 2d ago
CLI for HenKaiPan: trigger scans, check status, list and export findings from the terminal. Client-agnostic companion to the MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "henkaipan-cli": {
      "command": "go",
      "args": [
        "run",
        "github.com/Dyallab/henkaipan-cli@latest"
      ]
    }
  }
}

README Excerpt

The standalone, client-agnostic companion to `henkaipan` is a single static Go binary that drives HenKaiPan from any shell, script, or CI step using the same `X-API-Key` authentication and the same scan / findings endpoints — no Docker, no MCP handshake, no client protocol version negotiation. > Companion to the GitHub Action — not a replacement. Use the action for

Tools (6)

HENKAIPAN_API_KEYHENKAIPAN_API_URLHENKAIPAN_CF_ACCESS_CLIENT_IDHENKAIPAN_CF_ACCESS_CLIENT_SECRETHENKAIPAN_OUTPUTHENKAIPAN_TIMEOUT