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 login validates the key against a free endpoint and stores it at ~/.config/akta/credentials.json (mode 0600; %APPDATA%\akta on Windows).

Commands

Account

Company

Resolve a company, then pull a concise overview or a section-by-section Markdown profile.
Each section is billed separately: firmographic, business_model, company_assessment, trust_signal, company_hierarchy, digital_presence, financial_estimate, location, management_profile, product_offering, strategic_signal, customer_profile, industry, technology, plus enterprise-only funding_detail  and mna_and_investment .There is no "all" — choose explicitly. The two enterprise sections are auto-skipped (not an error).

Industry

News

Alternative signals

Headcount, traffic, hiring, social, and review data. All require Subscription or Enterprise — Pay-as-you-go returns 403.
Run akta <command> --help for every flag.

Non-Interactive Mode

All commands support --json output and can be fully controlled via CLI arguments and flags. Default (TTY): a Rich table for list results (search, industry, news), rendered Markdown for company data, and pretty-printed JSON for nested objects.

Exit codes