Installation überspringen. In unter 2 Minuten einsatzbereit.
Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Aruba Fatturazione Elettronica mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.
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.
Frag einfach
Beispiel-Prompts für Aruba Fatturazione Elettronica
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Aruba Fatturazione Elettronica klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Aruba Fatturazione Elettronica + ChatGPT
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.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
ARUBA_USERNAME, ARUBA_PASSWORD
Schritt 1 — Zugangsdaten holen
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)
Schritt 2 — Adapter installieren
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
Schritt 3 — Connector in ChatGPT hinzufügen
ChatGPT unterstützt MCP-Server über die Connectors-Funktion (Plus-/Pro-/Team-/Enterprise-Pläne). Der kostenlose Tarif unterstützt keine eigenen Connectors.
- Öffne ChatGPT → Einstellungen → Connectors (oder klicke das 🔧-Icon im Composer → Manage connectors).
- Klicke "Add custom connector".
- Trage ein:
- Name:
Aruba Fatturazione Elettronica - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Verfügbare Tools
| 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
Funktioniert der kostenlose ChatGPT-Tarif mit eigenen MCP-Connectors? Nein — Plus, Pro, Team oder Enterprise erforderlich.
Nächste Schritte
War dieser Guide hilfreich?