Skip to content

beel-es/beel-mcp

v0.4.2MIT

Spanish e-invoicing with VeriFactu (AEAT) for AI agents: issue, correct and register invoices, manage customers and NIFs, validate NIFs against the census. Hosted MCP server at https://mcp.beel.es/mcp (Streamable HTTP + OAuth 2.1) or local stdio via npm.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "beel-mcp",
  "version": "0.4.2",
  "description": "Spanish e-invoicing with VeriFactu (AEAT) for AI agents: issue, correct and register invoices, manage customers and NIFs, validate NIFs against the census. Hosted MCP server at https://mcp.beel.es/mcp (Streamable HTTP + OAuth 2.1) or local stdio via npm.",
  "author": {
    "name": "BeeL.",
    "email": "hola@beel.es",
    "url": "https://beel.es"
  },
  "homepage": "https://docs.beel.es/mcp",
  "repository": "https://github.com/beel-es/beel-mcp",
  "license": "MIT",
  "keywords": ["mcp", "verifactu", "invoicing", "einvoicing", "spain", "aeat", "agents", "openapi"],
  "extensions": {
    "io.modelcontextprotocol": {
      "servers": [
        {
          "name": "beel",
          "transport": "streamable-http",
          "url": "https://mcp.beel.es/mcp",
          "serverCard": "https://beel.es/.well-known/mcp/server-card.json"
        },
        {
          "name": "beel-local",
          "transport": "stdio",
          "command": "npx",
          "args": ["-y", "@beel_es/mcp"],
          "env": { "BEEL_API_KEY": "beel_sk_test_…" }
        }
      ]
    },
    "es.beel": {
      "skills": "https://beel.es/.well-known/agent-skills/index.json",
      "agentInstructions": "https://beel.es/agents.md",
      "auth": "https://beel.es/auth.md"
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • es.beel
  • io.modelcontextprotocol