Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.ilopezluna/factura-luz

NPM · FACTURA-LUZ-MCP · SCANNED SEP 20

Lee y explica facturas de la luz españolas (QR de la CNMC). Todo en local.

Available components

+4 this week 71 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security81
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects pdfjs-dist 5.7.284, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 32 of 110 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 991 tokens (~123/item across 8 items; 5 tools + 3 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.ilopezluna/factura-luz MCP server?

io.github.ilopezluna/factura-luz runs locally as an npm package, launched with npx -y factura-luz-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · factura-luz-mcp

# add to Claude Code
claude mcp add ilopezluna-factura-luz -- npx -y factura-luz-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "ilopezluna-factura-luz": {
      "command": "npx",
      "args": [
        "-y",
        "factura-luz-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ilopezluna-factura-luz": {
      "command": "npx",
      "args": [
        "-y",
        "factura-luz-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ilopezluna-factura-luz -- npx -y factura-luz-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ilopezluna-factura-luz": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "factura-luz-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ilopezluna-factura-luz --command npx --arg -y --arg factura-luz-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ilopezluna-factura-luz:
    command: "npx"
    args: ["-y", "factura-luz-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ilopezluna-factura-luz": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "factura-luz-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ilopezluna-factura-luz -t stdio -c npx -a -y factura-luz-mcp
// mcp.json
{
  "mcpServers": {
    "ilopezluna-factura-luz": {
      "command": "npx",
      "args": [
        "-y",
        "factura-luz-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 12 Sept 26 +15
    • Malware scan: unverified → pass security
  • 11 Sept 26 52

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/factura-luz-mcp@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-hq66-cqwq-w95j CVE-2026-16633 high yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 110 packages
Packages resolved 110
Stale 32
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~876 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze_power ~200

Decide whether the user can lower their contracted power (potencia contratada) and how much they would save per year. Compares the power they pay for against the maximum their meter actually recorded, leaving a safety margin, and works out the payback period against the one-off fee for changing it. This is the single most common way to cut a Spanish electricity bill without changing supplier.

NameTypeReqDescription
file_pathstringAbsolute path to the invoice file on this machine (PDF, PNG, JPG, WEBP). The file is read locally and never uploaded anywhere.
invoiceobjectThe `invoice` object returned by a previous read_invoice call. Pass this to analyse the same invoice again without re-reading the file, which is much faster.
qr_urlstringAn already-decoded CNMC comparator URL (https://comparador.cnmc.gob.es/comparador/QRE?...). Use this when the QR has been read elsewhere.

No output schema declared.

No examples provided.

explain_concept ~209

Explain one concept of a Spanish electricity bill in plain Spanish, ready to relay to the user. Pass an invoice as well and the explanation comes back with that invoice’s own figures for the fields involved. Call list_concepts, or read the cnmc://glossary resource, to see the available concepts.

NameTypeReqDescription
conceptstringyesThe concept to explain, for example termino_potencia or impuesto_electricidad.
file_pathstringAbsolute path to the invoice file on this machine (PDF, PNG, JPG, WEBP). The file is read locally and never uploaded anywhere.
invoiceobjectThe `invoice` object returned by a previous read_invoice call. Pass this to analyse the same invoice again without re-reading the file, which is much faster.
qr_urlstringAn already-decoded CNMC comparator URL (https://comparador.cnmc.gob.es/comparador/QRE?...). Use this when the QR has been read elsewhere.

No output schema declared.

No examples provided.

list_concepts ~30

List every invoice concept explain_concept can describe, with its id and Spanish title. Takes no arguments.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

read_invoice ~214

Read a Spanish electricity invoice and return everything it says, in structured form. Decodes the CNMC QR code from a PDF or image on this machine, then returns the supply point, the contract and what it means, the billing period, contracted and demanded power, consumption, prices, the amounts billed, an averaged monthly estimate, a Spanish summary you can relay to the user, and warnings about anything uncertain. Start here for any question about an invoice.

NameTypeReqDescription
file_pathstringAbsolute path to the invoice file on this machine (PDF, PNG, JPG, WEBP). The file is read locally and never uploaded anywhere.
invoiceobjectThe `invoice` object returned by a previous read_invoice call. Pass this to analyse the same invoice again without re-reading the file, which is much faster.
qr_urlstringAn already-decoded CNMC comparator URL (https://comparador.cnmc.gob.es/comparador/QRE?...). Use this when the QR has been read elsewhere.

No output schema declared.

No examples provided.

simulate_power_change ~223

Work out the annual saving for a specific pair of contracted powers, rather than the recommended one. Use it to answer "and if I set it to 3 kW?". Warns when the proposal is below the power the meter actually recorded, which would trip the breaker.

NameTypeReqDescription
file_pathstringAbsolute path to the invoice file on this machine (PDF, PNG, JPG, WEBP). The file is read locally and never uploaded anywhere.
invoiceobjectThe `invoice` object returned by a previous read_invoice call. Pass this to analyse the same invoice again without re-reading the file, which is much faster.
p1_kwnumberyesProposed contracted power for P1 (punta), in kW.
p2_kwnumberyesProposed contracted power for P2 (valle), in kW.
qr_urlstringAn already-decoded CNMC comparator URL (https://comparador.cnmc.gob.es/comparador/QRE?...). Use this when the QR has been read elsewhere.

No output schema declared.

No examples provided.

Common questions

What is the io.github.ilopezluna/factura-luz MCP server?

io.github.ilopezluna/factura-luz is an MCP server listed in the public MCP registry as io.github.ilopezluna/factura-luz. Lee y explica facturas de la luz españolas (QR de la CNMC). Todo en local. This page covers its npm package (factura-luz-mcp).

Is the io.github.ilopezluna/factura-luz MCP server safe to use?

io.github.ilopezluna/factura-luz scores 71 out of 100 on VerifyMCP. We recorded 1 known advisory against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.ilopezluna/factura-luz MCP server expose?

io.github.ilopezluna/factura-luz exposes 5 tools: read_invoice, analyze_power, simulate_power_change, explain_concept, list_concepts. Their descriptions and schemas cost roughly 876 tokens of context every time the server is loaded.

Is the io.github.ilopezluna/factura-luz MCP server still maintained?

io.github.ilopezluna/factura-luz is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.ilopezluna/factura-luz MCP server under?

io.github.ilopezluna/factura-luz declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.