← Registry

eCommerce

andresperrier.cl

Provides tools to access and manage an online store's products and categories.

1 endpoint6 known tools

ENDPOINT 1

https://www.andresperrier.cl/api/mcp

No auth detected

Known tools 6

get_store_info

Get public store information including name, URL, country, currency, description, and logo.

Inferred read-only
list_products

List available products in the store.

Inferred read-only
get_product

Get a product by permalink (URL slug).

Inferred read-only
search_products

Search products by query string.

Inferred read-only
list_categories

List product categories visible in the store navigation.

Inferred read-only
get_category

Get a category by permalink (URL slug).

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "andresperrier-cl": {
      "type": "http",
      "url": "https://www.andresperrier.cl/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "andresperrier-cl",
  "transport": "streamable-http",
  "url": "https://www.andresperrier.cl/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for andresperrier.cl was fetched 2026-08-04T01:45:27.973Z and is being refreshed.

Trust status Trusted

andresperrier.cl is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.