Billomat MCP Server logo

Billomat MCP Server

by juicness.312WebsiteUpdated May 5, 2026

Connect your Billomat account to Claude and automate invoicing, client management, and offers — all via AI. Supports listing and creating clients, invoices, and offers. Requires your own Billomat account: provide your BillomatID (subdomain) and API key as request headers (X-Billomat-Subdomain, X-Billomat-Api-Key). Free to get started at billomat.net.

billomat
invoicing
client-management
+4
|

Overview

Connect your own Billomat account to Claude and automate billing workflows via AI. The server is multi-tenant — every user connects with their own credentials, so your data stays private.

Setup (Required)

You need a Billomat account (free trial works). Follow these 3 steps:

Step 1: Enable API Access in Billomat

In Billomat: Settings → Users → "edit" → API Access → check "activate?" ✓ → Save

Then click "Show API Key" and copy your key.

Note: API access is disabled by default in Billomat. You must enable it before the key will work.

Step 2: Find your credentials

ValueWhere to find itExample
SubdomainYour Billomat URL: [subdomain].billomat.netmycompany
API KeyBillomat → Settings → Users → edit → Show API Keyabc123...

Step 3: Configure your MCP client

When adding this server, set these request headers:

X-Billomat-Api-Key: your-api-key X-Billomat-Subdomain: your-subdomain

Available Tools (14)

Clients: list-clients, get-client, create-client, update-client

Invoices: list-invoices, get-invoice, create-invoice, update-invoice, complete-invoice, send-invoice-email

Offers: list-offers, get-offer, create-offer, update-offer

Example

"Create an invoice for Max Muster for 5 hours consulting at €150/h, 19% VAT, due in 14 days."

The AI automatically calls list-clients → create-invoice → complete-invoice → send-invoice-email.