
Mcp Organizze
Let your coding agent create Organizze transactions and read balances or goals without leaving the chat while you run a solo business.
Overview
mcp-organizze is an Operate-phase MCP server that links your agent to Organizze to create transactions and read balances and goals.
What is this MCP server?
- stdio (PyPI mcp-organizze) and optional streamable-http (OCI) transports
- Create transactions and query balances and financial goals via MCP tools
- Authenticates with ORGANIZZE_EMAIL plus ORGANIZZE_API_KEY
- Targets Organizze, a personal and small-business finance manager popular in Brazil
- Version 0.1.2 in server metadata
- Server version 0.1.2
- Two transport options: stdio (PyPI) and streamable-http (OCI)
- Two required env vars: ORGANIZZE_EMAIL and ORGANIZZE_API_KEY
Community signal: 6 GitHub stars.
What problem does it solve?
Switching between your IDE and Organizze to log expenses or check goals breaks flow when you want the agent to act on real financial data.
Who is it for?
Indie builders and freelancers who already budget in Organizze and want MCP-driven bookkeeping prompts.
Skip if: Teams on QuickBooks, Xero, or spreadsheets-only workflows with no Organizze account.
What do I get? / Deliverables
After you add credentials and register the server, your agent can query Organizze and post transactions from the same session you use to code or plan.
- MCP tools that create Organizze transactions
- Balance and goal queries returned to the agent
- Registered stdio or streamable-http endpoint in your MCP host
Recommended MCP Servers
Journey fit
Day-to-day money tracking and adjustments belong in Operate—after you are building and shipping, when cash flow and goals need ongoing upkeep. Iterate fits recurring ledger updates, balance checks, and goal tweaks rather than one-off launch or build tasks.
How it compares
Organizze API bridge via MCP, not a standalone budgeting app or generic spreadsheet skill.
Common Questions / FAQ
Who is mcp-organizze for?
Solo builders and small operators who use Organizze and want Claude Code, Cursor, or Codex to read balances and log transactions through MCP.
When should I use mcp-organizze?
Use it during Operate when you regularly update ledgers, reconcile freelance income, or check goal progress without opening the Organizze UI.
How do I add mcp-organizze to my agent?
Install the PyPI package mcp-organizze for stdio, set ORGANIZZE_EMAIL and ORGANIZZE_API_KEY, and register the server in your host’s MCP config; HTTP mode uses the published OCI image with MCP_HOST and MCP_PORT.