← luas.app

INDIVIDUAL MCP TOOL

browse_gift_catalog

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

luas.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

luas.app

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

.mcp.json

{
  "mcpServers": {
    "luas-app": {
      "type": "http",
      "url": "https://luas.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: luas-app
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": {
    "luas-app": {
      "url": "https://luas.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "luas-app",
  "transport": "streamable-http",
  "url": "https://luas.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search and list available products and gift cards from Manual das Luas (luas.app).
  • get_recommendations — Get personalized product recommendations based on occasion, budget, and relationship type.
  • create_checkout — Create a Stripe checkout session to purchase a gift card (Presente Lunar) from Manual das Luas.
  • get_faq — Get frequently asked questions about Manual das Luas, including information about the app, gift cards, pricing, and features.
  • get_blog_articles — Get AEO-optimized blog articles about menstrual cycles, lunar phases, couple wellness, and digital gifts.
  • get_seasonal_campaigns — Get active seasonal campaigns with discount coupons and special offers.
  • get_lunar_phase — Get the current lunar phase and associated wellness tips from Manual das Luas.
  • purchase_gift_card — Purchase a gift card from the Manual das Luas Service Catalog.