Billingo MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Billingo MCP ServerList my unpaid invoices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Billingo MCP Server
An MCP (Model Context Protocol) server for the Billingo invoicing API (v3). This server enables AI assistants like Claude to manage invoices, partners, products, expenses, and more through natural language.
Magyar nyelvű dokumentáció lentebb / Hungarian docs below
Remote Usage (connectors.hu)
If you don't want to install locally, connectors.hu provides a unified access point to Billingo (and other Hungarian business APIs). connectors.hu handles authentication and exposes billingo_* namespaced tools to your AI agent (Claude Code, Claude Desktop, etc.).
Features
Documents/Invoices — Create, list, cancel, copy, download PDF, send via email, manage payments, check NAV Online Szamla status
Partners — Create, update, delete and search customers/suppliers
Products — Manage your product/service catalog
Bank Accounts — CRUD operations for company bank accounts
Spending/Expenses — Track and manage business expenses
Document Export — Export invoices to Excel/CSV
Organization — Retrieve your company data
Utilities — Verify tax numbers via NAV, get MNB currency exchange rates, list document blocks
Available Tools (35+)
Category | Tools |
Documents |
|
Payments |
|
Partners |
|
Products |
|
Bank Accounts |
|
Spending |
|
Export |
|
Organization |
|
Utilities |
|
Prerequisites
Node.js 18+
A Billingo account with an API v3 key (generate one here)
Local Installation
git clone https://github.com/Szotasz/billingo-mcp.git
cd billingo-mcp
npm install
npm run buildConfiguration
Claude Code
Add to your ~/.claude/settings.json:
{
"mcpServers": {
"billingo": {
"command": "node",
"args": ["/path/to/billingo-mcp/dist/cli.js"],
"env": {
"BILLINGO_API_KEY": "your-billingo-api-key"
}
}
}
}Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"billingo": {
"command": "node",
"args": ["/path/to/billingo-mcp/dist/cli.js"],
"env": {
"BILLINGO_API_KEY": "your-billingo-api-key"
}
}
}
}Usage Examples
Once configured, you can ask your AI assistant:
"List my invoices from last month"
"Create an invoice for partner X with 2 items"
"Download invoice #123 as PDF"
"Check the tax number 12345678"
"What is today's EUR/HUF exchange rate?"
"Show me unpaid invoices"
"Send invoice #456 to client@example.com"
Support
If you find this project useful, you can support the development:
License
MIT
Billingo MCP Szerver (Magyar)
MCP (Model Context Protocol) szerver a Billingo számlázó API-hoz (v3). Ezzel a szerverrel AI asszisztensek (pl. Claude) természetes nyelven kezelhetik a számlákat, partnereket, termékeket, költségeket és egyéb számlázási feladatokat.
Távoli használat (connectors.hu)
Ha nem szeretnéd helyben telepíteni, a connectors.hu egységes hozzáférési pontot ad a Billingóhoz (és további magyar üzleti API-khoz). A connectors.hu kezeli a hitelesítést, és a billingo_* namespacelt tool-okat hozzáférhetővé teszi az AI ügynököd számára (Claude Code, Claude Desktop, stb.).
Funkciók
Számlák/Bizonylatok — Létrehozás, listázás, sztornózás, másolás, PDF letöltés, e-mail küldés, fizetéskezelés, NAV Online Számla státusz
Partnerek — Ügyfelek/szállítók kezelése (CRUD + keresés)
Termékek — Termék/szolgáltatás katalógus kezelése
Bankszámlák — Céges bankszámlák kezelése
Költségek — Üzleti költségek rögzítése és kezelése
Dokumentum export — Számlák exportálása Excel/CSV formátumban
Szervezet — Cégadatok lekérése
Segédeszközök — NAV adószám-ellenőrzés, MNB árfolyamok, számlatömbök listázása
Előfeltételek
Node.js 18+
Billingo fiók API v3 kulccsal (generálás itt)
Helyi telepítés
git clone https://github.com/Szotasz/billingo-mcp.git
cd billingo-mcp
npm install
npm run buildBeállítás
Claude Code
Add hozzá a ~/.claude/settings.json fájlhoz:
{
"mcpServers": {
"billingo": {
"command": "node",
"args": ["/elérési/út/billingo-mcp/dist/cli.js"],
"env": {
"BILLINGO_API_KEY": "a-te-billingo-api-kulcsod"
}
}
}
}Claude Desktop
Add hozzá a Claude Desktop konfighoz (~/Library/Application Support/Claude/claude_desktop_config.json macOS-en):
{
"mcpServers": {
"billingo": {
"command": "node",
"args": ["/elérési/út/billingo-mcp/dist/cli.js"],
"env": {
"BILLINGO_API_KEY": "a-te-billingo-api-kulcsod"
}
}
}
}Használati példák
A beállítás után az AI asszisztensnek mondhatod:
"Listázd az elmúlt havi számláimat"
"Készíts egy számlát X partnernek 2 tétellel"
"Töltsd le a 123-as számlát PDF-ben"
"Ellenőrizd a 12345678 adószámot"
"Mi a mai EUR/HUF árfolyam?"
"Mutasd a kifizetetlen számlákat"
"Küldd el a 456-os számlát a ugyfel@pelda.hu címre"
Támogatás
Ha hasznosnak találtad ezt a projektet, támogathatod a fejlesztést:
Licensz
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/Szotasz/billingo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server