Loading MCP server directory, please wait...
Spanish invoicing with VeriFactu (AEAT): invoices, quotes, contacts, products, taxes and filings.
npx @getmcp/cli add com.factuarea/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FACTUAREA_API_KEYFactuarea API key. The prefix selects the environment: fact_test_ for the isolated sandbox, fact_live_ for the real company. Without it the server starts and refuses every call with an actionable error.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.factuarea/mcp": {
"command": "npx",
"args": [
"-y",
"@factuarea/mcp"
],
"env": {
"FACTUAREA_API_KEY": "",
"FACTUAREA_MCP_URL": "",
"FACTUAREA_REQUEST_TIMEOUT_MS": ""
}
}
}
}