Connector guide2-minute read6 MCP toolsEN · DE · IT

Cómo conectar 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 teamActualizado 2 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

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.

herramientas

6

Región

DE

Categoría

Accounting

Autenticación

Basic Auth

Env vars requeridas

BUCHHALTUNGSBUTLER_CLIENT_IDBUCHHALTUNGSBUTLER_CLIENT_SECRETBUCHHALTUNGSBUTLER_API_KEY
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade BuchhaltungsButler con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

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.

Prueba a pedir

Prompts de ejemplo para BuchhaltungsButler

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

BuchhaltungsButler · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → BuchhaltungsButler, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

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.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

BUCHHALTUNGSBUTLER_CLIENT_ID, BUCHHALTUNGSBUTLER_CLIENT_SECRET, BUCHHALTUNGSBUTLER_API_KEY

Paso 1 — Obtener credenciales

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)

Paso 2 — Instalar el 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

Paso 3 — Añadir el conector en ChatGPT

ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.

  1. Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: BuchhaltungsButler
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Herramientas disponibles

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

¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.

Siguientes pasos

¿Te ha sido útil esta guía?

Your BuchhaltungsButler agent is one click away.

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

Guías relacionadas

connectors

BuchhaltungsButler a MCP — Pilota BuchhaltungsButler desde cualquier agente IA

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

Cómo conectar 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

Cómo conectar 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

Cómo conectar 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

Cómo conectar 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

Cómo conectar 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.