MCP.so
Sign In

Argentina Invoice

@junter1989k-ai

About Argentina Invoice

Argentina Invoice

Config

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

{
  "mcpServers": {
    "argentina-invoice": {
      "type": "http",
      "url": "https://inv-ar.wishpool.app/mcp",
      "headers": {
        "x-afipsdk-token": "your_afipsdk_bearer",
        "x-afip-mode": "dev"
      }
    }
  }
}

Tools

3

Authorize a factura electrónica at AFIP/ARCA (WSFE `FECAESolicitar`) and get the `cae` (+ `cae_expiry`, `invoice_number`). You send flat fields (invoice_type, point_of_sale, customer doc, line items with `net_price` + `iva_rate`); the server **computes the WSFE amounts** — per-line net, IVA grouped into the `AlicIva` array, `ImpNeto` / `ImpIVA` / `ImpTotal`. The next invoice number is fetched automatically unless you pass `invoice_number`.

Status check by number (WSFE `FECompConsultar`): `cae`, `cae_expiry`, `total`, `Resultado` (A = authorized).

Last authorized number (WSFE `FECompUltimoAutorizado`) for a point of sale + type — `next_number` is this + 1.

Overview

What is Argentina Invoice?

Argentina Invoice MCP 🇦🇷 — How can my AI agent issue a factura electrónica (CAE) in Argentina?

How to use Argentina Invoice?

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

Key features of Argentina Invoice

  • MCP server integration

Use cases of Argentina Invoice

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

FAQ from Argentina Invoice

Where is the source code for Argentina Invoice?

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

Does Argentina Invoice include a standard MCP config?

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

Frequently asked questions

Where is the source code for Argentina Invoice?

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

Does Argentina 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