fattureincloud-mcp
Verified Safeby aringad
Overview
Integrates Fatture in Cloud (Italian electronic invoicing) with AI assistants like Claude to manage invoices, clients, and financial summaries through natural language.
Installation
/path/to/fattureincloud-mcp/venv/bin/python /path/to/fattureincloud-mcp/server.pyEnvironment Variables
- FIC_ACCESS_TOKEN
- FIC_COMPANY_ID
- FIC_SENDER_EMAIL
Security Notes
The server loads API tokens and sensitive configuration from environment variables, which is a good security practice. It uses an official SDK (fattureincloud-python-sdk) for API interactions. The README explicitly highlights that 'write' and 'send to SDI' operations require user confirmation and are irreversible. No 'eval' or similar dynamic code execution functions were found. A minor area for improvement could be to log full tracebacks internally instead of returning them to the client on error, to prevent potential information disclosure in some contexts.
Similar Servers
mcp-server-salesforce
Enable natural language interactions and automation with Salesforce data and metadata for AI models.
davinci-resolve-mcp
Enables AI assistants (like Claude) to directly control and interact with DaVinci Resolve for video editing and post-production tasks via the Model Context Protocol.
claude-explorer
Facilitate searching, analyzing, and exporting user's Claude.ai conversation history with an AI assistant via CLI and a web interface.
fattureincloud-mcp
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.