integra-agent-guard

IntegraLedger/integra-agent-guard
★ 0 stars TypeScript AI/LLM Updated 3d ago
Integra Agent Guard — buyer-side verify-before-sign for agentic commerce, plus its read-only MCP server. Apache-2.0, works against any seller.
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": {
    "integra-agent-guard": {
      "command": "npx",
      "args": [
        "-y",
        "IntegraLedger/integra-agent-guard"
      ]
    }
  }
}

README Excerpt

The buyer/developer side of Legal Context Protocol commerce. Two packages, **Apache-2.0, free forever — no account, no key, no token, nothing to sign up for.** | Package | What it is | |---|---| | [`@integraledger/agent-guard`](packages/agent-guard) | Verify before sign, as a type and as a runtime guarantee. A paying agent fetches the terms the seller advertised, recomputes the fingerprint, and halts before any signing key is invoked if they disagree. |