Connector guide2-minute read6 MCP toolsEN · DE · IT

How to Connect Aruba Fatturazione Elettronica to Claude — via MCP

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.

HCBy HelpCode teamUpdated 2 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

Aruba Fatturazione Elettronica

Aruba Fatturazione Elettronica

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.

tools

6

Region

IT

Category

Accounting

Authentication

Sign-in token

Required env vars

ARUBA_USERNAMEARUBA_PASSWORD
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Aruba Fatturazione Elettronica in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

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.

Try asking

Example prompts for Aruba Fatturazione Elettronica

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

Aruba Fatturazione Elettronica · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → Aruba Fatturazione Elettronica, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

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.

Prerequisites

See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:

ARUBA_USERNAME, ARUBA_PASSWORD

Step 1 — Get credentials

Getting credentials

  1. You need an active Aruba Fatturazione Elettronica subscription with the API option enabled.
  2. In the web console create the API user. Aruba issues a username of the form XXXXXXXX and a password; these are not your Aruba portal login.
  3. Set ARUBA_USERNAME and ARUBA_PASSWORD. The adapter signs in at /services/auth/signin and reuses the returned bearer token, refreshing it when Aruba expires it. AnythingMCP keeps the token encrypted in connector_auth_cache.

…(continued in the in-app connector instructions)

Step 2 — Install the 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 — Add the connector in Claude

Recommended path — works on claude.ai web without editing any config file.

  1. Open claude.ai/customize/connectors.
  2. Click "Add custom connector".
  3. Fill in:
    • Name: Aruba Fatturazione Elettronica
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → paste your MCP API key (from AnythingMCP → Profile → MCP API Keys → New Key)
  4. Click Connect to authorize.

All tools below appear in your chat — start typing prompts.

Available tools

ToolWhat it does
aruba_fatturazione_list_sent_invoicesList invoices sent through the Sistema di Interscambio in a date range, with their number, recipient, total and current SDI state
aruba_fatturazione_get_invoice_statusRead where one sent invoice currently stands with the SDI, including the notification history
aruba_fatturazione_get_sent_invoiceFetch one sent invoice as base64-encoded FatturaPA XML — the legally binding artefact, not a rendering of it
aruba_fatturazione_list_received_invoicesList invoices received from suppliers through the SDI in a date range, with their sender, number, date and total
aruba_fatturazione_get_received_invoiceFetch one received supplier invoice as base64-encoded FatturaPA XML, for archiving or for feeding into bookkeeping
aruba_fatturazione_list_notificationsList the SDI notifications attached to one document: receipt, delivery, non-delivery or rejection, each with its timestamp and reason code

FAQ

Does it work with Claude Code as well as Claude Desktop? Yes — point both at https://cloud.anythingmcp.com/mcp.

Next steps

Was this guide helpful?

Your Aruba Fatturazione Elettronica agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.

Related guides

connectors

Aruba Fatturazione Elettronica to MCP — Drive Aruba Fatturazione Elettronica from any AI Agent

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.

connectors

How to Connect Aruba Fatturazione Elettronica to ChatGPT — via MCP

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.

connectors

How to Connect Aruba Fatturazione Elettronica to Cursor — via MCP

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.

connectors

How to Connect Aruba Fatturazione Elettronica to Gemini — via MCP

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.

connectors

How to Connect AFAS Profit to Claude — via MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

How to Connect Axonaut to Claude — via MCP

Axonaut — French all-in-one CRM, invoicing and expense management for very small businesses: companies, employees, invoices, quotations, expenses, products and projects. REST API v2, API-key auth.