インストール不要。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 に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Aruba Fatturazione Elettronica をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
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.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
ARUBA_USERNAME, ARUBA_PASSWORD
ステップ 1 — 認証情報を取得
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)
ステップ 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 — ChatGPT にコネクタを追加
ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。
- ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
- "Add custom connector" をクリック。
- 入力:
- Name:
Aruba Fatturazione Elettronica - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- Name:
- Connect をクリック。
利用可能なツール
| 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
ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。
次のステップ
このガイドは役に立ちましたか?