Metadata-Version: 2.4
Name: invoiceocean-mcp
Version: 0.3.2
Summary: Unofficial MCP server for InvoiceOcean invoicing (alias for fakturownia-mcp)
Author-email: Krzysztof Marmol <krzysztof.marmol@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/KrzysztofMarmol/fakturownia-mcp
Keywords: invoiceocean,fakturownia,vosfactures,bitfactura,mcp,model-context-protocol,claude
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial :: Accounting
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fakturownia-mcp==0.3.2

# invoiceocean-mcp

**Unofficial** MCP (Model Context Protocol) server for
[InvoiceOcean](https://invoiceocean.com) invoicing: invoices, clients and
products as tools for Claude and other MCP clients.

> This is a community-maintained project. It is not affiliated with, endorsed
> by, or sponsored by InvoiceOcean or Fakturownia sp. z o.o. "InvoiceOcean"
> and "Fakturownia" are trademarks of their respective owner, used here only
> to indicate compatibility.

This package is an alias for
[`fakturownia-mcp`](https://pypi.org/project/fakturownia-mcp/) —
InvoiceOcean is the international brand of Fakturownia and both run the same
API. It ships the same server under an `invoiceocean-mcp` command:

```bash
claude mcp add invoiceocean \
  -e INVOICEOCEAN_DOMAIN=mycompany.invoiceocean.com \
  -e INVOICEOCEAN_API_TOKEN=... \
  -- uvx invoiceocean-mcp
```

All environment variables accept the `INVOICEOCEAN_` prefix
(`INVOICEOCEAN_DOMAIN`, `INVOICEOCEAN_API_TOKEN`, `INVOICEOCEAN_TIMEOUT`,
`INVOICEOCEAN_DOWNLOAD_DIR`, `INVOICEOCEAN_SKIP_CONFIRM`). Set the domain to
your full account domain — the server works with every regional brand of the
platform: invoiceocean.com, invoiceocean.de, vosfactures.fr, bitfactura.es
and fakturownia.pl. Full documentation (tools, approval gate) lives in the
[fakturownia-mcp repository](https://github.com/KrzysztofMarmol/fakturownia-mcp).

## License

MIT
