ecuador-invoice
Let AI agents issue Ecuadorian electronic invoices (factura electronica, SRI) via Datil.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Create Invoice: Issue an Ecuador electronic invoice (factura electrónica) through Datil, stamped against the SRI with the merchant's own signing certificate. Bring your own Datil credentials via heade
- Query Invoice: Fetch an Ecuador factura electrónica you emitted, by the Datil invoice id returned from create_invoice. Returns the SRI estado (RECIBIDO = received by Datil/SRI queue, ENVIADO = sent to
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Let AI agents issue Ecuadorian electronic invoices (factura electronica, SRI) via Datil. Stateless remote MCP server: bring your own key, it stores nothing. Create and query documents with IVA 15% math built in; sandbox by default, production opt-in.
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| create_invoice | Issue an Ecuador electronic invoice (factura electrónica) through Datil, stamped against the SRI with the merchant's own signing certificate. Bring your own Datil credentials via headers x-datil-key (API key) and x-datil-password (your .p12 certificate password). IMPORTANT: defaults to the SRI TEST environment (ambiente 1, no fiscal effect). To emit a REAL invoice you MUST pass environment:"production" (or the owner may set header x-datil-mode:production). Amounts are in US dollars (2 decimals). Each item price is NET; IVA (15% by default, or 0%) is added on top. The emisor (your company RUC, razón social, address, establecimiento/punto de emisión, secuencial) is passed by you — Datil signs and transmits to the SRI. Returns id, clave_acceso and estado. |
| query_invoice | Fetch an Ecuador factura electrónica you emitted, by the Datil invoice id returned from create_invoice. Returns the SRI estado (RECIBIDO = received by Datil/SRI queue, ENVIADO = sent to SRI, AUTORIZADO = authorized/legally valid, NO AUTORIZADO = rejected, DEVUELTO = returned, ERROR), the numero_autorizacion, and any SRI messages. Safe to call anytime. |