Ntropy provides AI-powered financial transaction enrichment that normalizes and categorizes bank transactions. This CLI lets you enrich transactions with merchant data, spend categories, and structured labels at scale.
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/ntropy # Set up API key
ntropy auth login --api-key YOUR_API_KEY
# Verify connection
ntropy auth status # Enrich a single transaction
ntropy transactions enrich \
--description "STARBUCKS #1234" \
--amount -4.50 \
--date 2026-01-15
# Batch enrich from file
ntropy transactions batch-enrich --file ./transactions.json 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.