mcpbeat

Notsy Facturación MCP Server

io.github.HEUSAI/notsy-facturacion
answering

Notsy Facturación is answering right now. Last checked 9 min ago. It exposes 4 tools.

Emite CFDIs 4.0 y resuelve claves del SAT para agentes de IA (México), con permisos por API key.

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
507 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add notsy-facturacion --transport http https://mcp.notsy.com.mx/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "notsy-facturacion": {
      "url": "https://mcp.notsy.com.mx/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.notsy-facturacion]
url = "https://mcp.notsy.com.mx/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "notsy-facturacion": {
      "url": "https://mcp.notsy.com.mx/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "notsy-facturacion": {
      "url": "https://mcp.notsy.com.mx/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

emitir
emitir_cfdi
Emite y timbra un CFDI 4.0 OFICIAL ante el SAT (acción real, con costo y difícil de revertir). Llama primero a preview_factura. El motor aplica los límites de la API key (puede requerir aprobación humana) y registra la acción en la bitácora. Args: iguales a preview_factura, más: observaciones: texto libre opcional en el CFDI. anticipo_id: opcional, id de un anticipo previo a aplicar (relación 07 + nota de crédito). idempotency_key: OBLIGATORIA en producción (genera un UUID por operación y reúsalo en los reintentos). Si reintentas con la misma clave, NO se timbra de nuevo: se devuelve el resultado original (evita CFDIs duplicados ante el SAT).
preview
preview_factura
DRY-RUN: valida la factura y calcula los totales (subtotal, IVA, retenciones, total) SIN timbrar y sin costo. Úsalo SIEMPRE antes de emitir_cfdi para confirmar el monto y que los datos pasen la validación. Args: conceptos: lista de conceptos. Cada uno: {descripcion, clave_prodserv, clave_unidad, cantidad, valor_unitario, precio_incluye_iva (bool), tasa_iva (0.16/0.08/0.0), objeto_imp ("02"), retencion ("honorarios"|"arrendamiento"|"comisiones"|"fletes"|"")}. cliente: datos del receptor {rfc, nombre, regimen_fiscal, cp, uso_cfdi, email, es_publico_general} — o usa cliente_id si ya está guardado. cliente_id: id de un cliente guardado (alternativa a `cliente`). forma_pago: clave SAT de forma de pago (default "03" transferencia). metodo_pago: "PUE" (de contado) o "PPD" (a crédito). emisor_id: opcional, desde qué RFC emitir (multiemisor); None = predeterminado.
resolver
resolver_claves_sat
Convierte una descripción en lenguaje natural a las claves del SAT necesarias para facturar. Devuelve `sugerencia` con clave_prodserv, clave_unidad, objeto_imp, tasa_iva y uso_cfdi, más `candidatos` por si quieres elegir otra. Llámalo antes de armar un concepto si no conoces las claves. Args: descripcion: qué se vende, p.ej. "consultoría de marketing" o "laptop Dell". unidad_hint: opcional, unidad de medida en palabras ("servicio", "hora", "pieza", "kg"). con_iva: si el producto/servicio causa IVA 16% (default True).
whoami
whoami
Confirma la identidad del agente: a qué negocio pertenece la API key, sus permisos (scopes), límites de emisión y uso del día. Úsalo para diagnosticar la conexión.

Endpoints

URLTransportStateLatencyChecked
https://mcp.notsy.com.mx/mcp streamable-http answering 546 ms 9 min ago

Notsy Facturación — questions

Answers built from our own checks of this server.

What can Notsy Facturación do?
It exposes 4 tools, read directly from the server on our last check. Among them: emitir_cfdi, preview_factura, resolver_claves_sat, whoami. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Notsy Facturación working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 507 ms. The bar chart above shows every period we have measured.
How do I connect Notsy Facturación?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Notsy Facturación need an API key?
No. Notsy Facturación completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Notsy Facturación?
It answers our handshake in 507 ms on average, which is faster than 22% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.