@getcolter/cli
v0.3.1
Published
AI agent readiness platform for e-commerce. Check protocol support, fix gaps, monitor agent traffic with Lens, and test with AI personas. Supports UCP, ACP, MCP, and WebMCP.
Maintainers
Readme
@getcolter/cli
AI agent readiness platform for e-commerce. Check protocol support, fix gaps, monitor agent traffic, and test with AI personas.
Install
npm install -g @getcolter/cliOr run directly:
npx @getcolter/cli check https://your-store.comWhat it does
| Command | Purpose |
|---------|---------|
| colter check | Instant readiness scan — protocols, structured data, agent surfaces, 5-dimension scoring |
| colter fix | Generate and apply fixes for agent readiness gaps |
| colter lens | Register a store for real-time AI agent traffic monitoring |
| colter test | Run AI mystery shopper tests against a store (Claude, GPT, Gemini) |
| colter batch | Scan multiple stores from a YAML file |
| colter mcp | Start MCP server for AI agent integration |
Quick start
# Free readiness scan (no account required)
colter check https://your-store.com
# Detailed JSON output with scores
colter check https://your-store.com --json --verbose
# Generate a remediation plan
colter fix https://your-store.com
# Register a store for Lens monitoring
colter lens https://your-store.com
# Run AI mystery shopper simulations
colter test https://your-store.comProtocols supported
| Protocol | What it does | Agents using it | |----------|-------------|-----------------| | UCP | Full-lifecycle commerce (discover, browse, cart, checkout) | Gemini, AI Mode, Copilot, Shopping Graph | | ACP | Agent checkout and payment | ChatGPT, Operator | | MCP | Tool-based agent integration | Claude, MCP-compatible agents | | WebMCP | Browser-native agent tools (W3C Draft) | Chrome 146+, browser agents |
Scoring
Every check produces a composite score (0-100) across 5 dimensions:
- Discovery — Can agents find your store?
- Transaction — Can agents buy from your store?
- Security — Is the store secure for agent transactions?
- Ecosystem — How many AI platforms can access your store?
- Content Quality — Can agents understand your products?
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).
Links
License
Colter is free to use. See LICENSE for terms.
