Description

The Derma Co helps you discover and shop personalized skincare and haircare products. Browse sunscreens, serums, face washes, and more tailored to your skin type and concerns like acne, pigmentation, and open pores. Find the right products, add them to your cart, and checkout seamlessly — all within ChatGPT.

Website Preview

Screenshot of The Derma Co website

App Screenshots

Capabilities

No special capabilities listed

AI Agent Discovery

The Derma Co is indexed by Tedix as a structured lifestyle listing for AI assistants, search crawlers, and users comparing agent-ready apps.

  • The Derma Co is categorized as Lifestyle.
  • Developer: Honasa Consumer Limited.
  • Connector type: AI-Powered App.
  • Current connector status: Connected.
  • Observed distribution channels: chatgpt.
  • Available regions: US, FR, ES, KR, IN, GB.

Use this page to understand whether The Derma Co is relevant for lifestyle workflows in AI assistants.

For MCP discovery, this listing helps crawlers connect The Derma Co to tool, resource, prompt, and server-health signals instead of treating it as a generic directory entry.

The canonical Tedix directory URL is https://tedix.dev/apps/the-derma-co/.

Crawlable Profile

Source and availability

Tedix identifies The Derma Co from Upstream Mcp tool source; Store sources: ChatGPT app store; Distribution: Ecosystem Directory. Availability is reported for US, FR, ES, KR, IN, GB.

Auth, tools, and actions

Authentication: Open Access. No special capability flags are currently listed. Current MCP inventory reports 10 tools, 1 resources, and 0 prompts.

  • add_to_cart · External-world action

    Add a product to the shopping cart. IMPORTANT: productId must be the `id` field from product-search results. If cartId is omitted, a new cart is created — its ID is returned in the response. Pass this cartId to all subsequent cart operations.

  • clear_cart · High-impact write action

    Remove all items from the cart. Removes all line items from the Shopify cart.

  • create_checkout · High-impact write action

    Create a Razorpay order from the cart and return a hosted checkout URL. Pass either cartId (from add_to_cart) OR cartItems array directly. For Shopify: cartItems lets you skip the add_to_cart step entirely.

  • get_filter_options · Read-only action

    Get available filter values (categories, brands, tags, sizes, colors, price range) for the store. Call this tool before search_products when the user mentions specific brands, categories, sizes, colors, or other product attributes. WORKFLOW: 1. User mentions a filter (brand/category/size/color/tags) — call this tool first. 2. Use exact values from the response. 3. Call search_products with the user's query and those exact filter values. 4. Always follow this tool with a search_products call — never stop here. RETURNS: - productTypes: available categories (e.g., ['T-Shirts', 'Jeans', 'Phones']) - vendors: available brands (e.g., ['Nike', 'Adidas', 'Apple']) - tags: available tags (e.g., ['sale', 'new-arrival', 'bestseller']) - priceRange: {min, max} bounds - variantOptions: sizes, colors, materials (e.g., [{name: 'Size', values: ['S', 'M', 'L']}]) EXAMPLES: 'show me nike shoes' → get_filter_options, then search_products({query: 'shoes', vendor: 'Nike'}) 'blue t-shirts on sale' → get_filter_options, then search_products({query: 't-shirts', tags: ['sale'], variantOptions: [{name: 'Color', value: 'Blue'}]})

  • get_order_status · Read-only action

    Get order status and details using a Razorpay order ID. Returns order information including items, shipping address, payment status, and fulfillment status. Use this when the user asks about their order with an order ID.

  • get_product_details · Read-only action

    Show detailed information for a specific product. Use this tool when the user wants to see more details about a single product, view product images, or check available variants (sizes, colors). Use the productId from the search results.

  • remove_from_cart · High-impact write action

    Remove a product from the cart or reduce its quantity.

  • Search and Browse Products · Read-only action

    **Product Search Results**: The interactive widget above shows your filtered product results. You can browse products, apply additional filters, add items to cart, and complete checkout. The widget automatically updates based on your search criteria and applied filters.

Plus 2 additional actions in the full tool inventory.

Verification freshness

  • Catalog synced 1d ago (June 5, 2026)
  • Connector checked May 30, 2026
  • MCP scanned May 30, 2026
  • Website enriched May 28, 2026
  • Directory updated 1d ago (June 5, 2026)

Alternatives and related apps

Comparable apps in Lifestyle include 12andus Astrology, A-Z Dog Breeds, ASOS Stylist, AccuWeather®.

Publisher Intelligence

Insights and recommendations for app publishers. See how your app performs and how to improve discoverability.

Server Status Chat2Checkout v0.1.0

10
Tools
1
Resources
0
Prompts
https://thedermacompany.agent.razorpay.com/mcp

Last checked: May 30, 2026

Technical Details
Connection Latency 1.5s
30-Day Uptime 100.0%

Tools(10)

Showing 10 of 10 tools

