Invoice Ninja

Invoice Ninja

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

7 日間無料 · クレジットカード不要 · EU ホスト

Invoice に何でも聞ける

AnythingMCP 経由で Invoice Ninja に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。

Invoice を Cloud にインストール
Invoice Ninja · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

2 分でセットアップ

  1. 1cloud.anythingmcp.com で無料トライアル開始。
  2. 2コネクターストアで Invoice Ninja をクリック。資格情報を貼り付け。
  3. 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
Invoice Ninja を今すぐインストール

Invoice のガイド

主要 AI クライアント向けのステップバイステップセットアップ。

Invoice Ninja のセットアップ

コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。

Getting a token

  1. Sign in and open Settings → Account Management → API Tokens (on v5; on a self-hosted instance the same page exists).
  2. Create a token and put it in INVOICENINJA_API_TOKEN.
  3. Set INVOICENINJA_URL. For the hosted service that is https://invoicing.co; for a self-hosted instance, your own root. No trailing slash and no /api/v1 — the adapter appends it.

The header is X-API-TOKEN.

One token, one company. Invoice Ninja supports several companies per account, and the token is bound to the one it was created in. A second company needs a second token and a second connector.

include resolves relationships in one call: include=client,invitations on an invoice, include=contacts on a client. Without it you get ids and have to fetch each one.

Status is a small integer, and each document type numbers it differently. For invoices: 1 draft, 2 sent, 3 partial, 4 paid, 5 cancelled, -1 reversed. For quotes: 1 draft, 2 sent, 3 approved, 4 converted, 5 expired. Do not assume they line up.

Amounts are floats in the client's currency, and balance is what is still owed while amount is the invoice total. A receivables figure wants balance.

Soft deletes are hidden by default. Archived and deleted records are excluded unless you ask for them, which is usually right — but it is why a record somebody swears exists can be missing.

Self-hosted, which is the thing to plan for.

  • On AnythingMCP Cloud the instance must be reachable from the public internet on a real hostname with a valid TLS certificate. A self-signed certificate will fail: the connector offers no trust-anything switch.
  • On an internal host (invoices.intern, 10.0.0.x), self-host AnythingMCP on the same network and add that host to SSRF_ALLOWED_HOSTS, or the outbound guard refuses the call before it is made.

あなたの AI は Invoice Ninja から 2 クリック先。

コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。