facturapi-mcp
MCP server for Facturapi Mexican e-invoicing (CFDI).
Tools (10)
| Tool | Description |
|---|---|
create_invoice | Create a CFDI invoice |
list_invoices | List invoices with filters |
get_invoice | Get invoice by ID |
cancel_invoice | Cancel an invoice |
create_customer | Create a customer |
list_customers | List customers |
create_product | Create a product |
list_products | List products |
download_pdf | Download invoice PDF |
download_xml | Download invoice XML |
Quick Start
{
"mcpServers": {
"facturapi": {
"command": "npx",
"args": ["-y", "@theyahia/facturapi-mcp"],
"env": {
"FACTURAPI_KEY": "<YOUR_FACTURAPI_KEY>"
}
}
}
}
Environment Variables
| Variable | Required | Description |
|---|---|---|
FACTURAPI_KEY | Yes | API key from Facturapi dashboard |
License
MIT