Connector guide3-minute read9 MCP toolsEN · DE · IT

Come collegare Fatture in Cloud a Gemini — via MCP

Fatture in Cloud — the invoicing app of 580,000 Italian partite IVA: issued and received documents, clients, suppliers, products, receipts and the VAT-relevant e-invoice status. REST API v2, OAuth 2.0.

HCBy HelpCode teamAggiornato 3 min read Open source su GitHub

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

Fatture in Cloud

Fatture in Cloud

Fatture in Cloud — the invoicing app of 580,000 Italian partite IVA: issued and received documents, clients, suppliers, products, receipts and the VAT-relevant e-invoice status. REST API v2, OAuth 2.0.

tool

9

Regione

IT

Categoria

Accounting

Autenticazione

OAuth 2.0

Env vars richieste

FIC_CLIENT_IDFIC_CLIENT_SECRETFIC_REFRESH_TOKENFIC_COMPANY_ID
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 Fatture in Cloud 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

Fatture in Cloud — the invoicing app of 580,000 Italian partite IVA: issued and received documents, clients, suppliers, products, receipts and the VAT-relevant e-invoice status. REST API v2, OAuth 2.0.

Prova a chiedere

Prompt di esempio per Fatture in Cloud

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

Fatture in Cloud · 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 → Fatture in Cloud, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

Fatture in Cloud + Gemini

Fatture in Cloud — the invoicing app of 580,000 Italian partite IVA: issued and received documents, clients, suppliers, products, receipts and the VAT-relevant e-invoice status. REST API v2, OAuth 2.0.

Prerequisiti

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

FIC_CLIENT_ID, FIC_CLIENT_SECRET, FIC_REFRESH_TOKEN, FIC_COMPANY_ID

Step 1 — Ottieni le credenziali

Getting a token

  1. Register an application in the Fatture in Cloud developer console (developers.fattureincloud.it). You receive a client id and client secret.
  2. Run the authorization-code flow once for the account, requesting the scopes you need — entity.clients:r, entity.suppliers:r, issued_documents:r, received_documents:r, products:r, and the :a variants for write. Keep the refresh token.
  3. Set FIC_CLIENT_ID, FIC_CLIENT_SECRET, FIC_REFRESH_TOKEN and FIC_COMPANY_ID. AnythingMCP refreshes the access token on its own.

…(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 — Fatture in Cloud 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
fatture_in_cloud_list_companiesList the companies (aziende) this account can reach, with their id, name and VAT number
fatture_in_cloud_list_issued_documentsList documents you issued — invoices, quotes, credit notes, proformas — with their number, date, client, total and payment status
fatture_in_cloud_get_issued_documentRead one issued document in full: every line item with VAT rate, the payment schedule, the client's details and the e-invoice status in the
fatture_in_cloud_list_received_documentsList supplier documents you have recorded — purchase invoices, credit notes and expenses — with their supplier, date, total and deductibilit
fatture_in_cloud_list_clientsList clients with their name, VAT number, codice fiscale, address and the e-invoice routing code (codice destinatario or PEC)
fatture_in_cloud_list_suppliersList suppliers with their name, VAT number, codice fiscale and address, for the purchasing side of the ledger
fatture_in_cloud_list_productsList products and services from the catalogue with their code, description, net price, VAT rate and stock level
fatture_in_cloud_list_receiptsList receipts (corrispettivi) with their date, amount and payment method — the till-side record, separate from invoices
fatture_in_cloud_get_company_infoRead the configured company's own details: name, VAT number, tax regime, address and plan

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 Fatture in Cloud 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 Fatture in Cloud a ChatGPT — via MCP

Fatture in Cloud — the invoicing app of 580,000 Italian partite IVA: issued and received documents, clients, suppliers, products, receipts and the VAT-relevant e-invoice status. REST API v2, OAuth 2.0.

connectors

Come collegare Fatture in Cloud a Claude — via MCP

Fatture in Cloud — the invoicing app of 580,000 Italian partite IVA: issued and received documents, clients, suppliers, products, receipts and the VAT-relevant e-invoice status. REST API v2, OAuth 2.0.

connectors

Come collegare Fatture in Cloud a Cursor — via MCP

Fatture in Cloud — the invoicing app of 580,000 Italian partite IVA: issued and received documents, clients, suppliers, products, receipts and the VAT-relevant e-invoice status. REST API v2, OAuth 2.0.

connectors

Fatture in Cloud su MCP — Pilota Fatture in Cloud da qualsiasi agente AI

Fatture in Cloud — the invoicing app of 580,000 Italian partite IVA: issued and received documents, clients, suppliers, products, receipts and the VAT-relevant e-invoice status. REST API v2, OAuth 2.0.

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.