High-Performance Intelligence CLI for TIC
A native, lightning-fast command-line tool and agent interface for the TIC (tic.io) business intelligence and datasets API. Company lookups, beneficial owners, corporate graphs, debtor summaries, and bankruptcy records.
Native Speed & Safety
Built with Rust Edition 2024 and compiled with full LTO. Executes in 1โ3 ms cold-start with zero interpreter or managed runtime overhead.
Secure OS Keystore
Never leaks secrets into plaintext config files. Seamlessly stores keys in macOS Keychain, Windows DPAPI, or Linux Secret Service.
Agentic Architecture
YAML terminal output by default, structured JSON via --json, embedded self-documentation via tic agent-readme, and stable numeric exit codes.
Corporate Intelligence
Deep company lookups, registry search, board parties, anomaly red flags, Kronofogden debtor summaries, and properties.
Vehicle & Fleet Registry
Search Swedish vehicle records by licence plate or VIN, and inspect fleet vehicles registered to corporate entities.
Bankruptcy Records
Query official Swedish bankruptcy filings and initiated proceedings with flexible filters, sorting, and pagination.
Command Overview
| Command | Description | Example |
|---|---|---|
tic company get <REG_NR> |
Look up company by organization number | tic company get 556792-6687 |
tic company get-by-id <ID> |
Look up company by internal TIC ID | tic company get-by-id 3325421 |
tic company search <QUERY> |
Search companies by name, address, or email | tic company search "Volvo" |
tic company beneficial-owners <ID> |
Retrieve beneficial ownership (UBO) | tic company beneficial-owners 3325421 |
tic company graph <ID> |
Ownership graph network | tic company graph 3325421 |
tic company debtor-summary <ID> |
Kronofogden unpaid debt records | tic company debtor-summary 3325421 |
tic person search <QUERY> |
Search persons by personal identity number | tic person search 198207174171 |
tic vehicle search <QUERY> |
Search vehicle registry by plate or VIN | tic vehicle search "ABC123" |
tic bankruptcy search <QUERY> |
Search bankruptcy records and filings | tic bankruptcy search "5566778899" |
tic agent-readme |
Embedded manual for LLM agents | tic agent-readme --json |