Connector guide2-minute read6 MCP toolsEN · DE · IT

Как подключить 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.

HCBy HelpCode teamОбновлено 2 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

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

Требуемые env-vars

ARUBA_USERNAMEARUBA_PASSWORD
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте Aruba Fatturazione Elettronica одним кликом и направьте свой ИИ-клиент (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 · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Aruba Fatturazione Elettronica, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

Aruba Fatturazione Elettronica + Cursor

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 — Добавьте коннектор в Cursor

Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите Cursor.
  3. Откройте Cursor → Settings → MCP и убедитесь, что Aruba Fatturazione Elettronica отображается как "Connected".
  4. Начинайте чат — все инструменты Aruba Fatturazione Elettronica доступны.

Доступные инструменты

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

Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.

Следующие шаги

Это руководство помогло?

Your Aruba Fatturazione Elettronica agent is one click away.

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

Похожие руководства

connectors

Aruba Fatturazione Elettronica в MCP — управляйте Aruba Fatturazione Elettronica из любого AI-агента

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 к 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.

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 к Cursor — через 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 к Cursor — через 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.