Connector guide3-minute read10 MCP toolsEN · DE · IT

Come collegare Invoice Ninja a Gemini — via MCP

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.

HCBy HelpCode teamAggiornato 3 min read Open source su GitHub

Nessuna carta di credito · 7 giorni di prova · Alternativa self-host disponibile

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.

tool

10

Regione

INTL

Categoria

Accounting

Autenticazione

API Key

Env vars richieste

INVOICENINJA_URLINVOICENINJA_API_TOKEN
Installa con un clic su Cloud

7 giorni di prova gratuita · Nessuna carta di credito

  • Prova gratuita di 7 giorni
    Nessuna carta di credito
  • GDPR & SOC 2 ready
    Dati in UE, log di audit
  • Open source su GitHub
    Open source · AGPL-3.0
  • Funziona con ChatGPT, Claude, Gemini
    Qualsiasi client compatibile MCP

Salta l'installazione. Attivo in meno di 2 minuti.

Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Invoice Ninja con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.

Inizia la prova gratuita

Summary

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.

Prova a chiedere

Prompt di esempio per Invoice Ninja

Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.

Invoice Ninja · live via MCP
Condividi
Opus 4.7

Claude è un'AI e può sbagliare. Verifica sempre le risposte.

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Invoice Ninja, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

Invoice Ninja + Gemini

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.

Prerequisiti

Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:

INVOICENINJA_URL, INVOICENINJA_API_TOKEN

Step 1 — Ottieni le credenziali

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.

…(continued in the in-app connector instructions)

Step 2 — Installa l'adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 3 — Aggiungi il connettore in Gemini

Gemini CLI legge i server MCP da ~/.gemini/settings.json (o %APPDATA%\gemini\settings.json su Windows). Aggiungi:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
  2. Salva il file e riavvia gemini.
  3. Esegui /mcp nella Gemini CLI — Invoice Ninja dovrebbe essere elencato come disponibile.
  4. Vertex AI Studio: passa https://cloud.anythingmcp.com/mcp nell'array tools della richiesta con lo stesso header Bearer.

Tool disponibili

ToolWhat it does
invoice_ninja_list_clientsList clients with their name, contacts, balance, paid-to-date total and currency
invoice_ninja_get_clientRead one client in full: their contacts, addresses, payment terms, balance and the settings that override the company defaults for them
invoice_ninja_list_invoicesList invoices with their number, date, due date, client, amount and balance
invoice_ninja_get_invoiceRead one invoice in full: every line item with quantity, cost and tax, the totals, the balance outstanding and the payments applied
invoice_ninja_list_quotesList quotes with their number, date, client, amount and status — what is out with prospects and not yet converted into an invoice
invoice_ninja_list_paymentsList payments with their date, amount, method, client and the invoices they were applied to — the money that actually arrived
invoice_ninja_list_recurring_invoicesList recurring invoices with their frequency, next send date, client and amount — the predictable part of the revenue
invoice_ninja_list_productsList products with their key, notes, cost, price, quantity and tax settings
invoice_ninja_list_expensesList expenses with their date, vendor, category, amount and whether they have been billed to a client — the cost side of the ledger
invoice_ninja_list_projectsList projects with their name, client, budgeted hours, task rate and due date — the anchor for time and profitability questions

FAQ

Gemini 1.5 Pro o 2.x supportano MCP? Sì — Gemini CLI ≥ 0.4 e la Vertex AI tools API accettano connettori MCP httpUrl con header Bearer.

Prossimi passi

Questa guida ti è stata utile?

Your Invoice Ninja agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Guide correlate

connectors

Come collegare Invoice Ninja a ChatGPT — via MCP

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.

connectors

Come collegare Invoice Ninja a Claude — via MCP

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.

connectors

Come collegare Invoice Ninja a Cursor — via MCP

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.

connectors

Invoice Ninja su MCP — Pilota Invoice Ninja da qualsiasi agente AI

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.

connectors

Come collegare AFAS Profit a Gemini — via MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Come collegare Aruba Fatturazione Elettronica a Gemini — via MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.