Sorted by toolName
ToolDescriptionFlagsTestLast Tested
add_to_cart
Add a product to the shopping cart. IMPORTANT: productId must be the `id` field from product-search results. If cartId is omitted, a new cart is created — its ID is returned in the response. Pass this cartId to all subsequent cart operations.
100%Latency 2.0s
May 29, 2026
clear_cart
Remove all items from the cart. Removes all line items from the Shopify cart.
destructive
100%Latency 570ms
May 29, 2026
create_checkout
Create a Razorpay order from the cart and return a hosted checkout URL. Pass either cartId (from add_to_cart) OR cartItems array directly. For Shopify: cartItems lets you skip the add_to_cart step entirely.
destructive
100%Latency 467ms
May 29, 2026
get_filter_options
Get available filter values (categories, brands, tags, sizes, colors, price range) for the store. Call this tool before search_products when the user mentions specific brands, categories, sizes, colors, or other product attributes. WORKFLOW: 1. User mentions a filter (brand/category/size/color/tags) — call this tool first. 2. Use exact values from the response. 3. Call search_products with the user's query and those exact filter values. 4. Always follow this tool with a search_products call — never stop here. RETURNS: - productTypes: available categories (e.g., ['T-Shirts', 'Jeans', 'Phones']) - vendors: available brands (e.g., ['Nike', 'Adidas', 'Apple']) - tags: available tags (e.g., ['sale', 'new-arrival', 'bestseller']) - priceRange: {min, max} bounds - variantOptions: sizes, colors, materials (e.g., [{name: 'Size', values: ['S', 'M', 'L']}]) EXAMPLES: 'show me nike shoes' → get_filter_options, then search_products({query: 'shoes', vendor: 'Nike'}) 'blue t-shirts on sale' → get_filter_options, then search_products({query: 't-shirts', tags: ['sale'], variantOptions: [{name: 'Color', value: 'Blue'}]})
read-only
100%Latency 918ms
May 29, 2026
get_order_status
Get order status and details using a Razorpay order ID. Returns order information including items, shipping address, payment status, and fulfillment status. Use this when the user asks about their order with an order ID.
read-only
100%Latency 909ms
May 29, 2026
get_product_details
Show detailed information for a specific product. Use this tool when the user wants to see more details about a single product, view product images, or check available variants (sizes, colors). Use the productId from the search results.
read-only
100%Latency 1.2s
May 29, 2026
remove_from_cart
Remove a product from the cart or reduce its quantity.
destructive
100%Latency 538ms
May 29, 2026
search_products
**Product Search Results**: The interactive widget above shows your filtered product results. You can browse products, apply additional filters, add items to cart, and complete checkout. The widget automatically updates based on your search criteria and applied filters.
read-only
100%Latency 865ms
May 29, 2026
update_cart_item
Update the quantity of a specific cart line item. Use quantity 0 to remove.
destructive
100%Latency 533ms
May 29, 2026
view_cart
Retrieve current cart contents, including items and quantities. Pass `pincode` (Shopify) or `areaCode` (Fynd) to also check delivery serviceability for all items in the cart.
read-only
100%Latency 580ms
May 29, 2026

Discoverability Score

65

Fair

65 of 100 — how easily AI agents find your app

  • Description quality
    20/20
  • Example prompts
    0/20
  • Keyword coverage
    0/15
  • Tool metadata
    20/20
  • Visual assets
    13/20
  • Endpoint health
    10/10
  • Data freshness
    15/15

How to Improve

Add at least 2 example prompts. Prompt examples strongly improve app matching and click-through intent.

Increase keyword coverage (discovery + trigger) to improve retrieval for long-tail queries.

Add at least 2 screenshots that show real workflows to increase confidence and conversion.

Read the full discoverability guide →

Technical Details

Status
ENABLED
Type
AI-Powered App
Auth
Open Access
Listed on
ChatGPT
Added
May 12, 2026
Last synced
1d ago
Last checked
May 30, 2026
Version
0.1.0
Distribution
Ecosystem Directory

Related Apps in Lifestyle

12andus Astrology
Apogeeks Pte. Ltd.

12andus Astrology delivers professional-grade astrological insights powered by precise calculations and personalized charts analysis. What You Can Explore Personality & Psychological Insights Discover your strengths, challenges, emotional patterns, and inner motivations based on your unique birth chart. Understand how you think, love, work, and make decisions through the lens of your planetary placements. Timing Guidance & Forecasts Receive personalized transit forecasts for up to one year ahead, revealing upcoming periods of growth, change, opportunity, or challenge. See when key planetary influences begin and end. Relationship Compatibility Explore the dynamics between you and anyone else through synastry analysis (how your charts interact) and composite charts (the unique energy your relationship creates together). For romantic relationships, understand the chemistry of attraction, emotional compatibility, communication styles, intimacy patterns, and long-term potential. The same depth of analysis applies to any relationship — family bonds, friendships, business partnerships, or professional collaborations. See where you naturally harmonize, where friction may arise, and how to navigate differences with greater awareness. Relationship Timing Go beyond static compatibility — see how transiting planets activate your composite chart, revealing the best times for important relationship milestones, conversations, or decisions. Key Features - Private Birth Data Storage — Securely save up to 50 birth charts under your account for instant access to readings without re-entering data - Birth Charts — Complete natal analysis including planets, houses, aspects, and retrograde positions - Transit Charts — Forecasts from 1 day to 365 days showing active planetary influences - Relationship Charts — Synastry and composite analysis between any two saved people - Relationship Forecasts — Transits to composite charts revealing relationship timing Unmatched Precision 12andus calculations consider the exact planetary positions based on your specific birth date, time, and place. When birth time is unknown, the system adapts intelligently, providing insights without house-dependent data. Holistic Readings Unlike fragmented interpretations that list placements one by one, 12andus synthesizes your chart holistically — weaving together planetary positions, aspects, and houses into a unified narrative that reflects how these energies actually work together in your life.

All app names, logos, and trademarks belong to their respective owners.