BeeL MCP server
Spanish e-invoicing with VeriFactu (AEAT): issue invoices, manage customers, validate NIFs.
2 stars67 downloads/wk
Reviews
Write oneNobody has reviewed BeeL yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
BeeL tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan4 source files scanned20/25
- Live reliabilityremote reachable in 1396ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityOAuth resource metadata advertised on 40115/15
- Maintenancelast push 0 days ago15/15
- Maintainer identitynamespace and repository owner differ; website matches verified namespace6/10
Findings (1)
- mediumeval / new Function used
exec.evaldist/index.js: …ode, sch); const makeValidate = new Function(`${names_1.default.self}`, `${names_1.de…
What the publisher says
From the BeeL repository's README, as published. We do not edit it. Read it on GitHub
BeeL MCP server — VeriFactu e-invoicing for AI agents
Servidor MCP de facturación electrónica española con VeriFactu (AEAT): crea, emite y rectifica facturas desde Claude, ChatGPT, Cursor o VS Code. MCP server for Spanish e-invoicing with VeriFactu compliance — issue, correct and register invoices with AEAT straight from your AI agent. beel.es · API docs · MCP guide · npm
An MCP (Model Context Protocol) server that lets an AI agent issue legally compliant Spanish electronic invoices — VeriFactu registration with AEAT, F1/F2 invoice types, R1–R5 correctives, NIF validation against the census, and the regime keys the regulation requires. Connect it to Claude, ChatGPT, Cursor or VS Code and your agent can handle Spanish invoicing — facturación electrónica and factura electrónica VeriFactu — end to end, without you writing a single API call.
It is not a generated wrapper around an API. Three things make it usable by a model:
the operation's real schema — enums, line items, regime keys and all. The surface cannot drift from the API.
- Tools are derived from the public OpenAPI contract, so each tool's input schema is
downloads, multipart uploads, webhook plumbing, operations only a browser session can authenticate, and deprecated ones are excluded by rule, not by hand.
- A tool-inclusion policy decides what an agent should actually be given. Binary
miss, both as documentation the model reads and as pre-flight checks that stop a non-compliant request before it becomes a fiscal document.
- Fiscal guardrails travel with the tools: the invariants a generated wrapper would
One codebase, two transports: the hosted remote server at https://mcp.beel.es/mcp (Streamable HTTP + OAuth — one login per user, nothing to install), and a local stdio server built from this repository for headless use, where an API key works and a browser-based login does not.
Quick start
Add https://mcp.beel.es/mcp as a connector in Claude, ChatGPT, Cursor or VS Code and log in with your BeeL account. Nothing to install and no API key to handle: the server acts with your own credentials, and the OAuth flow is discovered from the URL.
# Claude Code
claude mcp add --transport http beel https://mcp.beel.es/mcpThat is the whole setup for interactive use. Read on only if you need the local server.
Running it locally
Use the local server when OAuth cannot: a scheduled job that issues invoices, a CI pipeline, or any headless process where no one is present to complete a browser login. It authenticates with an API key instead.
Requires Node ≥ 20.
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http mcp https://mcp.beel.es/mcp
BeeL: common questions
- Is BeeL MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the BeeL safety report
- How do I install BeeL?
- It runs remotely at mcp.beel.es. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does BeeL need an API key?
- No key to paste: it signs you in with OAuth when your client connects.
- Is BeeL maintained?
- The last commit was in the last day (2026-09-20). The latest release is v0.5.0.
- Is BeeL up?
- 100% of our last 7 checks got an answer. We check remote servers about four times a day.