Invoiceexpress MCP Server

Complete InvoiceExpress MCP server with 60+ tools for Portuguese invoice management, SAF-T compliance, and treasury operations

Local serverstdioTypeScript

What is the Invoiceexpress MCP MCP server?

Invoiceexpress MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Invoiceexpress MCP directly instead of describing what you should do. Complete InvoiceExpress MCP server with 60+ tools for Portuguese invoice management, SAF-T compliance, and treasury operations.

What you get

Managing Portuguese invoices with AI becomes frustrating and error-prone:

Setting it up

The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

What the assistant can call

Once Invoiceexpress MCP is connected, these are the calls the assistant has available:

  • Multi — account support for agencies
  • invoice_list — List invoices with advanced filtering (status, date, client, amount)
  • invoice_create — Create invoices with Portuguese tax compliance
  • invoice_get — Get detailed invoice information
  • invoice_update — Update existing invoices
  • invoice_send_email — Send invoices via email with customizable messages
  • invoice_generate_pdf — Generate PDF documents
  • invoice_change_state — Change invoice states (draft, sent, final, canceled)
  • invoice_get_related_documents — Get related documents (credit notes, receipts)
  • invoice_generate_payment — Generate payment references (MB, CC, PayPal)
  • invoice_cancel_payment — Cancel payment references
  • invoice_get_qrcode — Generate QR codes for digital payments

Configuration and credentials

You will need 3 environment variables: INVOICEEXPRESS_API_KEY, INVOICEEXPRESS_ACCOUNT_NAME, YOUR_SMITHERY_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js >= v18.0.0 - InvoiceExpress account with API access - Cursor, Claude Desktop, VS Code, or another MCP Client Installing via Smithery To install InvoiceExpress MCP Server for any client automatically via Smithery: You can find your Smithery key in the [Smithery.ai

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Invoiceexpress MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the invoiceexpress mcp mcp server does with a few real requests.

Choosing this one

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Invoiceexpress MCP's toolset — Multi, invoice_list, invoice_create and 11 more — is a fair guide to whether it matches your workflow. It is maintained by andreagroferreira; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Invoiceexpress MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
Multiaccount support for agencies
invoice_listList invoices with advanced filtering (status, date, client, amount)
invoice_createCreate invoices with Portuguese tax compliance
invoice_getGet detailed invoice information
invoice_updateUpdate existing invoices
invoice_send_emailSend invoices via email with customizable messages
invoice_generate_pdfGenerate PDF documents
invoice_change_stateChange invoice states (draft, sent, final, canceled)
invoice_get_related_documentsGet related documents (credit notes, receipts)
invoice_generate_paymentGenerate payment references (MB, CC, PayPal)
invoice_cancel_paymentCancel payment references
invoice_get_qrcodeGenerate QR codes for digital payments
client_listList all clients with pagination and filtering
client_createCreate new clients with Portuguese fiscal information

How to install the Invoiceexpress MCP MCP server

{
  "mcpServers": {
    "invoiceexpress": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@wizardingcode/invoiceexpress-mcp@latest"],
      "disabled": false,
      "env": {
        "INVOICEEXPRESS_API_KEY": "your-api-key",
        "INVOICEEXPRESS_ACCOUNT_NAME": "your-account-name"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js >= v18.0.0 - InvoiceExpress account with API access - Cursor, Claude Desktop, VS Code, or another MCP Client Installing via Smithery To install InvoiceExpress MCP Server for any client automatically via Smithery: You can find your Smithery key in the [Smithery.ai
VariableDescriptionRequired
INVOICEEXPRESS_API_KEYCredential the server authenticates with.Yes
INVOICEEXPRESS_ACCOUNT_NAMEConfiguration value read at startup.Optional
YOUR_SMITHERY_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Invoiceexpress MCP to Multi.
  • Use Invoiceexpress MCP to invoice list.
  • Use Invoiceexpress MCP to invoice create.

Frequently asked questions

It connects Invoiceexpress MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Multi, invoice_list, invoice_create, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Invoiceexpress MCP directly.