Developers & agents

A ledger your tools can talk to.

Vloxyde ships a first-class CLI and an MCP server for AI assistants — both built on the same HTTP API the app uses. Your agent can read your books and draft entries for you. Only you can post them.

$ vloxyde login

Visit https://vloxyde.me/device and enter code WDJB-MJHT

✓ Signed in

$ vloxyde accounts

Everyday Checking PHP 128,450.00

Travel Card PHP −12,919.50

$ vloxyde report cash-flow --from 2026-06-01

$ vloxyde export --format csv > ledger.csv

Illustrative session — figures are examples, commands are real.

The vloxyde CLI

Sign in once with a device code — no passwords in your terminal. Then read accounts, transactions, obligations, and every report; import and export CSV; and record events, all from the shell. Human-readable tables by default, --json for scripting, and stable exit codes for automation.

MCP server for AI agents

Connect Claude or any MCP-capable assistant to your ledger. Agents get read tools for accounts, reports, and obligations — and can propose transactions as drafts you review in the app. Nothing posts until you confirm it; direct agent writes are off by default and opt-in per account.

One HTTP API underneath

The CLI, the MCP server, and the app itself all speak the same versioned HTTP API: money as exact integer minor units (never floats), idempotent writes, cursor pagination, and RFC 9457 problem responses. What your tools see is exactly what the app sees.

How agents are kept honest

Agents propose. You confirm.

An AI assistant connected over MCP can read your reports and suggest transactions — but its suggestions land as drafts in a review queue, exactly like a CSV import. You see every draft in the app, edit or discard it, and only your explicit confirmation posts it to the ledger. If you want an agent to write directly, that is a per-account setting you switch on yourself — it ships off.

Screenshot / GIF — agent draft review

The drafts review queue in the app: a few agent-proposed transactions awaiting confirmation, with the confirm/discard controls visible. A short GIF of Claude proposing a draft via MCP and the user confirming it in-app would be ideal.

Documentation

Setup guides for the CLI and MCP server, the API reference, and the money wire format live in the docs. Open the documentation.