← Back to Plugins
MCP Server MCP

io.github.aringad/fattureincloud-mcp

github By github 👁 1 views ▲ 0 votes

Italian e-invoicing with Fatture in Cloud. Create, send to SDI, manage clients.

Homepage Verified source GitHub

Install

uvx fattureincloud-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "fattureincloud-mcp",
      "version": "1.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Fatture in Cloud API access token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FIC_ACCESS_TOKEN"
        },
        {
          "description": "Fatture in Cloud company ID",
          "isRequired": true,
          "format": "string",
          "name": "FIC_COMPANY_ID"
        },
        {
          "description": "Email sender for courtesy copies",
          "format": "string",
          "name": "FIC_SENDER_EMAIL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...