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
voicemode
Provides voice interaction capabilities (STT, TTS, LiveKit) for Model Context Protocol (MCP) servers, allowing LLMs to converse and interact with audio.
mcp-server-salesforce
Enable natural language interactions with Salesforce data and metadata for AI models like Claude.
mcp-todoist
Manage Todoist tasks, projects, labels, subtasks, and comments through natural language via an MCP server integration with Claude.
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.