fattureincloud-mcp
Verified Safeby pyaekyaw-dev
Overview
Manages Italian electronic invoices by integrating with the Fatture in Cloud API, providing tools for creating, sending, tracking, and analyzing invoices through a conversational interface.
Installation
fattureincloud-mcpEnvironment Variables
- FIC_ACCESS_TOKEN
- FIC_COMPANY_ID
- FIC_SENDER_EMAIL
Security Notes
The server uses environment variables (`os.getenv`) for sensitive information like API access tokens, which is a good practice. It does not contain direct usage of `eval` or obvious obfuscation. Input validation is largely deferred to the `fattureincloud-python-sdk`. A generic `except` block for all tool calls could mask specific errors but doesn't introduce direct security vulnerabilities from the server side. It communicates via standard I/O (stdio), which is generally safe when executed locally or in a trusted environment. Overall, the code appears to be a straightforward wrapper around a well-known API.
Similar Servers
MCP-Server-ACBrNFe
This project implements a server to automate the generation and submission of Brazilian electronic invoices (NF-e) by integrating with the ACBrNFe component.
fattureincloud-mcp
Integrates Fatture in Cloud (Italian electronic invoicing) with AI assistants like Claude to manage invoices, clients, and financial summaries through natural language.
efatura-mcp-server
Integrate with the Turkish GİB e-Arşiv Fatura system to manage e-invoices via an MCP server.
quickfile-mcp
This MCP server integrates AI assistants with QuickFile UK accounting software, providing full access to invoicing, client management, purchases, banking, and financial reporting.