← ilcaf-chile.com

INDIVIDUAL MCP TOOL

get_category

Get a category by permalink (URL slug).

ilcaf-chile.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

ilcaf-chile.com

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.ilcaf-chile-com]
url = "https://www.ilcaf-chile.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ilcaf-chile-com": {
      "type": "http",
      "url": "https://www.ilcaf-chile.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ilcaf-chile-com
Remote MCP URL: https://www.ilcaf-chile.com/api/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": {
    "ilcaf-chile-com": {
      "url": "https://www.ilcaf-chile.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ilcaf-chile-com": {
      "type": "http",
      "url": "https://www.ilcaf-chile.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ilcaf-chile-com",
  "transport": "streamable-http",
  "url": "https://www.ilcaf-chile.com/api/mcp"
}
MCP Inspector

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

Related tools

  • get_store_info — Get public store information including name, URL, country, currency, description, and logo.
  • list_products — List available products in the store.
  • get_product — Get a product by permalink (URL slug).
  • search_products — Search products by query string.
  • list_categories — List product categories visible in the store navigation.