VetoVetoDocs
SDK · CLI · MCP

SDK · CLI · MCP

The three surfaces of Veto Checkout — the @veto-protocol/checkout SDK, the veto CLI, and the MCP server that lets an agent buy from any protocol-speaking merchant.

Veto Checkout ships three surfaces. All are zero-runtime-dependency and run on Node ≥ 22.6.

Install the SDK

npm install @veto-protocol/checkout

The package entry re-exports everything you need — createCheckout, the policy presets (STRICT / BALANCED / OPEN), the rails (x402Rail / mockRail), the REASON registry, receipt verification, and the crypto helpers.

On this page