🇪🇨 Ecuador Invoice MCP live

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.

Connect

{
  "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.

Invoice

Why it is safe

Weak-model friendly

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.

Sister servers

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.