PocketSmith is a personal finance forecasting tool that projects your cash flow into the future. This CLI lets you manage accounts, view transactions, set budgets, and access cash flow projections 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/pocketsmith # Set up API key
pocketsmith auth login --api-key YOUR_API_KEY
# Verify connection
pocketsmith auth status # List accounts
pocketsmith accounts list
# Get transactions
pocketsmith transactions list --account-id ACCOUNT_ID
# View cash flow forecast
pocketsmith forecast get --period 3months 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.