BuchhaltungsButler MCP-Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BUCHHALTUNGSBUTLER_API_KEY | Yes | The API key of the customer to manage | |
| BUCHHALTUNGSBUTLER_API_URL | No | Base URL for the API | https://webapp.buchhaltungsbutler.de/api/v1 |
| BUCHHALTUNGSBUTLER_API_CLIENT | Yes | Your API client | |
| BUCHHALTUNGSBUTLER_API_SECRET | Yes | Your API secret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_receiptsA | Ruft Belege (Eingangs- oder Ausgangsbelege) für einen BuchhaltungsButler-Kunden ab. Unterstützt Filter nach Zeitraum, Zahlungsstatus, Gegenpartei und Rechnungsnummer. |
| get_receiptA | Ruft einen einzelnen Beleg anhand seiner id_by_customer ab. Optional kann die zugehörige Datei als Base64 mitgeliefert werden. |
| create_receiptA | Erstellt einen neuen Beleg ohne Datei (z.B. Eingangsrechnung, Ausgangsrechnung, Gutschrift). |
| upload_receiptA | Lädt einen Beleg mit Datei (PDF, XML, Bild) in BuchhaltungsButler hoch. Die Datei muss als Base64-kodierter String übergeben werden. |
| delete_receiptB | Löscht einen Beleg anhand seiner id_by_customer. |
| list_transactionsB | Ruft Banktransaktionen für einen Kunden ab. Kann nach Konto, Zeitraum, Betrag und Gegenpartei gefiltert werden. |
| get_transactionA | Ruft eine einzelne Transaktion anhand ihrer id_by_customer ab. |
| create_transactionC | Erstellt eine neue Banktransaktion auf einem Zahlungskonto. |
| assign_receipt_to_transactionC | Ordnet einen Beleg einer Banktransaktion zu (Matching). |
| unassign_receipt_from_transactionC | Entfernt die Zuordnung eines Belegs von einer Banktransaktion. |
| create_invoiceC | Erstellt eine Rechnung, Gutschrift oder ein Angebot in BuchhaltungsButler. |
| create_invoice_draftA | Erstellt einen Rechnungsentwurf in BuchhaltungsButler (gleiche Parameter wie create_invoice). |
| list_postingsB | Ruft Buchungen (Postings) für einen Kunden ab. Pro Aufruf maximal 1000 Buchungen. |
| create_free_postingB | Erstellt eine freie Buchung mit Soll- und Habenkonto. |
| list_debtorsB | Ruft alle Debitoren (Kunden) eines BuchhaltungsButler-Kontos ab. |
| list_creditorsA | Ruft alle Kreditoren (Lieferanten) eines BuchhaltungsButler-Kontos ab. |
| list_posting_accountsA | Ruft alle Sachkonten eines BuchhaltungsButler-Kontos ab. |
| create_debtorB | Erstellt einen neuen Debitoren (Kunden). |
| create_creditorA | Erstellt einen neuen Kreditor (Lieferant). |
| list_accountsB | Ruft alle Konten eines BuchhaltungsButler-Kunden ab. |
| add_commentB | Fügt einem Beleg oder einer Transaktion einen Kommentar hinzu. |
| list_cost_locationsA | Ruft alle Kostenstellen eines BuchhaltungsButler-Kunden ab. |
| create_cost_locationB | Erstellt eine neue Kostenstelle. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/milomymilo/buchhaltungsbutler-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server