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.
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.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
5 toolsget_cartInspect
Get the cart including items, shipping options, discount info, and checkout url for a given cart id
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | Yes | Shopify 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.
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ISO 3166-1 alpha-2 country code for which to return localized results (e.g., 'US', 'CA', 'GB'). | |
| options | No | Variant 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. | |
| language | No | ISO 639-1 language code for which to return localized results (e.g., 'EN', 'FR', 'DE'). | |
| product_id | Yes | The 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).
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | MCP transport metadata for UCP agent discovery. | |
| catalog | No | Catalog 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?"
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A natural language query. | |
| context | No | Additional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | A note or special instructions for the cart. Optional - can ask if customer wants to add special instructions. | |
| cart_id | No | Identifier for the cart being updated. If not provided, a new cart will be created. | |
| add_items | No | Items to add to the cart. Required when creating a new cart. | |
| update_items | No | Existing cart line items to update quantities for. Use quantity 0 to remove an item. | |
| buyer_identity | No | Information about the buyer including email, phone, and delivery address. | |
| discount_codes | No | Discount or promo codes to apply to the cart. Only prompt if customer mentions having a discount code. | |
| gift_card_codes | No | Gift card codes to apply to the cart. Only prompt if customer mentions having a gift card. | |
| remove_line_ids | No | List of line item IDs to remove explicitly. | |
| delivery_addresses_to_add | No | Information about the delivery addresses to add. | |
| selected_delivery_options | No | The delivery options to select for the cart. | |
| delivery_addresses_to_replace | No | Delivery addresses to apply to the cart, replaces all existing cart delivery addresses. Removes all delivery addresses when empty. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!