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.
7 日間無料 · クレジットカード不要 · EU ホスト
BuchhaltungsButler に何でも聞ける
AnythingMCP 経由で BuchhaltungsButler に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。
BuchhaltungsButler を Cloud にインストールClaude は AI のため誤ることがあります。回答をご確認ください。
2 分でセットアップ
- 1cloud.anythingmcp.com で無料トライアル開始。
- 2コネクターストアで BuchhaltungsButler をクリック。資格情報を貼り付け。
- 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
BuchhaltungsButler のガイド
主要 AI クライアント向けのステップバイステップセットアップ。
BuchhaltungsButler のセットアップ
コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。
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.
Everything is a POST. BuchhaltungsButler's API does not use GET for reads — /postings/get, /receipts/get and the rest are POST endpoints whose body carries both the api_key and the filter. That is why these tools look like writes in the HTTP trace even when they only read; the tool names here say what each one actually does.
Paging uses limit and offset in the body. The default page is small; ask for what you need rather than looping.
Dates are YYYY-MM-DD strings. A posting's date is the booking date (Buchungsdatum), which is not the same as the receipt date.
Unverified: the endpoint paths and field names below follow BuchhaltungsButler's published documentation but have not been exercised against a live tenant. Treat a 404 as a docs-vs-reality gap and check docs.buchhaltungsbutler.de before assuming the credential is wrong.
Cloud reachability: webapp.buchhaltungsbutler.de is public with a valid certificate.
あなたの AI は BuchhaltungsButler から 2 クリック先。
コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。