Taxamo is a global tax compliance platform for digital businesses. This CLI provides access to tax calculation, transaction recording, VAT OSS reporting, and compliance data for selling digital goods internationally.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/taxamo # Set up API key
taxamo auth login --private-token YOUR_TOKEN
# Verify connection
taxamo auth status # Calculate tax for a transaction
taxamo tax calculate \
--buyer-ip 1.2.3.4 \
--amount 100 \
--currency EUR
# List recorded transactions
taxamo transactions list For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.