@kontext-sdk/cli
v0.11.1
Published
Proof of compliance CLI for AI agents making agentic stablecoin and fiat payments. OFAC screening, digest chains, compliance certificates.
Downloads
628
Maintainers
Readme
@kontext-sdk/cli
CLI for the Kontext trust layer. Cryptographic verifiable intent for org-wide payments.
Install
npm install -g @kontext-sdk/cliOr run directly with npx:
npx @kontext-sdk/cli initCommands
kontext init -- project setup wizard
npx @kontext-sdk/cli initInteractive wizard that captures your wallets, tokens, chains, and compliance mode. Generates kontext.config.json -- the SDK reads this automatically.
kontext verify -- compliance check + audit log
npx @kontext-sdk/cli verify --tx 0xabc... --amount 5000 --token USDC \
--from 0xAgent --to 0xMerchant --agent my-botkontext check -- stateless OFAC + threshold check
npx @kontext-sdk/cli check 0xSender 0xReceiver --amount 5000 --token USDCkontext reason -- log agent reasoning
npx @kontext-sdk/cli reason "Price within budget. Recipient verified." --agent my-botkontext cert -- export compliance certificate
npx @kontext-sdk/cli cert --agent my-bot --output cert.jsonkontext audit -- verify digest chain integrity
npx @kontext-sdk/cli audit --verifykontext mcp -- MCP server for AI coding tools
npx @kontext-sdk/cli mcpWorks with Claude Code, Cursor, and Windsurf.
{
"mcpServers": {
"kontext": {
"command": "npx",
"args": ["-y", "@kontext-sdk/cli", "mcp"]
}
}
}Flags
--json-- structured JSON output on any command--amount <number>-- transaction amount in token units--token <symbol>-- USDC, USDT, DAI, EURC
License
MIT
Built by Legaci Labs
