MCP Hub
Back to servers

@theyahia/facturapi-mcp

MCP server for Facturapi — CFDI e-invoicing, tax compliance (Mexico)

npm198/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/facturapi-mcp

facturapi-mcp

MCP server for Facturapi Mexican e-invoicing (CFDI).

Tools (10)

ToolDescription
create_invoiceCreate a CFDI invoice
list_invoicesList invoices with filters
get_invoiceGet invoice by ID
cancel_invoiceCancel an invoice
create_customerCreate a customer
list_customersList customers
create_productCreate a product
list_productsList products
download_pdfDownload invoice PDF
download_xmlDownload invoice XML

Quick Start

{
  "mcpServers": {
    "facturapi": {
      "command": "npx",
      "args": ["-y", "@theyahia/facturapi-mcp"],
      "env": {
        "FACTURAPI_KEY": "<YOUR_FACTURAPI_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
FACTURAPI_KEYYesAPI key from Facturapi dashboard

License

MIT

Reviews

No reviews yet

Sign in to write a review