Connector guide3-minute read9 MCP toolsEN · DE · IT

Fatture in Cloud mit Claude verbinden — über 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 teamAktualisiert 3 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

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.

Tools

9

Region

IT

Kategorie

Accounting

Authentifizierung

OAuth 2.0

Benötigte Env-Vars

FIC_CLIENT_IDFIC_CLIENT_SECRETFIC_REFRESH_TOKENFIC_COMPANY_ID
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Fatture in Cloud mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

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.

Frag einfach

Beispiel-Prompts für Fatture in Cloud

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

Fatture in Cloud · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Fatture in Cloud klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Fatture in Cloud + Claude

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.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

FIC_CLIENT_ID, FIC_CLIENT_SECRET, FIC_REFRESH_TOKEN, FIC_COMPANY_ID

Schritt 1 — Zugangsdaten holen

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)

Schritt 2 — Adapter installieren

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

Schritt 3 — Connector in Claude hinzufügen

Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.

  1. Öffne claude.ai/customize/connectors.
  2. Klicke "Add custom connector".
  3. Trage ein:
    • Name: Fatture in Cloud
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
  4. Klicke Connect zum Autorisieren.

Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.

Verfügbare Tools

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

Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.

Nächste Schritte

War dieser Guide hilfreich?

Your Fatture in Cloud agent is one click away.

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

Verwandte Anleitungen

connectors

Fatture in Cloud mit ChatGPT verbinden — über 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 mit Cursor verbinden — über 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 mit Gemini verbinden — über 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 zu MCP — Fatture in Cloud aus jedem KI-Agent steuern

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

AFAS Profit mit Claude verbinden — über 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

Aruba Fatturazione Elettronica mit Claude verbinden — über 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.