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.
7 天免费 · 无需信用卡 · EU 托管
问 Fatture 任何事
通过 AnythingMCP 对 Fatture in Cloud 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。
在 Cloud 上安装 FattureClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 Fatture in Cloud。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 Fatture in Cloud
直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。
Getting a token
- Register an application in the Fatture in Cloud developer console (developers.fattureincloud.it). You receive a client id and client secret.
- 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:avariants for write. Keep the refresh token. - Set
FIC_CLIENT_ID,FIC_CLIENT_SECRET,FIC_REFRESH_TOKENandFIC_COMPANY_ID. AnythingMCP refreshes the access token on its own.
Every path carries a company id. A Fatture in Cloud account can hold several companies (aziende) and each has its own numeric id; FIC_COMPANY_ID fixes this connector to one. fatture_in_cloud_list_companies is the exception — it is the one call that works without it, and it tells you which ids exist.
Issued vs received. issued_documents are the documents you send (invoices, quotes, credit notes, delivery notes); received_documents are supplier invoices you have recorded. The type parameter narrows within each: invoice, quote, proforma, credit_note, order, receipt, delivery_note.
Fatturazione elettronica. Italian e-invoices carry an e_invoice flag and an ei_status that tracks the document through the Sistema di Interscambio: not_sent, sent, pending, accepted, rejected. A rejected invoice is a real accounting problem and worth asking about by name.
fieldset=detailed returns the line items and payment schedule; the default returns headers only. Ask for detail when you need it and not before, because documents are large.
Cloud reachability: api-v2.fattureincloud.it is public with a valid certificate.