eCommerce
luas.app
This server provides product search, personalized recommendations, Stripe checkout, FAQ, and blog articles for Manual das Luas, an e-commerce platform for gift cards.
ENDPOINT 1
https://luas.app/api/mcp
MCP server metadata
- Name
- Manual das Luas MCP Server
- Version
- 1.0.0
Known tools 9
search_productsSearch and list available products and gift cards from Manual das Luas (luas.app).
Inferred read-onlyget_recommendationsGet personalized product recommendations based on occasion, budget, and relationship type.
Inferred read-onlycreate_checkoutCreate a Stripe checkout session to purchase a gift card (Presente Lunar) from Manual das Luas.
Potential side effectsget_faqGet frequently asked questions about Manual das Luas, including information about the app, gift cards, pricing, and features.
Inferred read-onlyget_blog_articlesGet AEO-optimized blog articles about menstrual cycles, lunar phases, couple wellness, and digital gifts.
Inferred read-onlyget_seasonal_campaignsGet active seasonal campaigns with discount coupons and special offers.
Inferred read-onlyget_lunar_phaseGet the current lunar phase and associated wellness tips from Manual das Luas.
Inferred read-onlybrowse_gift_catalogBrowse the Gift Card Catalog from Manual das Luas Service Catalog.
Inferred read-onlypurchase_gift_cardPurchase a gift card from the Manual das Luas Service Catalog.
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.manual-das-luas-mcp-server]
url = "https://luas.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"manual-das-luas-mcp-server": {
"type": "http",
"url": "https://luas.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: manual-das-luas-mcp-server
Remote MCP URL: https://luas.app/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": {
"manual-das-luas-mcp-server": {
"url": "https://luas.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"manual-das-luas-mcp-server": {
"type": "http",
"url": "https://luas.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "manual-das-luas-mcp-server",
"transport": "streamable-http",
"url": "https://luas.app/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 luas.app was fetched 2026-09-01T00:42:51.041Z.
luas.app 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.