mcpserver.lol
registry/latam-tools
Connection check verified live · 27h ago

latam-tools

Argentina CUIT/CUIL validation and AFIP fiscal QR generation. Pure, no-auth MCP tools.

Tools 22
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

22 tools

Read from the running server on 27h ago.

caja_consultar_saldo read-only
Queries the current cash register balance for the authenticated business — the open session data or the last closed session. Read-only.
connection_status read-only
Returns the BYOA (Bring Your Own Account) integration readiness for the authenticated business — what is connected and how to connect what is missing. Read-only.
find_customer read-only namephone
Searches customers in the business by name and/or phone. Returns up to 20 matching customers sorted by name.
get_fiscal_readiness read-only
Checks whether the business is ready to emit real ARCA electronic invoices. Returns { ready, missing, guidance } where ready=true means all fiscal fields and the ARCA certificate a…
get_package_profile read-only saleIdproductIdsweightGramsOverride
Computes the shipment weight and item breakdown for a package. Accepts a saleId, a list of productIds, or an explicit weightGramsOverride.
get_payment_intent_status read-only customerNamepaymentIntentId
Checks the current status of a Velora PaymentIntent. Accepts a paymentIntentId OR a customer name.
list_suppliers read-only search
Returns all suppliers for this business (up to 50, sorted by name).
open_business_overview read-only defaultTabcustomerName
ONE widget, two display modes: inline snapshot by default, fullscreen tabs (Cliente 360, Cerrar el día, Reposición de stock, Dashboard de ventas) on demand. Aggregates caja, paymen…
open_caja_status read-only
Opens a visual widget showing the current shift state and action buttons. Read-only here.
open_catalog_selector read-only search
Opens the catalog selector — a graphical product picker (MCP Apps widget) that shows active products with prices (ARS) and stock. Side-effect-free (no sale, no charge).
open_cobro_status read-only customerNamepaymentIntentId
Opens the cobro status widget — a read-only view of ONE PaymentIntent's payment state. Accepts paymentIntentId OR customerName.
open_delivery_receipt read-only saleIdcustomerNamepaymentIntentId
Opens the comprobante + envío widget — a read-only view of the delivery receipt for a completed cobro. Accepts paymentIntentId, saleId, OR customerName.
open_onboarding read-only
Opens a graphical onboarding hub showing integration status and connect links. Read-only.
open_payment_link_wizard read-only items*customerIddescription*
Opens the payment-link wizard — a graphical form pre-filled with the cobro, for the owner to review and confirm before any money moves. Side-effect-free (no charge).
open_pending_orders read-only
Opens the pending cobros dashboard — a read-only widget listing PaymentIntents awaiting payment. Side-effect-free.
open_sale_confirm read-only items*customerId
Opens a VISUAL preview of a cash sale — resolved product names, unit prices, quantities, and total — with a confirm button that fires register_sale. Read-only preview itself.
open_shipment_prep read-only items*declaredValueoriginPostalCode*destinationPostalCode*
Combines catalog stock/weight data and a live shipping quote into one widget — resolves items, computes total weight, and quotes couriers. Read-only, side-effect-free.
query_catalog read-only search
Lists active products in the business catalog. Returns products sorted by name, each with id, name, price (ARS), costPrice, sku, stock quantity, and weightGrams.
query_sales read-only tofromlimitpresetmetrica*customer_name
Queries sales metrics from the database: 'ventas_periodo', 'margen', 'ranking_productos', 'por_empleado', or 'historial_cliente'.
quote_shipping read-only weightGrams*declaredValueoriginPostalCode*destinationPostalCode*
Quotes shipment rates from every active courier configured for the authenticated business and returns options sorted by price ascending.
track_shipment read-only provider*trackingNumber*
Tracks the current status and event history of a shipment by tracking number.
validate_cuit read-only cuit*
Validates an Argentine CUIT or CUIL number. Returns parsed components (prefix, body, check digit), person type, and whether the check digit is mathematically correct. Accepts any f…