Complete integration with the Comarch Betterfly invoicing and accounting system. Manage customers, products, invoices, proformas, and payments through AI.
Add to your Claude Code MCP configuration:
{
"mcpServers": {
"comarch-betterfly": {
"type": "http",
"url": "https://comarch-betterfly.mcp.majewscy.tech",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
To use this MCP server, you need Comarch Betterfly API credentials:
All MCP requests require the x-api-key header for server authentication. The Betterfly API uses OAuth 2.0 client credentials flow with automatic token refresh.
Comarch Betterfly uses numeric codes, NOT percentages:
9 = 23% (standard rate)
8 = 8% (food & agricultural goods)
7 = 5% (books, art)
6 = 4% (specific items)
2 = 0% (zero rate)
1 = Zwolniony (exempt)
0 = Nie dotyczy (not applicable)
Invoices follow a buffer-confirmation workflow:
GET /health
Response: { "status": "ok", "serverType": "comarch-betterfly-mcp", ... }