Finance

PocketSmith

@ktmcp-cli/pocketsmith

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.

Peter Steinberger
🦞
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Peter Steinberger, Founder of OpenClaw · Lex Fridman Podcast #491 · @steipete

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/pocketsmith

Features

Cash flow forecasting
Account and budget management
Transaction categorization
Net worth tracking
Scenario planning
Financial goal setting

Usage Examples

Authentication

# Set up API key
pocketsmith auth login --api-key YOUR_API_KEY

# Verify connection
pocketsmith auth status

List resources

# List accounts
pocketsmith accounts list

# Get transactions
pocketsmith transactions list --account-id ACCOUNT_ID

# View cash flow forecast
pocketsmith forecast get --period 3months

Documentation

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.