← gallardia.lat

INDIVIDUAL MCP TOOL

cotizar_servicio

Calcula un estimado instantáneo (precio_unitario × cantidad) para un servicio de mantenimiento de Gallardía Panamá.

gallardia.latnone authenticationAvailability not checked

LIVE ENDPOINT

https://gallardia.lat/mcp

No auth detected

Connect to this endpoint to inspect the live schema for cotizar_servicio and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

gallardia.lat

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.gallardia-cotizador]
url = "https://gallardia.lat/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gallardia-cotizador": {
      "type": "http",
      "url": "https://gallardia.lat/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gallardia-cotizador
Remote MCP URL: https://gallardia.lat/mcp

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": {
    "gallardia-cotizador": {
      "url": "https://gallardia.lat/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gallardia-cotizador": {
      "type": "http",
      "url": "https://gallardia.lat/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gallardia-cotizador",
  "transport": "streamable-http",
  "url": "https://gallardia.lat/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • listar_catalogo — Devuelve el catálogo completo de Gallardía Panamá: 23 servicios de mantenimiento (jardinería, pintura, limpieza, remodelación, mantenimiento general) con id, categoría, precio base público en USD y unidad (m², unidad o m lineal).
  • info_empresa — Datos de la empresa: servicios que ofrece, cobertura (10 provincias de Panamá, sede en Capira, Panamá Oeste), horario, contacto (WhatsApp, correo, web) y condiciones básicas (visita técnica $25 deducible, garantía de precio).