Up Bank is an Australian neobank with a clean developer API. This CLI provides access to accounts, transactions, categories, and spending insights for automating your personal finance tracking from the terminal.
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/upbank # Set up personal access token
upbank auth login --token YOUR_PERSONAL_TOKEN
# Verify connection
upbank auth status # List all accounts
upbank accounts list
# Get account details
upbank accounts get ACCOUNT_ID
# View transactions
upbank transactions list \
--account-id ACCOUNT_ID \
--limit 20 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.