← pepchile.com

INDIVIDUAL MCP TOOL

get_product

Full details for one product by its URL slug ('bpc-157') or its database id with the dose suffix ('bpc-157-10mg'): price in CLP, stock, purity, description, reconstitution volume in mL and canonical URL.

pepchile.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://pepchile.com/api/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.

  • A tool name or description suggests retrieving external content.

Parent server

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

.mcp.json

{
  "mcpServers": {
    "pepchile": {
      "type": "http",
      "url": "https://pepchile.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_products — Search the PepChile catalog by compound name, category or research goal (weight loss, recovery, longevity, cognition, energy).
  • get_shipping_quote — Live shipping quote to a Chilean commune via Starken, Blue Express and Chilexpress.
  • get_order_status — Status, courier and tracking for one order.