🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@getcolter/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getcolter/cli

Check if any online store works with AI shopping agents. Tests UCP (Universal Commerce) and ACP (Agent Commerce) protocols in one command.

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
28
-30%
Maintainers
1
Weekly downloads
 
Created
Source

@getcolter/cli

Check if any online store works with AI shopping agents.

Colter tests both major agent commerce protocols in one command:

  • UCP (Universal Commerce Protocol) — product discovery, browsing, and purchase. Used by Gemini, AI Mode, Copilot, and others.
  • ACP (Agent Commerce Protocol) — checkout and payment. Used by ChatGPT, Operator, and others.

Produces Evidence Packs: portable, redacted, replayable records of every verification.

Install

npm install -g @getcolter/cli

Or run directly:

npx @getcolter/cli check https://your-store.com

Quick start

# Fast readiness scan
colter check https://your-store.com

# Full conformance test with Evidence Pack
colter verify https://your-store.com

# Batch check multiple stores
colter check --batch stores.yaml

What it checks

ProtocolWhat it doesAgents using it
UCPFull-lifecycle commerce (discover, browse, cart, checkout)Gemini, AI Mode, Copilot, Shopping Graph
ACPAgent checkout and paymentChatGPT, Operator

MCP server

Colter includes an MCP server for AI agent integration:

{
  "mcpServers": {
    "colter": {
      "command": "colter",
      "args": ["mcp", "--admin-tools"]
    }
  }
}

Platforms

Pre-built binaries for macOS (ARM64, x64), Linux (x64, ARM64), and Windows (x64).

Integrity

Release tags (vX.Y.Z) create a GitHub Release that includes checksums.txt (SHA-256) for each platform binary.

If you need to verify the installed binary:

  • Download checksums.txt from the GitHub Release for your version.
  • Compute the SHA-256 of your local binary and compare.

On macOS/Linux:

sha256sum "$(command -v colter)"
  • Documentation
  • GitHub
  • Report an issue

License

Colter is free to use. See LICENSE for terms.

Keywords

colter

FAQs

Package last updated on 08 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts