Skip to main content
Glama

Estroni Storefront

Server Details

UCP agentic-commerce proxy for Estroni: merino & low-tox women's activewear catalogue.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
estroni/storefront-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

5 tools
get_cartInspect

Get the cart including items, shipping options, discount info, and checkout url for a given cart id

ParametersJSON Schema
NameRequiredDescriptionDefault
cart_idYesShopify cart id, formatted like: gid://shopify/Cart/c1-66330c6d752c2b242bb8487474949791?key=fa8913e951098d30d68033cf6b7b50f3
get_product_detailsInspect

Look up a product by ID. Pass the 'options' parameter to select a specific variant for the product card. Without options, the first available variant is returned.

ParametersJSON Schema
NameRequiredDescriptionDefault
countryNoISO 3166-1 alpha-2 country code for which to return localized results (e.g., 'US', 'CA', 'GB').
optionsNoVariant options to select a specific variant, e.g. {"Size": "10", "Color": "Black"}. Without options, the first available variant is returned. Option matching is case-insensitive and partial options are accepted.
languageNoISO 639-1 language code for which to return localized results (e.g., 'EN', 'FR', 'DE').
product_idYesThe product ID, e.g. gid://shopify/Product/123
search_catalogInspect

Search for products from the online store, hosted on Shopify.

This tool can be used to search for products using natural language queries, specific filter criteria, or both. At least one of query or filters must be provided.

Results are paginated, with initial results limited to improve experience. Use the pagination.cursor from the response to fetch additional pages when users request more results.

Response conforms to the UCP catalog search capability (dev.ucp.shopping.catalog.search).

ParametersJSON Schema
NameRequiredDescriptionDefault
metaNoMCP transport metadata for UCP agent discovery.
catalogNoCatalog search parameters.
search_shop_policies_and_faqsInspect

Used to get facts about the stores policies, products, or services. Some examples of questions you can ask are:

  • What is your return policy?

  • What is your shipping policy?

  • What is your phone number?

  • What are your hours of operation?"

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesA natural language query.
contextNoAdditional information about the request such as user demographics, mood, location, or other relevant details that could help in tailoring the response appropriately.
update_cartInspect

Perform updates to a cart, including adding/removing/updating line items, buyer information, shipping details, discount codes, gift cards and notes in one consolidated call. Shipping options become available after adding items and delivery address. When creating a new cart, only addItems is required.

ParametersJSON Schema
NameRequiredDescriptionDefault
noteNoA note or special instructions for the cart. Optional - can ask if customer wants to add special instructions.
cart_idNoIdentifier for the cart being updated. If not provided, a new cart will be created.
add_itemsNoItems to add to the cart. Required when creating a new cart.
update_itemsNoExisting cart line items to update quantities for. Use quantity 0 to remove an item.
buyer_identityNoInformation about the buyer including email, phone, and delivery address.
discount_codesNoDiscount or promo codes to apply to the cart. Only prompt if customer mentions having a discount code.
gift_card_codesNoGift card codes to apply to the cart. Only prompt if customer mentions having a gift card.
remove_line_idsNoList of line item IDs to remove explicitly.
delivery_addresses_to_addNoInformation about the delivery addresses to add.
selected_delivery_optionsNoThe delivery options to select for the cart.
delivery_addresses_to_replaceNoDelivery addresses to apply to the cart, replaces all existing cart delivery addresses. Removes all delivery addresses when empty.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.