MCP.so
Sign In

Hungary Invoice

@junter1989k-ai

About Hungary Invoice

Hungary Invoice

Basic information

License

MIT

Runtime

node

Publisher

junter1989k-ai

Submitted by

junter1989k-ai

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "hungary-invoice": {
      "type": "http",
      "url": "https://inv-hu.wishpool.app/mcp",
      "headers": {
        "x-nav-login": "your_technical_user",
        "x-nav-password": "your_password_value",
        "x-nav-signkey": "your_signkey_material",
        "x-nav-exchangekey": "your_exchangekey_material",
        "x-nav-taxnumber": "12345678"
      }
    }
  }
}

Tools

2

Report an invoice to NAV — `supplier_name`, `customer_name` (+ optional `customer_tax_number` for B2B), `invoice_number`, `items` (name, quantity, `unit_net_price`, `vat_rate` 27/18/5/0) in, **transactionId** out. Supplier tax number comes from the header; per-rate net/VAT and the gross total are computed for you (HUF). Omit `customer_tax_number` for a private person.

Read the NAV processing status by transactionId: `RECEIVED` / `PROCESSING` / `SAVED` / `DONE` (success terminal) / `ABORTED` (rejected — see `validation_messages`).

Overview

What is Hungary Invoice?

Hungary Invoice MCP 🇭🇺 — How can my AI agent report an invoice to NAV Online Számla (számla adatszolgáltatás)?

How to use Hungary Invoice?

The README includes setup instructions such as node test/serve.js # local server on :3243.

Key features of Hungary Invoice

  • HUF only. Foreign-currency invoices (with exchangeRate) are not supported yet

Use cases of Hungary Invoice

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Hungary Invoice

Where is the source code for Hungary Invoice?

The source code is linked from the repository URL on this page.

Does Hungary Invoice include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers