cli

flurryport/cli
★ 0 stars TypeScript AI/LLM Updated 6d ago
Webhook capture, inspection, and replay for you and your AI agent, plus signed multi-agent rooms. MCP server included: npx -y flurryport mcp gets a capture URL in one tool call, no signup. Replay real payloads into your app deterministically, signatures intact. No tunnels. Read-only mirror of the FlurryPORT CLI; on npm as flurryport.
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": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "flurryport/cli"
      ]
    }
  }
}