billingo-mcp
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-mcplist my unpaid invoices from last month"
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
MCP server for the Billingo V3 Hungarian invoicing API. Manage invoices, partners, products, spendings, and bank accounts from any MCP client.
Quick Start
Get your API key from Billingo API settings
Add to your Claude Code settings (
~/.claude/settings.json) or Claude Desktop config:
{
"mcpServers": {
"billingo": {
"command": "npx",
"args": ["-y", "@daniel.barta/billingo-mcp"],
"env": {
"BILLINGO_API_KEY": "your-api-key"
}
}
}
}Restart Claude and start managing your invoices.
Related MCP server: mcp-ai-fiskalizacija
Configuration
Environment Variable | Required | Default | Description |
| Yes | -- | Your Billingo API key |
| No |
| Set to |
Mock mode is activated automatically when no API key is provided, or explicitly with BILLINGO_MOCK=true. Useful for development and testing.
Tools
Documents
Tool | Description |
| List invoices with filters (partner, status, date range, type, payment method) |
| Create invoices, proformas, advance invoices, or drafts |
| Get document details by ID |
| Cancel (storno) a document |
| Send document via email |
| Download document as PDF |
| Get public URL for a document |
| Record or update payment on a document |
Partners
Tool | Description |
| List partners with search |
| Create a new partner (with address, tax info) |
| Get partner details by ID |
| Update an existing partner |
Products
Tool | Description |
| List products |
| Create a new product |
| Get product details by ID |
| Update an existing product |
Spendings
Tool | Description |
| List spendings with filters |
| Create a spending entry (with line items and VAT) |
| Get spending details by ID |
Bank Accounts
Tool | Description |
| List bank accounts |
| Create a new bank account |
| Get bank account details by ID |
| Update an existing bank account |
Utilities
Tool | Description |
| Validate a Hungarian tax number via NAV |
| Get your own organization data |
| Get exchange rates |
| List invoice numbering sequences |
Development
git clone https://github.com/bartadaniel/billingo-mcp.git
cd billingo-mcp
npm install
npm run buildUse the local build in your config:
{
"mcpServers": {
"billingo": {
"command": "node",
"args": ["path/to/billingo-mcp/bin/billingo-mcp.js"],
"env": {
"BILLINGO_API_KEY": "your-api-key"
}
}
}
}Mock Mode
Run without an API key for development:
npm run devThis starts the server with BILLINGO_MOCK=true, returning realistic fixture data for all tools.
License
MIT
This server cannot be installed
Maintenance
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
- 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/bartadaniel/billingo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server