Ecommerce
Stamped
Connect Stamped once and hand every teammate a governed MCP endpoint with 26 tools ready to call from Claude, ChatGPT, Cursor, or any MCP client, inside the same permissions they already have, with every call checked and logged.
See it in Elaichi
What connecting Stamped gets you
6 screens from the product, each doing one job for your Stamped account.
The agent
Ask Stamped questions, get answers instantly.
Type a question in plain language and get answers pulled from live Stamped records.
- customers
- products
- orders
- reviews
Ask Elaichi to work across your apps.
Which customers placed orders in the last 7 days?
List all products with fewer than 10 reviews.
Show me order status for customer Jane Doe.
Also runs in Claude, ChatGPT or Cursor
MCP clients
One endpoint connects every client to Stamped.
Claude, ChatGPT and Cursor reach Stamped through one governed org endpoint, no shared keys.
Copy the endpoint
Tool catalogue
26 Stamped tools, ready with no code.
Customers, products and orders covered in full, with no integration work required.
- create_a_stamped_customer
- list_all_stamped_customers
- get_single_stamped_customer_by_id
- update_a_stamped_customer_by_id
Toolboxes
Every team gets its own Stamped toolbox.
Toolboxes scope which Stamped tools each team can reach.
- Support
- Marketing
- Merchandising
- Operations
Shared connections
Teammates use Stamped without seeing credentials.
The connections table shows who connected each account and how many teams share it.
- Storefront US
- Storefront EU
- Wholesale
- Marketplace
Audit log
Every Stamped call is logged and traceable.
The audit log records when, who, what happened, type and resource for every Stamped call.
- When
- Who
- What happened
- Resource
Automations & dashboards
From answering questions to doing the work
A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards ship on the Black plan.
Automations
A schedule starts real work in Stamped.
Six steps run from trigger to approval, then post the digest back to Stamped.
Stamped digest
Run 418 · started 2 minutes ago · on behalf of Emma Laurent
-
✓
Schedule
Every weekday at 08:00
0.2s -
✓
Fetch customers
Stamped
1.4s -
✓
Group by owner
Transform
0.1s -
✓
Draft the digest
Agent step
Ran with 4 tools, returned a structured summary
6.2s -
Approve the digest
Needs approval
Assigned to Michael Brennan
Approve Deny -
Post the digest
Stamped
Queued
Collections and dashboards
Stamped's health, computed on a schedule.
Four metrics and a 14 day chart of records created, broken down by team.
Stamped health
Refreshed 4 minutes ago · every 15 minutes · from the customers collection
Customers
1,284 ↓ 12%
Products
96 ↓ 8%
Needs attention
3 ↑ 2
Updated this week
412 ↑ 9%
Customers created
Last 14 days
By workspace
Share of activity
Storefront US 34%
Storefront EU 27%
Wholesale 21%
Marketplace 18%
AI tools
Stamped tools for your AI agents
26 tools are ready to call through Elaichi's MCP endpoint the moment you connect Stamped, governed by the same roles, restrictions, and audit log as everything else in Elaichi.
create_a_stamped_customer
Create a Stamped customer for a shop. Returns the created customer including customerId, email, firstName, lastName, tags, addresses, and loyalty activity. Required: shop_id.
list_all_stamped_customers
List Stamped customers for a shop with optional filters. Returns customers with customerId, email, firstName, lastName, and loyalty activity. Required: shop_id.
get_single_stamped_customer_by_id
Get a Stamped customer by id. Returns the customer record with customerId, email, firstName, lastName, tags, addresses, and loyalty activity. Required: id and shop_id.
update_a_stamped_customer_by_id
Update a Stamped customer by id. Returns the updated customer with customerId, email, firstName, lastName, tags, addresses, and loyalty activity. Required: id and shop_id.
delete_a_stamped_customer_by_id
Delete a Stamped customer by id. Returns: softDelete, openapi, info, security, servers, paths, components. Required: id and shop_id.
create_a_stamped_product
Create a Stamped product in the specified shop. Returns the created product object including productId, title, status, vendor, tags, variants, and images. Required: shop_id and a JSON product body (title, status, vendor, customProductId, publishedScope, tags, variants, images, and more are accepted).
list_all_stamped_products
List and filter Stamped products in a shop by Shopify/Bigcommerce/custom product id, publishedScope, status, title, vendor, type, handle, or tags. Returns each product with productId, title, status, vendor, handle, tags, variants, and images. Required: shop_id.
get_single_stamped_product_by_id
Get a single Stamped product by id in a shop. Returns the full product object including productId, title, status, vendor, handle, tags, variants, and images. Required: shop_id and id (the productId generated by Stamped on product creation).
update_a_stamped_product_by_id
Update a Stamped product by id in a shop. Returns the updated product object including productId, title, status, vendor, tags, variants, and images. Required: shop_id, id, and a JSON product body.
delete_a_stamped_product_by_id
Delete a Stamped product by id in a shop. Returns a confirmation object with softDelete indicating whether the product was soft-deleted. Required: shop_id and id (the productId generated by Stamped on product creation).
create_a_stamped_order
Create a new order in Stamped. Returns the created order object including orderId, customerId, currency, cartStates, and tags. Required: shop_id.
list_all_stamped_orders
List orders for a Stamped shop (Filter Orders). Returns each order with orderId, customerId, currency, cartStates, and tags. Required: shop_id.
get_single_stamped_order_by_id
Get a single Stamped order by id. Returns the order object including orderId, customerId, currency, cartStates, and tags. Required: id and shop_id.
update_a_stamped_order_by_id
Update a Stamped order's cart state — line items, financial/fulfillment status, discounts, and shop price totals — by id. Returns the updated order including orderId, customerId, currency, cartStates, and tags. Required: shop_id, id.
delete_a_stamped_order_by_id
Delete a Stamped order by id (the orderId generated by Stamped on order creation). Returns: softDelete, openapi, info, security, servers, paths, components. Required: shop_id, id.
list_all_stamped_customers_lookup
Look up a Stamped customer in a shop by email or a matching platform or custom customer identifier. Returns the matched customer including customerId, email, firstName, lastName, tags, addresses, and activity. Required: shop_id.
list_all_stamped_orders_lookup
Look up a Stamped order by customOrderId, or by a matching shopifyId or bigcommerceId. Returns the order including orderId, customerId, currency, orderEntries, and cartStates. Required: shop_id.
list_all_stamped_products_lookup
Look up a Stamped product in a shop by its platform or custom product identifier. Returns the full product object including productId, title, status, vendor, tags, variants, and images. Required: shop_id.
update_a_stamped_loyalty_customer_by_id
Adjust a customer's VIP tier in Stamped Loyalty. Returns the resulting activity entry: activityId, customerId, dateCreated, rule, and activity (points debit/credit). Requires shop_id, customer_id, and tierName (exact tier name match).
stamped_loyalty_customers_trigger
Trigger a loyalty activity rule for a specific customer in Stamped. Returns: customerId, ruleId, activityId, pointsAdded, openapi, info, security, servers, paths, components. Requires shop_id and customer_id.
create_a_stamped_loyalty_customer
Manually adjust a customer's points balance in Stamped Loyalty, adding or subtracting points. Returns the resulting activity entry: activityId, customerId, dateCreated, rule, and activity (points debit/credit). Requires shop_id, customer_id, and points.
delete_a_stamped_loyalty_customer_by_id
Void a previously issued loyalty coupon for a customer in Stamped. Returns the reward record: rewardId, customerId, status, couponCode, value, dateCreated, and dateOfExpiry. Required: id (coupon code), shop_id, customer_id.
list_all_stamped_loyalty_activities
List loyalty activities recorded in a Stamped shop's points ledger. Returns: activityId, customerId, dateCreated, rule, activity. Required: shop_id.
create_a_stamped_loyalty_activity
Trigger a custom Stamped loyalty activity for a customer by firing a custom activity rule. Returns: customerId, ruleId, activityId, pointsAdded, openapi, info, security, servers, paths, components. Required: shop_id. Pass email to identify the customer and campaignId to identify the custom activity rule being triggered.
list_all_stamped_loyalty_rewards
List Stamped loyalty rewards for a shop. Returns each reward with rewardId, customerId, status, title, description, couponCode, value, dateCreated, and dateOfExpiry. Required: shop_id.
create_a_stamped_loyalty_redemption
Redeem a loyalty reward for a Stamped customer, debiting the points required by the reward rule (optionally pass points for variable-value rewards). Returns the activity record with its activityId, customerId, dateCreated, the redeemed reward rule, and the points activity. Required: shop_id, customer_id, reward_id.
No tools match your search.
How it works
From Stamped account to governed MCP endpoint
Connect
Link a Stamped account through Elaichi's hosted connect flow. Credentials are vaulted, so nobody, including the AI, ever sees them.
Compose
The connection becomes a toolbox instantly. Curate which Stamped tools are exposed, rename them, or freeze arguments.
Authorize
Point Claude, ChatGPT, Cursor, or any MCP client at the one Elaichi endpoint and sign in with OAuth, governed by roles, restrictions, and audit logs.
Put your agents to work in the tools you already use
Start a 14-day Gold trial. Connect a product, curate a toolbox, and paste a governed MCP endpoint into Claude, ChatGPT, or Cursor in minutes.