← conexcol.net.co

INDIVIDUAL MCP TOOL

get_product

Ficha completa de un plan por su nombre exacto: precio, ciclo, recursos, de qué fuente salió cada dato y cuándo se leyó.

conexcol.net.conone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.conexcol.net.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_product 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

conexcol.net.co

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.conexcol]
url = "https://mcp.conexcol.net.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "conexcol": {
      "type": "http",
      "url": "https://mcp.conexcol.net.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: conexcol
Remote MCP URL: https://mcp.conexcol.net.co/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": {
    "conexcol": {
      "url": "https://mcp.conexcol.net.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "conexcol": {
      "type": "http",
      "url": "https://mcp.conexcol.net.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "conexcol",
  "transport": "streamable-http",
  "url": "https://mcp.conexcol.net.co/mcp"
}
MCP Inspector

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

Related tools

  • search_products — Busca planes por categoría, presupuesto y recursos mínimos.
  • compare_products — Compara dos o más planes por nombre, uno al lado del otro.
  • quote — Cotiza un plan por cantidad y devuelve la aritmética, no sólo el total.
  • create_draft_order — Prepara un pedido y devuelve el enlace del carrito para que lo complete una persona.
  • catalog_status — Estado del catálogo: cuándo se generó, si está fresco, y si cada fuente se pudo leer.
  • get_infrastructure_facts — Dónde está la infraestructura y qué se puede afirmar sobre ella.
  • get_sla — El SLA de soporte técnico: dónde está y cómo usarlo.
  • get_policies — Términos y condiciones, política de tratamiento de datos y demás documentos legales, con sus direcciones canónicas.