← Back to browse

mcp-facturacion-electronica-es

Indexed by io.github.cmendezs

About

Spanish e-invoicing MCP server: VERI*FACTU, Facturae/FACe, SII, Crea y Crece B2B.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAEAT_ENV AEAT_CERTIFICATE_PATH AEAT_CERTIFICATE_PASSWORD AEAT_NIF FACE_ENV FACE_CLIENT_ID FACE_CLIENT_SECRET LOG_LEVEL
Claude Code
claude mcp add --env AEAT_ENV= --env AEAT_CERTIFICATE_PATH= --env AEAT_CERTIFICATE_PASSWORD= --env AEAT_NIF= --env FACE_ENV= --env FACE_CLIENT_ID= --env FACE_CLIENT_SECRET= --env LOG_LEVEL= mcp-facturacion-electronica-es -- uvx mcp-facturacion-electronica-es
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-facturacion-electronica-es","command":"uvx","args":["mcp-facturacion-electronica-es"],"env":{"AEAT_ENV":"","AEAT_CERTIFICATE_PATH":"","AEAT_CERTIFICATE_PASSWORD":"","AEAT_NIF":"","FACE_ENV":"","FACE_CLIENT_ID":"","FACE_CLIENT_SECRET":"","LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "mcp-facturacion-electronica-es": {
      "command": "uvx",
      "args": [
        "mcp-facturacion-electronica-es"
      ],
      "env": {
        "AEAT_ENV": "",
        "AEAT_CERTIFICATE_PATH": "",
        "AEAT_CERTIFICATE_PASSWORD": "",
        "AEAT_NIF": "",
        "FACE_ENV": "",
        "FACE_CLIENT_ID": "",
        "FACE_CLIENT_SECRET": "",
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.