velora-mcp-demo
Provides a tool for sending WhatsApp text messages as part of the Velora agentic-commerce 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., "@velora-mcp-demoValidate this CUIT: 20-30112233-4."
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.
velora-mcp-demo
Free, always-on public demo of the Velora agentic-commerce MCP toolkit — hosted on Vercel's free Hobby plan, $0/month, no card, no billing cycle.
Serves tools.somosvelora.com — the production Cloud Run backend that used to live there is
paused on purpose (cost), so this demo replaces the old 404 with something real: a live
MCP server, Streamable HTTP transport, real tool schemas, and an explicit honesty design
instead of a dead link.
Endpoints
/api/mcp— full tool surface (~49 tools, mirrored from the real production tool set)./api/mcp/public— read-only subset with zero side effects (matches the URL already printed in thelatam-toolsrepo).
Related MCP server: MockMCP
Three honesty levels (see lib/shared/types.ts and lib/shared/register.ts)
Pure —
validate_cuitruns the real Argentine AFIP/ARCA check-digit algorithm for real, against whatever CUIT/CUIL you send it. No fixture involved.Read — tools that only look something up (catalog, customers, caja balance, sales metrics, shipping quotes, connection status, the
open_*MCP Apps widgets, …) return a fixed, fictional dataset ("Almacén Demo SRL"). Every response carries a[DEMO] Datos de muestra — el backend de producción está pausado.banner and_demo: truein its JSON body — never mistakable for a real business.Refuse — tools with a real side effect in production (
emit_invoice,emit_nota,register_sale,create_tracked_payment_link,send_whatsapp_text,caja_ciclo_caja,connect_mercadopago, …) returnisError: truewith an honest explanation. No fabricated CAE, payment id, tracking number, or credential — ever. The tool's name, description, and input schema are still the real production ones; only the execution is disabled.
Where the tool names/schemas came from
Every tool name, description, and Zod input shape here is copied/trimmed from the
currently-registered tools in the private velora-track3-repo production codebase
(src/lib/mcp/*.ts), verified file-by-file — not invented. One known gap, found while
building this: the developer-facing /developers catalog page in that repo lists ~60 tool
names (CUIT/CUIL/CBU validators, format_ars, split_iva, to_afip_date, build_afip_qr,
describe_invoice_type, consultar_comprobante, consultar_padron) that are not actually
registered as MCP tools anywhere in the codebase — they exist only on the marketing page. This
demo mirrors the ~49 tools that are actually real and registered, not the marketing count.
Stack
Next.js (App Router) + mcp-handler 2.x +
@modelcontextprotocol/server 2.x + Zod 4. Deployed on Vercel Hobby.
Local dev
npm install
npm run dev
# http://localhost:3000/api/mcpStatus
Demo endpoint — sample data only. The real Velora product lives at somosvelora.com; this repo is a portfolio/demo piece, not the production system.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Agentic commerce with 58 MCP tools for product search, checkout, A2A negotiation, C-Suite analytics.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceA public demo of a personal-context MCP server that exposes six typed contexts (project, idea, preference, writing_style, skill, general) and twelve tools for managing personal data, with an hourly data reset.-
- AlicenseNot gradedqualityDmaintenanceHosted MCP endpoint that returns realistic fake data for prototyping agents. Paste one URL into Claude Code, Cursor, or Claude Desktop — 12 pre-built tools covering users, products, orders, events, email, and knowledge base search. No signup, no config, no auth. Built for developers who want to prototype agent workflows before wiring up a real backend.MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for e-commerce storefronts that lets AI agents search and browse products, get quotes, and access back-office data (like sales and orders) with privilege separation, using public and authenticated tools.771Apache 2.0
- AlicenseNot gradedqualityBmaintenanceDemo MCP server for ACEL, a runtime verification middleware that blocks a rule-violating tool call before it executes. 5 tools (authenticate, read/validate/delete records, send payment) showing ACEL enforcing call ordering and state preconditions live via the official MCP SDK's middleware hook.MIT
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/crossi-dev/velora-mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server