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 安装。
在 Cloud 上安装 BuchhaltungsButlerClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 BuchhaltungsButler。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 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.