MCP.so
Sign In

Peru Invoice

@junter1989k-ai

About Peru Invoice

Remote MCP server: AI agents issue Peru CPE factura/boleta electronica via Nubefact (SUNAT). Stateless, BYO credentials.

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": {
    "peru-invoice": {
      "type": "http",
      "url": "https://inv-pe.wishpool.app/mcp",
      "headers": {
        "x-nubefact-ruta": "your_ruta_url",
        "x-nubefact-token": "your_nubefact_key"
      }
    }
  }
}

Tools

3

Issue a **factura** (buyer 11-digit RUC) or **boleta** (consumer DNI/none). You supply `serie` (F001/B001) and the next `numero`; item prices go in **including IGV**, and this layer computes `valor_unitario`, `subtotal`, **IGV 18%** and totals. Returns the SUNAT link + PDF/XML.

Status check by `comprobante_type` + `serie` + `numero`: `ACCEPTED` / `PENDING` / `REJECTED`, plus `anulado` and PDF/XML/CDR links.

Void (anular — comunicación de baja) a CPE at SUNAT with a `motivo`. Asynchronous: confirm later with `query_invoice`.

Overview

What is Peru Invoice?

Remote MCP server: AI agents issue Peru CPE factura/boleta electronica via Nubefact (SUNAT). Stateless, BYO credentials.

How to use Peru Invoice?

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

Key features of Peru Invoice

  • MCP server integration

Use cases of Peru Invoice

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

FAQ from Peru Invoice

Where is the source code for Peru Invoice?

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

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