← Registry

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.

x402 supported1 endpoint9 known toolsFirst detected July 10, 2026Last detected August 15, 2026

ENDPOINT 1

https://luas.app/api/mcp

No auth detected

MCP server metadata

Name
Manual das Luas MCP Server
Version
1.0.0
Capabilities
toolsresources

Known tools 9

search_products

Search and list available products and gift cards from Manual das Luas (luas.app).

Inferred read-only
get_recommendations

Get personalized product recommendations based on occasion, budget, and relationship type.

Inferred read-only
create_checkout

Create a Stripe checkout session to purchase a gift card (Presente Lunar) from Manual das Luas.

Potential side effects
get_faq

Get frequently asked questions about Manual das Luas, including information about the app, gift cards, pricing, and features.

Inferred read-only
get_blog_articles

Get AEO-optimized blog articles about menstrual cycles, lunar phases, couple wellness, and digital gifts.

Inferred read-only
get_seasonal_campaigns

Get active seasonal campaigns with discount coupons and special offers.

Inferred read-only
get_lunar_phase

Get the current lunar phase and associated wellness tips from Manual das Luas.

Inferred read-only
browse_gift_catalog

Browse the Gift Card Catalog from Manual das Luas Service Catalog.

Inferred read-only
purchase_gift_card

Purchase a gift card from the Manual das Luas Service Catalog.

Potential side effects

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.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.

Trust status Neutral

luas.app 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.