Server data from the Official MCP Registry
Spanish e-invoicing MCP server: VERI*FACTU, Facturae/FACe, SII, Crea y Crece B2B.
Spanish e-invoicing MCP server: VERI*FACTU, Facturae/FACe, SII, Crea y Crece B2B.
This is a well-structured MCP server for Spanish e-invoicing with appropriate authentication mechanisms, reasonable permissions scoped to its purpose (network calls to Spanish tax authorities, certificate handling, XML processing), and no confirmed dangerous patterns. Minor code quality issues and reliance on regulatory confirmation do not materially impact security. The server properly handles credentials through environment variables and demonstrates awareness of security concerns (e.g., raw response sanitization, certificate password handling). Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
3 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AEAT_ENV
Environment variable: AEAT_CERTIFICATE_PATH
Environment variable: AEAT_CERTIFICATE_PASSWORD
Environment variable: AEAT_NIF
Environment variable: FACE_ENV
Environment variable: FACE_CLIENT_ID
Environment variable: FACE_CLIENT_SECRET
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-cmendezs-mcp-facturacion-electronica-es": {
"env": {
"AEAT_ENV": "your-aeat-env-here",
"AEAT_NIF": "your-aeat-nif-here",
"FACE_ENV": "your-face-env-here",
"LOG_LEVEL": "your-log-level-here",
"FACE_CLIENT_ID": "your-face-client-id-here",
"FACE_CLIENT_SECRET": "your-face-client-secret-here",
"AEAT_CERTIFICATE_PATH": "your-aeat-certificate-path-here",
"AEAT_CERTIFICATE_PASSWORD": "your-aeat-certificate-password-here"
},
"args": [
"mcp-facturacion-electronica-es"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.