eCommerce
lunelleify.com
Provides product search, details, store policies, and checkout link generation for an e-commerce store.
ENDPOINT 1
https://lunelleify.com/api/mcp
MCP server metadata
- Name
- Lunelleify storefront
- Version
- 1.0.0
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
get_productFull details for one product by handle: description, variants with prices and availability, options, specs and FAQ.
Inferred read-onlyget_store_policiesThe store's shipping, return, terms and privacy policies plus contact info, as plain text.
Inferred read-onlycreate_checkout_linkBuild a checkout URL that pre-fills the cart with the given variants.
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.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.
lunelleify.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.