Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Invoicetronic Server

БесплатноНе проверен

MCP server for Italian electronic invoicing via the Invoicetronic API, enabling management of invoices through SDI with 20 tools for sending, receiving, exporti

GitHubEmbed

Описание

MCP server for Italian electronic invoicing via the Invoicetronic API, enabling management of invoices through SDI with 20 tools for sending, receiving, exporting, and more.

README

Invoicetronic MCP Server

MCP server for the Invoicetronic API — Italian electronic invoicing through the SDI (Servizio di Interscambio).

Built with FastMCP (Python).

Features

20 tools covering the full Invoicetronic API:

Category Tools
Account account_status, health_check
Send list_sent_invoices, get_sent_invoice, get_sent_invoice_by_identifier, get_sent_invoice_payload, send_invoice_xml, validate_invoice_xml
Receive list_received_invoices, get_received_invoice, get_received_invoice_payload
Company list_companies, get_company
Events list_events, get_event
Updates list_updates, get_update
Export export_invoices

Setup

Prerequisites

Claude Code

Add to your .mcp.json:

{
  "mcpServers": {
    "invoicetronic": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/invoicetronic-mcp", "server.py"],
      "env": {
        "INVOICETRONIC_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "invoicetronic": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/invoicetronic-mcp", "server.py"],
      "env": {
        "INVOICETRONIC_API_KEY": "your-api-key"
      }
    }
  }
}

Authentication

The Invoicetronic API uses Basic auth with your API key as the username and an empty password. Set the INVOICETRONIC_API_KEY environment variable.

Get your API key at invoicetronic.com.

API Reference

Full API docs: api.invoicetronic.com

License

MIT

from github.com/fgasparetto/invoicetronic-mcp

Установить Invoicetronic Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install invoicetronic-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add invoicetronic-mcp-server -- uvx invoicetronic-mcp

FAQ

Invoicetronic Server MCP бесплатный?

Да, Invoicetronic Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Invoicetronic Server?

Нет, Invoicetronic Server работает без API-ключей и переменных окружения.

Invoicetronic Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Invoicetronic Server в Claude Desktop, Claude Code или Cursor?

Открой Invoicetronic Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Invoicetronic Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development