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 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
- Flicense-qualityCmaintenanceMCP server for automating AFIP/ARCA electronic invoicing, certificate management, and Web Service authorization in Argentina.20
- AlicenseAqualityDmaintenanceMCP server for Factura.uz electronic invoicing system (Uzbekistan). Supports creating, signing, accepting, and rejecting e-invoices, plus company and product lookups.87MIT
- Alicense-qualityBmaintenanceMCP server to issue ARCA/AFIP Factura C for monotributistas using Afip SDK, PostgreSQL, and a secure preview-before-emission flow.MIT
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 the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gonzazago/arca-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server