← Back to Plugins
MCP Server MCP

io.github.cmendezs/mcp-facturacion-electronica-es

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-facturacion-electronica-es

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-facturacion-electronica-es",
      "version": "0.8.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Target environment for AEAT endpoints: 'sandbox' or 'production'.",
          "isRequired": true,
          "format": "string",
          "name": "AEAT_ENV"
        },
        {
          "description": "Filesystem path to the FNMT-RCM PKCS#12 certificate (.p12 / .pfx) used for MTLS submission to AEAT (VERI*FACTU and SII) and for JWS-signed FACe submission.",
          "format": "string",
          "name": "AEAT_CERTIFICATE_PATH"
        },
        {
          "description": "Passphrase for the PKCS#12 certificate at AEAT_CERTIFICATE_PATH.",
          "format": "string",
          "name": "AEAT_CERTIFICATE_PASSWORD"
        },
        {
          "description": "Taxpayer NIF used as the default submitter identity for AEAT submissions.",
          "format": "string",
          "name": "AEAT_NIF"
        },
        {
          "description": "Target environment for FACe API: 'sandbox' or 'production'.",
          "format": "string",
          "name": "FACE_ENV"
        },
        {
          "description": "Logging level inherited from mcp-einvoicing-core: DEBUG, INFO (default), WARNING, or ERROR.",
          "format": "string",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...