Connector guide2-minute read6 MCP toolsEN · DE · IT

Come collegare BuchhaltungsButler a ChatGPT — via MCP

BuchhaltungsButler — German automated bookkeeping: postings, receipts, bank transactions, customers and suppliers. Every endpoint is a POST; auth is HTTP Basic (API client id and secret) plus an api_key field in the request body.

HCBy HelpCode teamAggiornato 2 min read Open source su GitHub

Nessuna carta di credito · 7 giorni di prova · Alternativa self-host disponibile

BuchhaltungsButler

BuchhaltungsButler

BuchhaltungsButler — German automated bookkeeping: postings, receipts, bank transactions, customers and suppliers. Every endpoint is a POST; auth is HTTP Basic (API client id and secret) plus an api_key field in the request body.

tool

6

Regione

DE

Categoria

Accounting

Autenticazione

Basic Auth

Env vars richieste

BUCHHALTUNGSBUTLER_CLIENT_IDBUCHHALTUNGSBUTLER_CLIENT_SECRETBUCHHALTUNGSBUTLER_API_KEY
Installa con un clic su Cloud

7 giorni di prova gratuita · Nessuna carta di credito

  • Prova gratuita di 7 giorni
    Nessuna carta di credito
  • GDPR & SOC 2 ready
    Dati in UE, log di audit
  • Open source su GitHub
    Open source · AGPL-3.0
  • Funziona con ChatGPT, Claude, Gemini
    Qualsiasi client compatibile MCP

Salta l'installazione. Attivo in meno di 2 minuti.

Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi BuchhaltungsButler con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.

Inizia la prova gratuita

Summary

BuchhaltungsButler — German automated bookkeeping: postings, receipts, bank transactions, customers and suppliers. Every endpoint is a POST; auth is HTTP Basic (API client id and secret) plus an api_key field in the request body.

Prova a chiedere

Prompt di esempio per BuchhaltungsButler

Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.

BuchhaltungsButler · live via MCP
Condividi
Opus 4.7

Claude è un'AI e può sbagliare. Verifica sempre le risposte.

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → BuchhaltungsButler, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

BuchhaltungsButler + ChatGPT

BuchhaltungsButler — German automated bookkeeping: postings, receipts, bank transactions, customers and suppliers. Every endpoint is a POST; auth is HTTP Basic (API client id and secret) plus an api_key field in the request body.

Prerequisiti

Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:

BUCHHALTUNGSBUTLER_CLIENT_ID, BUCHHALTUNGSBUTLER_CLIENT_SECRET, BUCHHALTUNGSBUTLER_API_KEY

Step 1 — Ottieni le credenziali

Getting credentials — BuchhaltungsButler needs three values, not one.

  1. In the web app open Einstellungen → API and create an API client. You receive an API client id and an API client secret: these are the HTTP Basic username and password.
  2. On the same page copy the API key for the client (Mandant) you want to reach. This is a separate value that travels in the JSON body of every request.
  3. Set BUCHHALTUNGSBUTLER_CLIENT_ID, BUCHHALTUNGSBUTLER_CLIENT_SECRET and BUCHHALTUNGSBUTLER_API_KEY.

…(continued in the in-app connector instructions)

Step 2 — Installa l'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 — Aggiungi il connettore in ChatGPT

ChatGPT supporta server MCP tramite la funzione Connectors (piani Plus / Pro / Team / Enterprise). Il piano gratuito non supporta connettori personalizzati.

  1. Apri ChatGPT → Impostazioni → Connectors (o clicca l'icona 🔧 nel composer → Manage connectors).
  2. Clicca "Add custom connector".
  3. Compila:
    • Name: BuchhaltungsButler
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
  4. Clicca Connect per autorizzare.

Tool disponibili

ToolWhat it does
buchhaltungsbutler_list_postingsRead bookkeeping postings (Buchungen) in a date range, with their account, amount, tax key and the receipt they belong to
buchhaltungsbutler_list_receiptsRead receipts (Belege) — the scanned or uploaded documents behind the postings — with their date, gross amount, supplier and processing stat
buchhaltungsbutler_list_transactionsRead bank transactions imported into BuchhaltungsButler, so a posting or an open receipt can be matched against money that actually moved
buchhaltungsbutler_list_customersRead the customer master data (Debitoren) with names, customer numbers and the ledger accounts they book to
buchhaltungsbutler_list_suppliersRead the supplier master data (Kreditoren) with names, supplier numbers and their ledger accounts, to resolve who an incoming receipt belong
buchhaltungsbutler_list_accountsRead the chart of accounts (Sachkonten) available in this client, so a posting can be attributed to the right account number

FAQ

Il piano free di ChatGPT funziona con i Connectors MCP custom? No — servono Plus, Pro, Team o Enterprise.

Prossimi passi

Questa guida ti è stata utile?

Your BuchhaltungsButler agent is one click away.

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

Guide correlate

connectors

BuchhaltungsButler su MCP — Pilota BuchhaltungsButler da qualsiasi agente AI

BuchhaltungsButler — German automated bookkeeping: postings, receipts, bank transactions, customers and suppliers. Every endpoint is a POST; auth is HTTP Basic (API client id and secret) plus an api_key field in the request body.

connectors

Come collegare BuchhaltungsButler a Claude — via MCP

BuchhaltungsButler — German automated bookkeeping: postings, receipts, bank transactions, customers and suppliers. Every endpoint is a POST; auth is HTTP Basic (API client id and secret) plus an api_key field in the request body.

connectors

Come collegare BuchhaltungsButler a Cursor — via MCP

BuchhaltungsButler — German automated bookkeeping: postings, receipts, bank transactions, customers and suppliers. Every endpoint is a POST; auth is HTTP Basic (API client id and secret) plus an api_key field in the request body.

connectors

Come collegare BuchhaltungsButler a Gemini — via MCP

BuchhaltungsButler — German automated bookkeeping: postings, receipts, bank transactions, customers and suppliers. Every endpoint is a POST; auth is HTTP Basic (API client id and secret) plus an api_key field in the request body.

connectors

Come collegare AFAS Profit a ChatGPT — 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

Come collegare Aruba Fatturazione Elettronica a 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.