Greeninvoice-Ops

April 20, 2026 · View on GitHub

A Claude Code plugin for conducting operations against the Green Invoice MCP server — the unofficial MCP wrapper around the Green Invoice Israeli invoicing API.

Bundles a skill that teaches Claude how to safely drive the ten consolidated MCP tools (document, client, supplier, item, expense, payment, account, business, reference_data, webhook) plus slash commands for the most common day-to-day workflows.

Prerequisite

The Green Invoice MCP server must be installed and connected. See GreenInvoice-MCP for installation and API-credential setup.

Skills

  • greeninvoice-ops — operational guide: tool layout, common workflows (create invoice, log expense, monthly summary), safety rules, Israeli VAT / date / currency conventions.

Commands

  • /gi-status — account / business snapshot, sandbox check
  • /gi-find-client — search clients and report balance + recent documents
  • /gi-recent-documents — list recent invoices, receipts, quotes with optional filters
  • /gi-create-invoice — interactive invoice creation with confirmation gate
  • /gi-log-expense — log a new expense against a supplier
  • /gi-send-document — send an existing document by email
  • /gi-monthly-summary — income, expenses, VAT position, top clients / suppliers

Installation

claude plugins marketplace add danielrosehill/Claude-Code-Plugins
claude plugins install greeninvoice-ops@danielrosehill

Fallback resources

If the Green Invoice MCP is out of date or missing an endpoint, the skill falls back to these third-party surfaces for the same API (Green Invoice → Morning):

  • morning-cli — agent-native Python CLI covering all 66 endpoints (pip install morning-cli). First fallback.
  • D1DX/morning-skill — AI-agent skill documenting raw API patterns for expenses, OCR file upload, and classifications where the MCP is thin.

Disclaimer

This plugin and the underlying MCP server are unofficial and not affiliated with, endorsed by, or supported by Green Invoice (Optimax Ltd). Always verify consequential operations in the official Green Invoice dashboard.

License

MIT — see LICENSE.