eCommerce
pepchile.com
Provides product search, details, shipping quotes, and order tracking for an e-commerce research chemical store.
ENDPOINT 1
https://pepchile.com/api/mcp
MCP server metadata
- Name
- pepchile
- Version
- 1.0.0
PepChile sells research-grade peptides in Chile, priced in CLP with IVA included and shipped domestically. Use this server for: live price and stock of a peptide in Chile, which compound fits a research goal, reconstitution volume in mL, Janoshik purity certificates, domestic shipping quotes by commune, and order status given an order number plus the email on that order. Do not use it for medical advice or prescribing, shipping outside Chile, competitor catalogs, or placing an order (checkout needs a human). Prices are always CLP. Product URL slugs drop the dose ("bpc-157"); database ids keep it ("bpc-157-10mg"). get_product accepts either. Full guidance: https://pepchile.com/.well-known/agent-instructions.md
Known tools 4
search_productsSearch the PepChile catalog by compound name, category or research goal (weight loss, recovery, longevity, cognition, energy).
Inferred read-onlyget_productFull 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.
Inferred read-onlyget_shipping_quoteLive shipping quote to a Chilean commune via Starken, Blue Express and Chilexpress.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://pepchile.com
MCP server metadata
- Name
- WebMCP
Known tools 3
get_productGet full details for a specific product slug (price, stock, purity, image).
Inferred read-onlyget_shipping_quoteLive shipping quote for Blue Express, Starken and Chilexpress to a Chilean destination.
Inferred read-onlyget_order_statusLook up the status of an order by order number and the email used on the order.
Potential side effectsCONNECT 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.webmcp]
url = "https://pepchile.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://pepchile.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://pepchile.com
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": {
"webmcp": {
"url": "https://pepchile.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://pepchile.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://pepchile.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.