Пропустите установку. Заработает меньше чем за 2 минуты.
Начните бесплатный период на cloud.anythingmcp.com, добавьте BuchhaltungsButler одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.
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.
Попробуй спросить
Примеры промптов для BuchhaltungsButler
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → BuchhaltungsButler, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
BuchhaltungsButler + Claude
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.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
BUCHHALTUNGSBUTLER_CLIENT_ID, BUCHHALTUNGSBUTLER_CLIENT_SECRET, BUCHHALTUNGSBUTLER_API_KEY
Шаг 1 — Получите учётные данные
Getting credentials — BuchhaltungsButler needs three values, not one.
- 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.
- 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.
- Set
BUCHHALTUNGSBUTLER_CLIENT_ID,BUCHHALTUNGSBUTLER_CLIENT_SECRETandBUCHHALTUNGSBUTLER_API_KEY.
…(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 без редактирования конфигурационных файлов.
- Откройте claude.ai/customize/connectors.
- Нажмите "Add custom connector".
- Заполните:
- Name:
BuchhaltungsButler - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Нажмите Connect для авторизации.
Все инструменты ниже появятся в чате — начинайте писать промпты.
Доступные инструменты
| Tool | What it does |
|---|---|
buchhaltungsbutler_list_postings | Read bookkeeping postings (Buchungen) in a date range, with their account, amount, tax key and the receipt they belong to |
buchhaltungsbutler_list_receipts | Read receipts (Belege) — the scanned or uploaded documents behind the postings — with their date, gross amount, supplier and processing stat |
buchhaltungsbutler_list_transactions | Read bank transactions imported into BuchhaltungsButler, so a posting or an open receipt can be matched against money that actually moved |
buchhaltungsbutler_list_customers | Read the customer master data (Debitoren) with names, customer numbers and the ledger accounts they book to |
buchhaltungsbutler_list_suppliers | Read the supplier master data (Kreditoren) with names, supplier numbers and their ledger accounts, to resolve who an incoming receipt belong |
buchhaltungsbutler_list_accounts | Read the chart of accounts (Sachkonten) available in this client, so a posting can be attributed to the right account number |
FAQ
Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.
Следующие шаги
Это руководство помогло?