INDIVIDUAL MCP TOOL
vendedor_requisitos_cotizacion
Indica qué información necesita Vicercom para preparar una cotización sin exigir conocer previamente un serviceId.
LIVE ENDPOINT
https://iap.vicercom.com/api/mcp/vendedor
Connect to this endpoint to inspect the live schema for vendedor_requisitos_cotizacion 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
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.mcp_vendedor_vicercom]
url = "https://iap.vicercom.com/api/mcp/vendedor"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp_vendedor_vicercom": {
"type": "http",
"url": "https://iap.vicercom.com/api/mcp/vendedor"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp_vendedor_vicercom
Remote MCP URL: https://iap.vicercom.com/api/mcp/vendedor
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": {
"mcp_vendedor_vicercom": {
"url": "https://iap.vicercom.com/api/mcp/vendedor"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp_vendedor_vicercom": {
"type": "http",
"url": "https://iap.vicercom.com/api/mcp/vendedor"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp_vendedor_vicercom",
"transport": "streamable-http",
"url": "https://iap.vicercom.com/api/mcp/vendedor"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
vendedor_perfil— Devuelve el perfil del MCP Vendedor Vicercom: rol comercial especialista, fuente de verdad, limites, capacidades y forma de continuar.vendedor_buscar_servicios— Busca productos y servicios Vicercom en el catalogo publico estructurado usando una necesidad empresarial, terminos o capacidades.vendedor_detalle_servicio— Explica un servicio Vicercom por id/slug con problema, resultado, capacidades, integraciones, requisitos, estado, precio publicado cuando existe, limites y siguiente paso comercial.vendedor_evaluar_necesidad— Actua como vendedor especialista de primera linea: contrasta una necesidad empresarial con el catalogo real, explica por que encajan las alternativas y distingue capacidades disponibles, por proyecto o en preparacion.vendedor_preparar_cotizacion— Prepara una pre-cotizacion no vinculante de un servicio usando exclusivamente precios y requisitos publicados.