Arca MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Arca MCP Serverget my last electronic invoice from point of sale 5"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Arca MCP Server
Model Context Protocol (MCP) server implemented in TypeScript for the Arca project.
Structure
src/tools/: Tools exposed by the server.src/commands/: Business logic and commands.src/prompts/: Prompt templates and context.src/vector_store/: Embedding, chunking and persistence logic with PostgreSQL and pgvector.
Related MCP server: ArcaMCP
Capabilities
Available Tools
query_arca_docs: Semantic search (RAG) in AFIP technical documentation.get_ta: Obtains and caches the AFIP WSAA Access Ticket (Token and Sign) using your.crtand.keycertificate.get_ultimo_comprobante: Queries the last authorized voucher number in AFIP for a point of sale.create_invoice: Generates and authorizes an electronic invoice (A, B or C) directly in AFIP, auto-calculating VAT amounts.
Available Resources
resource://arca/guides/wsaa: Step-by-step guide for AFIP authentication.resource://arca/guides/invoice/{type}: Guide for issuing specific vouchers (A, B, C, MTXCA).
Requirements
Node.js (v18+)
Yarn
PostgreSQL with the
pgvectorextension enabled.
Installation
yarn installUsage
For development in IDEs/CLI (via Stdio):
yarn devLocal Development (HTTP and MCP Inspector)
If you want to test the server locally over the network and use the web Inspector to debug the tools, follow these steps:
Start the server in HTTP (Streamable) mode:
yarn run dev:httpThe server will listen on
http://localhost:3001/mcp.Start the MCP Inspector: Open a new terminal in the project and run:
yarn run inspectThis will open a window in your browser.
Connect the Inspector to the local server: In the Inspector web interface, if it allows you to configure HTTP Streamable transport, point it to
http://localhost:3001/mcp. Otherwise, you can still use it in standard mode (Stdio) by running the Inspector pointing to the local index directly (npx @modelcontextprotocol/inspector node dist/index.js). Click "Connect" and you will see all the tools exposed by the server listed and ready to be tested.
To compile and run in production:
yarn build
yarn startThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Brazilian fiscal MCP server - issue NF-e, NFC-e, NFS-e, CT-e, MDF-e and DC-e via SEFAZ.
Hosted Argentine commerce MCP: real AFIP invoicing, MercadoPago, logistics, catalog & WhatsApp.
MCP server for Quaderno — tax-rate calculation, invoices, contacts, products, receipts & expenses.
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- AlicenseAqualityFmaintenanceArgentine electronic invoicing (facturación electrónica) MCP Server for ARCA/AFIP. Emit invoices, manage credentials, check delegations, and look up taxpayers. 10 tools.12378MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for automating AFIP/ARCA electronic invoicing, certificate management, and Web Service authorization in Argentina.5920MIT
- AlicenseAqualityDmaintenanceMCP server for Factura.uz electronic invoicing system (Uzbekistan). Supports creating, signing, accepting, and rejecting e-invoices, plus company and product lookups.87MIT
- AlicenseNot gradedqualityBmaintenanceMCP server to issue ARCA/AFIP Factura C for monotributistas using Afip SDK, PostgreSQL, and a secure preview-before-emission flow.MIT