Description

Monnier Paris brings the curated luxury catalog into ChatGPT. Users can search by brand, product type, color, price, or size; view full product details; ask for similar pieces; and add items to a cart without leaving the conversation. Users can also view the current cart and remove selected product variants from the private in-widget cart. Categories include Bags, Shoes, Jewelry, Accessories, and Ready-to-Wear. The app works in English and French, localizes product names, descriptions, prices, and cart text, and routes checkout to the matching Monnier storefront. Browsing and cart building happen inside ChatGPT; the actual purchase happens on monnierparis.com under Monnier's standard payment, shipping, and customer-service flows.

Website Preview

Screenshot of Monnier Paris website

App Screenshots

Capabilities

No special capabilities listed

AI Agent Discovery

Monnier Paris is indexed by Tedix as a structured shopping listing for AI assistants, search crawlers, and users comparing agent-ready apps.

  • Monnier Paris is categorized as Shopping.
  • Developer: Gaia Suite.
  • Connector type: AI-Powered App.
  • Current connector status: Connected.
  • Observed distribution channels: chatgpt.
  • Available regions: US, FR, GB, ES, KR, IN.

Use this page to understand whether Monnier Paris is relevant for shopping workflows in AI assistants.

For MCP discovery, this listing helps crawlers connect Monnier Paris 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/monnier-paris/.

Crawlable Profile

Source and availability

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

Auth, tools, and actions

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

  • Add to Cart · App action

    Add a Monnier Paris product to the user's in-widget cart. Accepts product_id plus optional variant_id, variant_title, and quantity (default 1, max 10). The widget records the add client-side and persists it in the cart shared with search and details views. Use get_product_details first if the user wants a specific size or color so you can pass the right variant_id.

  • Get Product Details · Read-only action

    Get full details for a specific Monnier Paris product by its ID.

  • Recommend Similar Products · Read-only action

    Given a product ID, return up to 12 visually or categorically similar Monnier Paris products. Optionally cap by max_price (EUR).

  • Remove from Cart · High-impact write action

    Remove a product from the user's in-widget cart. Requires product_id plus variant_id (the same variant_id used in add_to_cart, visible in _meta.viewState.items[].variantId from prior tool calls). Pass quantity to remove a specific number of units; omit it to remove all units of that variant. The widget records the removal client-side and persists the updated cart shared across views.

  • Search Monnier Paris Products · Read-only action

    Search the Monnier Paris luxury catalog with a free-text query. Product type and material go through `query` — typos are tolerated. Structured filters: `brand` (e.g. 'Balenciaga'), `category` (e.g. 'Bags'), `color` (exact), `price_min`/`price_max` (EUR), `size` (per-SKU availability check), and `sort_by`. Returns up to `limit` results (default 12, max 24). Issue one search per user request: each call renders a new product carousel, so don't re-call speculatively to broaden or rephrase. Only search again when the user explicitly asks to change criteria, narrow down, or paginate; otherwise reuse the results already on screen and ask the user to clarify if they look off.

  • View Cart · Read-only action

    Open the Monnier Paris cart widget showing the user's current cart contents. Call this whenever the user asks to view, open, see, check, or review their cart (e.g. 'view my cart', 'what's in my cart', 'show me my cart'). The cart persists in widget state across tool calls; this tool just re-mounts the cart view and does not mutate anything. The widget renders the items; refer to `_meta.widgetState` from prior tool calls if you need to talk about contents.

Verification freshness

  • Catalog synced 10h ago (June 6, 2026)
  • Connector checked May 30, 2026
  • MCP scanned May 30, 2026
  • Website enriched May 28, 2026
  • Directory updated 10h ago (June 6, 2026)

Alternatives and related apps

Comparable apps in Shopping include 1800Flowers, Access Yami, Appy Coupons, Autoinsurance.net.

Publisher Intelligence

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

Server Status monnier-paris v2026.05.27.21

6
Tools
12
Resources
0
Prompts
https://mcp.monnierparis.com/mcp

Last checked: May 30, 2026

Technical Details
Connection Latency 134ms
30-Day Uptime 100.0%

Tools(6)

Showing 6 of 6 tools

Sorted by toolName
ToolDescriptionFlagsTestLast Tested
add_to_cart
Add a Monnier Paris product to the user's in-widget cart. Accepts product_id plus optional variant_id, variant_title, and quantity (default 1, max 10). The widget records the add client-side and persists it in the cart shared with search and details views. Use get_product_details first if the user wants a specific size or color so you can pass the right variant_id.
100%Latency 282ms
May 29, 2026
get_product_details
Get full details for a specific Monnier Paris product by its ID.
read-only
100%Latency 188ms
May 29, 2026
recommend_similar
Given a product ID, return up to 12 visually or categorically similar Monnier Paris products. Optionally cap by max_price (EUR).
read-only
100%Latency 189ms
May 29, 2026
remove_from_cart
Remove a product from the user's in-widget cart. Requires product_id plus variant_id (the same variant_id used in add_to_cart, visible in _meta.viewState.items[].variantId from prior tool calls). Pass quantity to remove a specific number of units; omit it to remove all units of that variant. The widget records the removal client-side and persists the updated cart shared across views.
destructive
100%Latency 188ms
May 29, 2026
search_products
Search the Monnier Paris luxury catalog with a free-text query. Product type and material go through `query` — typos are tolerated. Structured filters: `brand` (e.g. 'Balenciaga'), `category` (e.g. 'Bags'), `color` (exact), `price_min`/`price_max` (EUR), `size` (per-SKU availability check), and `sort_by`. Returns up to `limit` results (default 12, max 24). Issue one search per user request: each call renders a new product carousel, so don't re-call speculatively to broaden or rephrase. Only search again when the user explicitly asks to change criteria, narrow down, or paginate; otherwise reuse the results already on screen and ask the user to clarify if they look off.
read-only
100%Latency 185ms
May 29, 2026
view_cart
Open the Monnier Paris cart widget showing the user's current cart contents. Call this whenever the user asks to view, open, see, check, or review their cart (e.g. 'view my cart', 'what's in my cart', 'show me my cart'). The cart persists in widget state across tool calls; this tool just re-mounts the cart view and does not mutate anything. The widget renders the items; refer to `_meta.widgetState` from prior tool calls if you need to talk about contents.
read-only
100%Latency 196ms
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 27, 2026
Last synced
10h ago
Last checked
May 30, 2026
Version
2026.05.27.21
Distribution
Ecosystem Directory

Related Apps in Shopping

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