Connector guide3-minute read9 MCP toolsEN · DE · IT

Cómo conectar 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 teamActualizado 3 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

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.

herramientas

9

Región

IT

Categoría

Accounting

Autenticación

OAuth 2.0

Env vars requeridas

FIC_CLIENT_IDFIC_CLIENT_SECRETFIC_REFRESH_TOKENFIC_COMPANY_ID
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade Fatture in Cloud con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

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.

Prueba a pedir

Prompts de ejemplo para Fatture in Cloud

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

Fatture in Cloud · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Fatture in Cloud, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

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.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

FIC_CLIENT_ID, FIC_CLIENT_SECRET, FIC_REFRESH_TOKEN, FIC_COMPANY_ID

Paso 1 — Obtener credenciales

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)

Paso 2 — Instalar el 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

Paso 3 — Añadir el conector en Gemini

Gemini CLI lee servidores MCP desde ~/.gemini/settings.json (o %APPDATA%\gemini\settings.json en Windows). Añade:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia gemini.
  3. Ejecuta /mcp en la Gemini CLI — Fatture in Cloud debería aparecer como disponible.
  4. Vertex AI Studio: pasa https://cloud.anythingmcp.com/mcp al array tools de tu petición con el mismo header Bearer.

Herramientas disponibles

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 soportan MCP? Sí — Gemini CLI ≥ 0.4 y la API de tools de Vertex AI aceptan conectores MCP httpUrl con header Bearer.

Siguientes pasos

¿Te ha sido útil esta guía?

Your Fatture in Cloud agent is one click away.

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

Guías relacionadas

connectors

Cómo conectar 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

Cómo conectar 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

Cómo conectar 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 a MCP — Pilota Fatture in Cloud desde cualquier agente IA

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

Cómo conectar 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

Cómo conectar 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.