Back to Home
pyaekyaw-dev icon

fattureincloud-mcp

Verified Safe

by 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

Run Command
fattureincloud-mcp

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

InvoicingElectronic InvoicingFatture in CloudItalian RegulationsAPI Integration