mcpbeat Sign in

Velora MCP Server

by somosvelora Your server? Claim it
answering

Velora is answering right now. Last checked moments ago. It exposes 50 tools. Last commit 7 Aug 2026.

Hosted Argentine commerce MCP: real AFIP invoicing, MercadoPago, logistics, catalog & WhatsApp.

Uptime history 47 days of history · worst day 0%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
50
Tools
read from the server
259 ms
Response time
average over 24h
0
Stars
last commit 7 Aug 2026

Nothing serious here today

Today is the operative word: we check Velora every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add velora --transport http https://tools.somosvelora.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "velora": {
      "url": "https://tools.somosvelora.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.velora]
url = "https://tools.somosvelora.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "velora": {
      "url": "https://tools.somosvelora.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "velora": {
      "url": "https://tools.somosvelora.com/api/mcp"
    }
  }
}

Available tools 50

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

open
open_business_overview
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, payments, ventas, reportes, supplier, and customer reads.
open_caja_status
Opens a visual widget showing the current shift state and action buttons. Read-only here.
open_catalog_selector
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
Opens the cobro status widget — a read-only view of ONE PaymentIntent's payment state. Accepts paymentIntentId OR customerName.
open_delivery_receipt
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
Opens a graphical onboarding hub showing integration status and connect links. Read-only.
open_payment_link_wizard
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
Opens the pending cobros dashboard — a read-only widget listing PaymentIntents awaiting payment. Side-effect-free.
open_sale_confirm
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
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.
connect
connect_mercadopago
[demo: deshabilitada] Connects MercadoPago for this business using the BYOA OAuth-redirect model. Primary: returns an authorization URL. Fallback: accepts a production access token directly.
connect_pedidosya
[demo: deshabilitada] Connects PedidosYa for this business using the BYOA secure-form model. Primary: returns a secure link. Fallback: accepts an API token directly.
connect_tiendanube
[demo: deshabilitada] Connects Tienda Nube (Nuvemshop) using the BYOA OAuth-redirect model. Returns an authorization URL — no token ever passes through chat. Gated behind env config in production.
connect_whatsapp
[demo: deshabilitada] Connects WhatsApp Business using the BYOA Meta Embedded Signup model. Primary: returns a signup link. Optional: registers a phone number as a lightweight pre-step.
caja
caja_ciclo_caja
[demo: deshabilitada] Opens or closes a cash register shift for the authenticated business.
caja_consultar_saldo
Queries the current cash register balance for the authenticated business — the open session data or the last closed session. Read-only.
caja_registrar_movimiento
[demo: deshabilitada] Records a cash movement tied to the OPEN caja shift: income, expense, withdrawal, tax, or payroll.
customer
delete_customer
[demo: deshabilitada] Deletes a customer from this business (blocked when the customer has sales or invoices).
find_customer
Searches customers in the business by name and/or phone. Returns up to 20 matching customers sorted by name.
edit
edit_product
[demo: deshabilitada] Updates a single product's fields (name, price, costPrice, or stockQuantity).
edit_supplier
[demo: deshabilitada] Updates an existing supplier's fields.
emit
emit_invoice
[demo: deshabilitada] Emits an ARCA (formerly AFIP)-compliant electronic invoice (factura electrónica) for the authenticated business and returns the CAE authorization code.
emit_nota
[demo: deshabilitada] Emits an ARCA-compliant Nota Crédito (NC) or Nota Débito (ND) against an original AFIP invoice and returns the CAE authorization code.
product
create_product
[demo: deshabilitada] Creates a new product in the business catalog. Requires name and price.
delete_product
[demo: deshabilitada] Deletes (or soft-archives, when it has sale records) a product from the catalog.
register
register_movement
[demo: deshabilitada] Records a cash-register movement for the authenticated business ('purchase', 'income', 'salary', 'tax', 'adjustment').
register_sale
[demo: deshabilitada] Records a sale for the authenticated business. Creates a full Sale with SaleItems, decrements inventory, creates a CashMovement and Invoice.
send
send_whatsapp_template
[demo: deshabilitada] Sends a pre-approved Meta WhatsApp template message. Window-independent — can be sent proactively, outside the 24-hour session window.
send_whatsapp_text
[demo: deshabilitada] Sends a plain-text WhatsApp message to a customer phone number. Only valid inside the 24-hour customer-service window (Meta error 131026 outside).
supplier
create_supplier
[demo: deshabilitada] Creates a supplier for this business.
delete_supplier
[demo: deshabilitada] Deletes a supplier from this business (with full audit trail).
adjust
adjust_stock
[demo: deshabilitada] Sets the absolute stock quantity for a product (inventory sync, no audit trail).
bulk
bulk_price_update
[demo: deshabilitada] Mass price change for all products or a specified subset in this business.
catalog
query_catalog
Lists active products in the business catalog. Returns products sorted by name, each with id, name, price (ARS), costPrice, sku, stock quantity, and weightGrams.
connection
connection_status
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.
fiscal
get_fiscal_readiness
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 are configured.
package
get_package_profile
Computes the shipment weight and item breakdown for a package. Accepts a saleId, a list of productIds, or an explicit weightGramsOverride.
payment
get_payment_intent_status
Checks the current status of a Velora PaymentIntent. Accepts a paymentIntentId OR a customer name.
purchase
create_purchase_request
[demo: deshabilitada] Creates a procurement order (purchase request) to a supplier.
quote
quote_shipping
Quotes shipment rates from every active courier configured for the authenticated business and returns options sorted by price ascending.
return
return_sale
[demo: deshabilitada] Reverses the N most-recent sales within a time window. Restores inventory, removes CashMovement, SaleItem, Invoice, and Sale records. Destructive and irreversible.
sales
query_sales
Queries sales metrics from the database: 'ventas_periodo', 'margen', 'ranking_productos', 'por_empleado', or 'historial_cliente'.
shipment
create_shipment
[demo: deshabilitada] Creates a physical shipment via the chosen courier and returns a tracking number and label URL.
stock
stock_load
[demo: deshabilitada] Records inbound stock for a product — restock or initial stock, with an audit trail.
suppliers
list_suppliers
Returns all suppliers for this business (up to 50, sorted by name).
track
track_shipment
Tracks the current status and event history of a shipment by tracking number.
tracked
create_tracked_payment_link
[demo: deshabilitada] Creates a tracked MercadoPago payment link for a catalog-tied cobro: atomically records the Sale + Invoice + PaymentIntent, then generates a real Checkout Pro link. MONEY: real and irreversible.
upload
upload_catalog
[demo: deshabilitada] Bulk-creates products in the business catalog from a structured list (up to 50 items).
upsert
upsert_customer
[demo: deshabilitada] Creates a new customer or updates an existing one for the authenticated business.
validate
validate_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 format: raw digits, hyphened (20-12345678-9), or spaced. This tool runs the REAL check-digit algorithm — not a demo fixture.

