
Mcp Afip
Connect agents to Argentina AFIP Factura Electrónica workflows using certificate-based auth from your MCP stack.
Overview
io.github.codespar/mcp-afip is an Operate-phase MCP server that connects AI agents to AFIP Argentine electronic invoicing (Factura Electrónica) using certificate and CUIT configuration.
What is this MCP server?
- stdio npm package @codespar/mcp-afip version 0.1.0
- AFIP certificate (.crt) and private key (.key) path configuration
- CUIT number required for Argentine tax identity
- Focused on Factura Electrónica electronic invoicing
- Part of codespar mcp-dev-latam Argentina package subfolder
- Package version 0.1.0
- 3 required environment variables: AFIP_CERT_PATH, AFIP_KEY_PATH, AFIP_CUIT
- stdio npm identifier @codespar/mcp-afip
Community signal: 252 GitHub stars.
What problem does it solve?
Building or operating software that must issue compliant Argentine e-invoices forces you to wire AFIP certificates and APIs by hand outside your agent workflow.
Who is it for?
Indie builders with existing AFIP certs and CUIT who want agent-assisted invoicing or billing automation for Argentina.
Skip if: Builders outside Argentina, or anyone without AFIP-issued certificate and key files ready on disk.
What do I get? / Deliverables
After install and env vars, your agent can invoke AFIP invoicing tools over stdio MCP instead of you scripting each AFIP interaction manually.
- MCP tool bridge to AFIP electronic invoicing flows
- Agent-callable AFIP operations with cert-based auth config
- LATAM dev-latam package integration at version 0.1.0
Recommended MCP Servers
Journey fit
How it compares
Regional tax-authority MCP integration, not a full LATAM accounting platform like Alegra.
Common Questions / FAQ
Who is io.github.codespar/mcp-afip for?
It is for developers operating Argentine products that must interact with AFIP Factura Electrónica and want MCP tool access from Claude Code or similar agents.
When should I use io.github.codespar/mcp-afip?
Use it in Operate when you iterate on billing, e-invoice generation, or AFIP-connected backends for Argentine customers.
How do I add io.github.codespar/mcp-afip to my agent?
Install @codespar/mcp-afip via npm, configure stdio in your MCP config, and set AFIP_CERT_PATH, AFIP_KEY_PATH, and AFIP_CUIT environment variables.