Salta l'installazione. Attivo in meno di 2 minuti.
Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi Aruba Fatturazione Elettronica con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.
Summary
Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.
Prova a chiedere
Prompt di esempio per Aruba Fatturazione Elettronica
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Aruba Fatturazione Elettronica, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Aruba Fatturazione Elettronica + Claude
Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.
Prerequisiti
Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:
ARUBA_USERNAME, ARUBA_PASSWORD
Step 1 — Ottieni le credenziali
Getting credentials
- You need an active Aruba Fatturazione Elettronica subscription with the API option enabled.
- In the web console create the API user. Aruba issues a username of the form
XXXXXXXXand a password; these are not your Aruba portal login. - Set
ARUBA_USERNAMEandARUBA_PASSWORD. The adapter signs in at/services/auth/signinand reuses the returned bearer token, refreshing it when Aruba expires it. AnythingMCP keeps the token encrypted inconnector_auth_cache.
…(continued in the in-app connector instructions)
Step 2 — Installa l'adapter
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
Step 3 — Aggiungi il connettore in Claude
Percorso consigliato — funziona su claude.ai web senza toccare alcun file di configurazione.
- Apri claude.ai/customize/connectors.
- Clicca "Add custom connector".
- Compila:
- Name:
Aruba Fatturazione Elettronica - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Clicca Connect per autorizzare.
Tutti i tool sotto compaiono nella tua chat — inizia a scrivere prompt.
Tool disponibili
| Tool | What it does |
|---|---|
aruba_fatturazione_list_sent_invoices | List invoices sent through the Sistema di Interscambio in a date range, with their number, recipient, total and current SDI state |
aruba_fatturazione_get_invoice_status | Read where one sent invoice currently stands with the SDI, including the notification history |
aruba_fatturazione_get_sent_invoice | Fetch one sent invoice as base64-encoded FatturaPA XML — the legally binding artefact, not a rendering of it |
aruba_fatturazione_list_received_invoices | List invoices received from suppliers through the SDI in a date range, with their sender, number, date and total |
aruba_fatturazione_get_received_invoice | Fetch one received supplier invoice as base64-encoded FatturaPA XML, for archiving or for feeding into bookkeeping |
aruba_fatturazione_list_notifications | List the SDI notifications attached to one document: receipt, delivery, non-delivery or rejection, each with its timestamp and reason code |
FAQ
Funziona con Claude Code come con Claude Desktop? Sì — punta entrambi a https://cloud.anythingmcp.com/mcp.
Prossimi passi
Questa guida ti è stata utile?