Skip to main content
Glama
gonzazago

Arca MCP Server

by gonzazago

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 .crt and .key certificate.

  • 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 pgvector extension enabled.

Installation

yarn install

Usage

For development in IDEs/CLI (via Stdio):

yarn dev

Local 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:

  1. Start the server in HTTP (Streamable) mode:

    yarn run dev:http

    The server will listen on http://localhost:3001/mcp.

  2. Start the MCP Inspector: Open a new terminal in the project and run:

    yarn run inspect

    This will open a window in your browser.

  3. 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 start
A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    F
    maintenance
    Argentine electronic invoicing (facturación electrónica) MCP Server for ARCA/AFIP. Emit invoices, manage credentials, check delegations, and look up taxpayers. 10 tools.
    12
    378
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    MCP server for automating AFIP/ARCA electronic invoicing, certificate management, and Web Service authorization in Argentina.
    20
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for Factura.uz electronic invoicing system (Uzbekistan). Supports creating, signing, accepting, and rejecting e-invoices, plus company and product lookups.
    8
    7
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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