Skip to main content
The akta-pro-cli is a command-line client for the akta.pro REST API. A sibling of the Akta MCP server. Both are thin clients over the same endpoints; the CLI is the presentation layer for humans and shell scripts. It ships as its own self-contained distribution (akta-pro-cli) with no MCP-server code.

Installation

To install using pipx:

Authentication

Authenticate using akta.pro API key. Visit playground.akta.pro to get your API key.
akta-pro login validates the key against a free endpoint and stores it at ~/.config/akta/credentials.json (mode 0600; %APPDATA%\akta on Windows).