Connector guide2-minute read6 MCP toolsEN · DE · IT

Aruba Fatturazione Elettronica を Claude に接続する方法 — 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 team更新日 2 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

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.

ツール

6

地域

IT

カテゴリー

Accounting

認証

Sign-in token

必要な環境変数

ARUBA_USERNAMEARUBA_PASSWORD
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、Aruba Fatturazione Elettronica をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

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.

こう聞いてみよう

Aruba Fatturazione Elettronica のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

Aruba Fatturazione Elettronica · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Aruba Fatturazione Elettronica をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

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.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

ARUBA_USERNAME, ARUBA_PASSWORD

ステップ 1 — 認証情報を取得

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)

ステップ 2 — アダプターをインストール

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

ステップ 3 — Claude にコネクタを追加

推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。

  1. claude.ai/customize/connectors を開きます。
  2. "Add custom connector" をクリック。
  3. 入力:
    • Name: Aruba Fatturazione Elettronica
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → MCP API キーを貼り付け (AnythingMCP → Profile → MCP API Keys → New Key)
  4. Connect をクリックして認可。

下記のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。

利用可能なツール

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

Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。

次のステップ

このガイドは役に立ちましたか?

Your Aruba Fatturazione Elettronica agent is one click away.

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

関連ガイド

connectors

Aruba Fatturazione Elettronica を MCP に — あらゆる AI エージェントから 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.

connectors

Aruba Fatturazione Elettronica を ChatGPT に接続する方法 — 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

Aruba Fatturazione Elettronica を Cursor に接続する方法 — 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

Aruba Fatturazione Elettronica を Gemini に接続する方法 — 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

AFAS Profit を Claude に接続する方法 — 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

Axonaut を Claude に接続する方法 — 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.