← Registry

eCommerce

lunelleify.com

Provides product search, details, store policies, and checkout link generation for an e-commerce store.

1 endpoint4 known toolsFirst detected August 15, 2026Last detected August 15, 2026

ENDPOINT 1

https://lunelleify.com/api/mcp

No auth detected

MCP server metadata

Name
Lunelleify storefront
Version
1.0.0
Capabilities
tools
Server instructions

Catalog tools for the Lunelleify online store. Use search_products to find items, get_product for details and variant ids, get_store_policies for shipping/returns, and create_checkout_link to hand the customer a ready-to-pay cart.

Known tools 4

search_products

Search the store's product catalog.

Inferred read-only
get_product

Full details for one product by handle: description, variants with prices and availability, options, specs and FAQ.

Inferred read-only
get_store_policies

The store's shipping, return, terms and privacy policies plus contact info, as plain text.

Inferred read-only
create_checkout_link

Build a checkout URL that pre-fills the cart with the given variants.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "lunelleify-storefront",
  "transport": "streamable-http",
  "url": "https://lunelleify.com/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 lunelleify.com was fetched 2026-08-23T14:06:29.312Z.

Trust status Neutral

lunelleify.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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