npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@iflow-mcp/szotasz-billingo-mcp

v1.0.0

Published

MCP server for Billingo API v3

Downloads

13

Readme

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 (Smithery)

The easiest way to use this server is through Smithery — no installation needed:

Smithery Badge

Connect on Smithery

Smithery will automatically prompt you for your Billingo API key and manage the connection.


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 | list_documents, get_document, create_document, cancel_document, delete_draft, create_from_proforma, create_from_draft, create_modification_document, copy_document, download_document, get_document_public_url, send_document | | Payments | get_payment, update_payment, delete_payment, get_online_szamla_status | | Partners | list_partners, get_partner, create_partner, update_partner, delete_partner | | Products | list_products, get_product, create_product, update_product, delete_product | | Bank Accounts | list_bank_accounts, get_bank_account, create_bank_account, update_bank_account, delete_bank_account | | Spending | list_spending, get_spending, create_spending, update_spending, delete_spending | | Export | create_document_export, download_document_export | | Organization | get_organization | | Utilities | check_tax_number, get_currency_rates, list_document_blocks |

Prerequisites

Local Installation

git clone https://github.com/Szotasz/billingo-mcp.git
cd billingo-mcp
npm install
npm run build

Configuration

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 [email protected]"

Support

If you find this project useful, you can support the development:

Support on Donably

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 (Smithery)

A legegyszerűbb módja a szerver használatának, ha a Smithery-n keresztül csatlakozol — nem kell semmit telepítened:

Smithery Badge

Csatlakozás a Smithery-n

A Smithery automatikusan bekéri a Billingo API kulcsodat és kezeli a kapcsolatot.

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

Helyi telepítés

git clone https://github.com/Szotasz/billingo-mcp.git
cd billingo-mcp
npm install
npm run build

Beá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 [email protected] címre"

Támogatás

Ha hasznosnak találtad ezt a projektet, támogathatod a fejlesztést:

Támogass a Donably-n

Licensz

MIT