AI agents can now issue Ecuador electronic invoices (factura electrónica). This remote MCP server wraps Datil — invoices are stamped at the SRI — with two tools: create_invoice and query_invoice.
{
"mcpServers": {
"ecuador-invoice": {
"type": "http",
"url": "https://inv-ec.wishpool.app/mcp",
"headers": {
"x-datil-key": "your-datil-api-key",
"x-datil-password": "your-p12-certificate-password"
}
}
}
}
Get your API key from your Datil account. create_invoice stays in the SRI TEST sandbox (ambiente 1, no fiscal effect) unless you pass environment:"production". Your .p12 signing certificate stays in your own Datil account; the certificate password is forwarded per-request and never stored or logged.
environment:"production", so agents cannot bill a real customer by accident.x-agentpay-max-amount, x-agentpay-approval-above, x-agentpay-allowed-tools — set by the human owner in client config; the agent cannot relax them.estado enums spelled out in the query description; every result embeds numbered next_steps; every error teaches the fix (13-digit RUC, secuencial, USD 2-decimal amounts); real invoices gated behind an explicit production flag.
Mexico CFDI 4.0 is live: inv-mx.wishpool.app; Chile DTE: inv-cl.wishpool.app. Local payments in 81 countries — one family, same stateless pattern: mcp.wishpool.app (Taiwan e-invoice 電子發票 included). More invoice countries coming: Brazil NF-e, Peru CPE, Colombia DIAN, India GST.