Metadata-Version: 2.4
Name: invoiceocean-mcp
Version: 0.1.1
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,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.1.1

# 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 FAKTUROWNIA_DOMAIN=mycompany.invoiceocean.com \
  -e FAKTUROWNIA_API_TOKEN=... \
  -- uvx invoiceocean-mcp
```

Set `FAKTUROWNIA_DOMAIN` to your full `*.invoiceocean.com` domain. Full
documentation (tools, approval gate, environment variables) lives in the
[fakturownia-mcp repository](https://github.com/KrzysztofMarmol/fakturownia-mcp).

## License

MIT
