CLI Printing Press is a Go-based tool that generates agent-ready command-line interfaces and MCP servers from APIs, websites, OpenAPI specs, or browser-captured HAR files. Instead of only wrapping endpoints, it studies the API, competing tools, useful workflows, authentication behavior, and hidden data opportunities before producing a more opinionated CLI. The generated tools are designed for AI agents first, with SQLite sync, offline search, structured output, compact modes, typed exit codes, and compound insight commands. It supports multiple entry paths, including direct specs, URLs without documentation, and HAR imports from browser developer tools. The project includes validation stages such as scorecards, dogfooding, proof-of-behavior checks, and optional live read-only smoke tests. Overall, CLI Printing Press aims to turn any useful web service into a practical automation surface for both humans and AI agents.
Features
- CLI and MCP server generation from APIs
- OpenAPI, website, and HAR input support
- Browser traffic capture for undocumented services
- SQLite sync and offline search layers
- Agent-friendly structured outputs and exit codes
- Verification pipeline with scorecards and smoke tests