🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

aitaxadvise

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aitaxadvise

AITaxAdvise CLI — AI-powered tax research for coding agents. Ask tax questions, get cited legislation.

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

atx — AITaxAdvise CLI

AI-powered tax research from your terminal. Ask tax questions, get cited legislation. Zero dependencies.

Built for coding agents and developers.

Install

npm install -g aitaxadvise

Quick Start

# Create an account
atx signup my-firm --local

# Ask a tax question
atx ask "UK CGT on residential property sale 2025-26"

# Check your balance
atx balance

Commands

CommandDescription
atx signup <slug>Create account, get API key instantly
atx login --key <key>Save API key to config
atx ask "query"Ask a tax research question
atx ask "query" --jsonGet raw JSON response (for piping)
atx balanceCheck remaining research sessions
atx historyView recent research sessions
atx meShow account info
atx topupRequest credits (shows payment URL)
atx --helpShow all commands

Examples

# UK tax
atx ask "I earn £85,000 as a PAYE employee. What is my income tax?"
atx ask "SDLT on sale-and-leaseback with 999-year leases under s57A"

# Malta tax
atx ask "Malta corporate tax refund system 6/7ths effective rate"
atx ask "Global Residence Programme 15% flat rate conditions"

# Cross-border
atx ask "UK resident relocating to Malta. Company worth £3M. CGT and DTA implications?"

# JSON output (for agents)
atx ask "UK VAT flat rate scheme for IT consultancy" --json

Agent Integration

Add to your project rules file (.cursorrules, .clinerules, .windsurfrules, etc.):

## AITaxAdvise
Use the atx CLI for tax research.
API key is in .atx/config.json (auto-loaded).
- `atx ask "your tax question"` — get cited tax research
- `atx balance` — check remaining sessions
- `atx --help` — full reference

Configuration

Config is resolved in this order:

  • --key flag (highest priority)
  • ATX_API_KEY environment variable
  • .atx/config.json (project-scoped)
  • ~/.atx/config.json (global)
# Project-scoped (recommended for repos)
atx login --key atx_xxx --local    # saves to .atx/config.json

# Global (shared across projects)
atx login --key atx_xxx            # saves to ~/.atx/config.json

Add .atx/ to your .gitignore.

Coverage

  • UK: 39,208 rules across 53 HMRC manuals (Income Tax, CGT, SDLT, IHT, VAT, Corporate, Pensions, Crypto, Expat, Compliance)
  • Malta: Corporate tax, refund system, GRP, HQP, VAT, Property, DTA
  • Cross-border: UK-Malta, UK-UAE, UK-EU relocations and double tax treaties

How It Works

  • Your query is analysed and classified across 10 tax domains
  • Routed to the most relevant knowledge base sections
  • Multiple specialist agents research in parallel
  • Response cites specific legislation (FA 2003 s57A, TCGA 1992, etc.)
  • Verified for rate accuracy before delivery

All for the cost of one research session.

Pricing

  • First session: £1 ($1 verification)
  • Single session: £23.99
  • 5-Pack: £95.99 (save 20%)
  • 10-Pack: £159.99 (save 33%)

Support

  • Documentation: aitaxadvise.com/llms.txt
  • Issues: github.com/tygacloud/atx-cli

Tax information only. Not regulated tax advice. Full disclaimer

(c) Tyga.Cloud Ltd (UK #14643275) | aitaxadvise.com

Keywords

aitaxadvise

FAQs

Package last updated on 04 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts