Connector guide3-minute read9 MCP toolsEN · DE · IT

Как подключить Fatture in Cloud к ChatGPT — через 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 teamОбновлено 3 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

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.

инструментов

9

Регион

IT

Категория

Accounting

Аутентификация

OAuth 2.0

Требуемые env-vars

FIC_CLIENT_IDFIC_CLIENT_SECRETFIC_REFRESH_TOKENFIC_COMPANY_ID
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте Fatture in Cloud одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.

Начать бесплатный период

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.

Попробуй спросить

Примеры промптов для Fatture in Cloud

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

Fatture in Cloud · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Fatture in Cloud, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

Fatture in Cloud + ChatGPT

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.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

FIC_CLIENT_ID, FIC_CLIENT_SECRET, FIC_REFRESH_TOKEN, FIC_COMPANY_ID

Шаг 1 — Получите учётные данные

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)

Шаг 2 — Установите адаптер

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

Шаг 3 — Добавьте коннектор в ChatGPT

ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.

  1. Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: Fatture in Cloud
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте MCP API key
  4. Нажмите Connect.

Доступные инструменты

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

Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.

Следующие шаги

Это руководство помогло?

Your Fatture in Cloud agent is one click away.

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

Похожие руководства

connectors

Как подключить Fatture in Cloud к Claude — через 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 к Cursor — через 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 к Gemini — через 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 в MCP — управляйте Fatture in Cloud из любого 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

Как подключить AFAS Profit к ChatGPT — через 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 к ChatGPT — через 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.