AI & Machine Learning
somosvelora.com
An AI agent that autonomously handles sales, payments, invoicing, and shipping for business operations.
ENDPOINT 1
https://tools.somosvelora.com/api/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.somosvelora-com]
url = "https://tools.somosvelora.com/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"somosvelora-com": {
"type": "http",
"url": "https://tools.somosvelora.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: somosvelora-com
Remote MCP URL: https://tools.somosvelora.com/api/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"somosvelora-com": {
"url": "https://tools.somosvelora.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"somosvelora-com": {
"type": "http",
"url": "https://tools.somosvelora.com/api/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "somosvelora-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "somosvelora-com",
"transport": "streamable-http",
"url": "https://tools.somosvelora.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://tools.somosvelora.com/api/mcp/public
MCP server metadata
- Name
- velora-mcp
- Version
- 1.0.0
Velora public endpoint — 9 pure tools available without authentication. - validate_cuit: validates an Argentine CUIT number (check digit arithmetic, no I/O). - validate_cuil: validates an Argentine CUIL for natural persons (same algorithm, no I/O). - build_afip_qr: builds the AFIP RG 4291/2018 QR URL for an electronic invoice (no I/O). - parse_ar_amount: parses an Argentine peso string ('$1.234,56', '5k', '800,50') into a number (no I/O). - split_iva: splits an amount into neto + IVA using any of the 6 ARCA alícuotas (no I/O). - format_ars: formats a number as an ARS currency string for display (no I/O). - to_afip_date: converts an ISO date to YYYYMMDD WSFE format, ART-anchored (no I/O). - describe_invoice_type: returns A/B/C invoice type given emisor + receptor condicionIva (no I/O). - validate_cbu: validates an Argentine CBU/CVU check-digit per BCRA Com. A 2622 (no I/O). Rate limit: 60 req/min per IP address (10 req/min for unattributed IPs). For stateful tools (fiscal, payments, catalog, sales…) use the authenticated endpoint.
Known tools 9
validate_cuitUse this before using a CUIT in an invoice or fiscal operation to confirm it is mathematically valid.
Potential side effectsbuild_afip_qrBuilds the AFIP-compliant QR URL for an electronic invoice per RG 4291/2018.
Potential side effectsparse_ar_amountUse this before doing arithmetic on any amount typed by an Argentine user.
Inferred read-onlysplit_ivaDecomposes an Argentine amount into neto (base imponible) and IVA using any of the 6 ARCA/WSFE alícuotas.
Inferred read-onlyformat_arsFormats a numeric amount as an Argentine peso string with 2 decimal places, using the es-AR convention: a '$' sign, then a non-breaking space (U+00A0), then the number with '.
Inferred read-onlydescribe_invoice_typeReturns A/B/C invoice type given emisor + receptor condicion_iva.
Potential side effectsvalidate_cbuValidates an Argentine CBU/CVU (22-digit bank account code) via two mod-10 block check digits per BCRA Comunicación A 2622.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.velora-mcp]
url = "https://tools.somosvelora.com/api/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"velora-mcp": {
"type": "http",
"url": "https://tools.somosvelora.com/api/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: velora-mcp
Remote MCP URL: https://tools.somosvelora.com/api/mcp/public
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"velora-mcp": {
"url": "https://tools.somosvelora.com/api/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"velora-mcp": {
"type": "http",
"url": "https://tools.somosvelora.com/api/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "velora-mcp",
"transport": "streamable-http",
"url": "https://tools.somosvelora.com/api/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.