MCP Facturapi runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 29 Aug 2026.
FacturAPI — Mexican CFDI e-invoicing
Today is the operative word: we check MCP Facturapi every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-facturapi -- npx -y @codespar/mcp-facturapi
{
"mcpServers": {
"mcp-facturapi": {
"args": [
"-y",
"@codespar/mcp-facturapi"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-facturapi]
command = "npx"
args = ["-y", "@codespar/mcp-facturapi"]
{
"mcpServers": {
"mcp-facturapi": {
"args": [
"-y",
"@codespar/mcp-facturapi"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-facturapi": {
"args": [
"-y",
"@codespar/mcp-facturapi"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
FACTURAPI_API_KEY (API key for FacturAPI).
The author declared them in the registry entry; get the values from the project itself.
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
Siigo — Colombian accounting + DIAN e-invoicing
Bind ERP — Mexican cloud ERP
Colppy — Argentine cloud accounting + AFIP invoicing
Official Mexican data for AI agents: CURP, RFC, CFDI, postal codes, phone, SPEI/CEP, DOF, geocoding.
STP/SPEI — Mexican instant bank transfers
Validate EU e-invoices (Peppol, XRechnung, Factur-X, UBL, CII) and explain error codes.
MCP server for Conta Azul — accounting, invoicing, customers, products
Answers built from our own checks of this server.