Endpoints

URLTransportStateLatencyChecked
https://tools.somosvelora.com/api/mcp streamable-http answering 225 ms 0 min ago

Alternatives to Velora

same job, measured the same way
Ar Agents
by ar-agents

Argentine business automation: Mercado Pago, AFIP/ARCA, WhatsApp, banking, shipping (7 packages).

135 installs/wk local only
FavCRM
by favcrm

Agentic CRM for service businesses — bookings, customers, WhatsApp, loyalty, invoicing.

230 tools answering
Infobip
by infobip

Infobip MCP server for omnichannel communication and messaging. SMS, RCS, WhatsApp, Viber and more.

1 tools answering
Dialogbrain
by saloprj

Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.

answering
Ebenova Fieldops
by dgtalquantumleap-ai

WhatsApp booking, staff coordination, and invoice recovery for services.

21 installs/wk local only
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

68 installs/wk local only
WhatsApp Chat Reader (Unofficial)
by nabheetcloud

Unofficial read-only MCP server for your local WhatsApp chat history (stays on your machine).

48 installs/wk local only
MCP Evolution API
by codespar

MCP server for Evolution API — WhatsApp messaging, instances, contacts

30 installs/wk local only

Velora — questions

Answers built from our own checks of this server.

What can Velora do?
It exposes 50 tools, read directly from the server on our last check. Among them: adjust_stock, bulk_price_update, caja_ciclo_caja, caja_consultar_saldo, caja_registrar_movimiento, connection_status and 44 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Velora mostly used for?
Its tools cluster around open, connect and caja. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Velora working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 259 ms. The bar chart above shows every period we have measured.
How do I connect Velora?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Velora need an API key?
No. Velora completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 50 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Velora?
It answers our handshake in 259 ms on average, which is faster than 56% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Velora open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.