Store & CheckoutReal-time shipping at checkout
Show the real Correios price and delivery time right in the cart, calculated on the spot for the customer's ZIP code. Fewer abandoned carts and no shipping surprises.
Prompt
Add real-time Correios shipping to my checkout.
When the customer enters the delivery ZIP code (CEP), quote shipping with the destination CEP and, for each cart item, name, quantity, unit price and weight in kg. The origin CEP and shipping services already come from my store's settings in meu ecommerce. Show the returned services (such as PAC and SEDEX) with the price in reais and the delivery time in business days, and let the customer choose before finishing.
In the published app, quote through the meu ecommerce REST API (POST /v1/rates, with the public key). While building, use meu ecommerce MCP to test with real quotes.
If the response comes back with no services, show a clear message and do not present free shipping by default. Handle an invalid CEP by asking for a correction, add the chosen shipping to the total and keep the layout responsive.
Store & CheckoutEmbeddable shipping calculator
A widget where visitors type their ZIP code and instantly see how much it costs and how long it takes. It removes the shipping objection before the purchase.
Prompt
Create a shipping calculator widget to embed on my site (home page or product page).
The visitor picks the product and types the CEP. Quote shipping with the destination CEP and the product's name, quantity, price and weight in kg; the origin CEP and services come from my store's settings in meu ecommerce. Show the returned services (such as PAC and SEDEX) with price and delivery time in business days, plus a button to buy.
The published widget quotes through the meu ecommerce REST API (POST /v1/rates, with the public key). Use meu ecommerce MCP to test with real values while building.
Keep the CEP to reuse at checkout and handle an invalid CEP and a response with no services with short messages. Make the widget light, responsive and easy to paste into the site.
Store & Checkout"Arrives in X days at your ZIP" on the product page
Show the real delivery time on the product page, before checkout. One of the strongest conversion triggers, calculated live for each customer's ZIP code.
Prompt
On my store's product page, add a delivery badge with a CEP field.
When the customer fills in the CEP, quote shipping with the product's name, price and weight in kg (the origin comes from my store's settings in meu ecommerce) and show a line like "Arrives within X business days at your CEP for R$ Y", highlighting the fastest service. Keep the CEP in the session to prefill checkout.
In the published app, the quote uses the meu ecommerce REST API (POST /v1/rates, with the public key).
If the CEP is invalid or there is no service for the destination, show a short, friendly notice. Keep the component fast and discreet in the product layout.
Store & CheckoutSales bot that quotes shipping in the chat
Your WhatsApp or Instagram agent quotes shipping live while it negotiates and closes the total price. It sells without pausing the conversation to 'check shipping later'.
Prompt
Create a sales agent for WhatsApp/Instagram that negotiates and closes orders, using meu ecommerce MCP.
When the customer shows interest and gives the product and the CEP, quote Correios shipping through the MCP (destination CEP and, for each item, name, quantity, price and weight in kg) and reply naturally with the price, the delivery time and the total (product + shipping). Offer the returned services, such as PAC and SEDEX, when it makes sense.
Handle an invalid CEP by asking for a correction and lead the customer to closing (payment link or order confirmation). Keep a friendly, objective sales tone.
Support & Post-saleSupport bot with tracking
Answer 'where is my order?' automatically, 24/7, with the current status in plain language. It removes the #1 ticket in ecommerce and frees up your team.
Prompt
Create a support agent that automatically answers "where is my order?", using meu ecommerce MCP.
Tracking is looked up by the Correios tracking code. If the customer gives the order number, look up that order's tracking code in my store before checking. Reply in plain language with the latest status, where the package is and the recent history. If there are no events yet, explain that the package may have just been posted, without saying it was delivered.
If it is late compared with the delivery time promised at purchase, acknowledge it with empathy and explain the next step. If the code is not found, ask the customer to confirm it. Offer to hand over to a human when the customer asks or when the case goes beyond tracking.
Support & Post-saleProactive delivery notifications
Notify the customer automatically at every step: posted, in transit, out for delivery, delivered. Less anxiety and fewer 'where is it' tickets before they happen.
Prompt
Build an automation that follows the tracking of shipped orders through meu ecommerce MCP and notifies the customer at every relevant status change (posted, in transit, out for delivery and delivered), on the channel I choose (WhatsApp or email).
Take the tracking codes of open orders from my store and check them in batches of up to 50 codes at a time. Compare the latest status with the previous one so you only notify when it changes.
Messages should be short, with the store's brand, the status and a tracking link. Handle exceptions that show up in the events (failed delivery attempt, package returned) with specific wording. Make it easy for me to configure which events trigger a message and the text of each one.
Support & Post-saleLate delivery radar
Find late orders before the customer complains and reach out first. It turns a delivery problem into a gesture of care.
Prompt
Create an automation that monitors in-transit orders through meu ecommerce MCP tracking and finds the late ones.
Take from my store the tracking codes and the delivery time promised at purchase for each order. Check the codes in batches of up to 50 and flag as late any undelivered order that passed the promised time or that has had no new event for more days than I define.
For each case, send the team an alert (Slack, email or a dashboard) with the order, the customer, the latest status and how many days it has been stuck, prioritizing the most critical. Group the alerts so the team is not overwhelmed.
Operations & ShippingBulk label issuance
Turn the day's ready orders into labels with pre-posting in one go, with tracking codes already saved. What used to take hours becomes one click.
Prompt
Create a bulk label issuance automation using meu ecommerce MCP.
Every day (or on demand), take from my store the paid orders that are ready to ship and, for each one, issue the Correios label through the MCP with the service, the weight in grams, the dimensions in centimeters, the sender, the recipient and the content declaration. Save the PDF and record the tracking code on the order.
If the label comes back without the PDF ready, keep the pre-posting ID and fetch the PDF later, without issuing again: every issuance creates a real pre-posting. Do not issue for an order that already has a pre-posting.
At the end, produce a summary of how many labels were issued, which ones failed and the reason returned. Handle errors per order without stopping the whole batch.
Operations & ShippingSmart PAC × SEDEX choice
For each order, the AI recommends the best service, cheapest or fastest according to your rule, and explains why. It saves on shipping without manual decisions.
Prompt
For each order, quote shipping through meu ecommerce MCP and recommend the best Correios service according to my rule ("cheapest", "fastest" or "best value").
Show the returned services side by side with price and delivery time, highlight the recommended one and explain why in one line. Let me define rules by order value range, region or product type.
When I turn on automatic mode, issue the label with the chosen service. Confirm with me before issuing while automatic mode is off. Operations & ShippingAutomatic shipping in your ERP/OMS
As soon as the order is paid, the AI quotes, issues the label and updates the order with the tracking code. Your shipping on autopilot.
Prompt
Integrate meu ecommerce MCP into my order flow (ERP/OMS) to automate shipping.
As soon as an order is marked as paid, trigger: quote the Correios service according to my rule, issue the label with pre-posting and update the order with the tracking code and the status "shipping". Then follow the tracking to change the status when the package is posted.
Notify the team on failure (invalid CEP, missing data, reason returned by the tool) and keep a log of each step for auditing. Make each step configurable.
Operations & ShippingPosting list generator
Build the list of what gets posted today, with recipient, service and tracking code, ready to check. And reprint any missing label without issuing a new one.
Prompt
Create a tool that generates the day's posting list from my store's orders that already have a label issued.
Build an organized list with order number, recipient, city/state, service and tracking code, ready to check when taking the packages to the post office. Generate it as a PDF and a spreadsheet, with totals per service, and let me filter by period.
For each row, offer to reprint the label: fetch the PDF through meu ecommerce MCP with the pre-posting ID saved on the order, without issuing a new label.
Operations & ShippingInternal quotes for the sales team
Give your sales team instant shipping quotes inside the CRM, to close B2B deals without waiting on the shipping team. Fast answers close more sales.
Prompt
Create an internal shipping quote tool for my sales team, integrated into the CRM or as a simple dashboard, using meu ecommerce MCP.
The salesperson enters the destination CEP and the products with quantity (price and weight in kg come from the catalog) and instantly gets the Correios services with price and delivery time, to use in B2B negotiations.
Let them save the quote on the customer's card and copy a ready-to-send summary. Handle an invalid CEP and a response with no services with clear messages.
Automation & AlertsLabel issued but not posted
Get an alert when an order has had a label for hours and the package still hasn't entered the Correios network. It protects your shipping deadline before it becomes a complaint.
Prompt
Build a shipping deadline automation using meu ecommerce MCP.
Periodically, take from my store the paid orders that still have no label and those whose tracking code was issued longer ago than my limit. Check those codes in tracking (in batches of up to 50) and find the ones that still have no posting event.
Send the shipping team an alert (Slack or email) with the order, the customer and how long it has been pending, separating "no label" from "label issued and not posted". Make the hour limit and the channels configurable.
Automation & AlertsOrder status ↔ tracking sync
Keep every order's status in your system up to date as the package moves through Correios, without anyone updating it by hand.
Prompt
Create an automation that keeps each order's status in my system in sync with the real Correios tracking, using meu ecommerce MCP.
Check the tracking codes of open orders in batches of up to 50. Whenever the latest status changes (posted, in transit, out for delivery, delivered), update the matching status on the order, record the event date and time and, if I want, trigger related actions (e.g. complete the order when it is delivered).
Handle exceptions that show up in the events, such as return to sender, with a specific status, and avoid duplicate updates.
Automation & AlertsInternal failure alert (label/CEP)
When a label fails or a CEP gets no quote, the team is alerted right away with the order and the reason. Fix it before it delays the delivery.
Prompt
Create an automation that monitors the shipping operations done through meu ecommerce MCP.
Whenever a quote comes back with no services or a label issuance is not completed, read the reason returned by the tool and notify the team right away (Slack, WhatsApp or dashboard) with the order, the type of error and the reason. When an action link comes back, include it in the alert.
Group recurring errors so I can find causes (e.g. products without a registered weight) and allow reprocessing the order after the fix, without duplicating pre-postings.
Automation & AlertsShipping price change alert
A fixed basket of shipments is quoted every week. If the price changes, you get an alert and review free shipping before selling at a loss.
Prompt
Create a weekly routine that tracks shipping prices using meu ecommerce MCP.
Build a reference basket with my most common shipments (products, weights and destination CEPs from different regions) and quote all of them every week. Keep the history and, when any price or delivery time changes beyond a limit I define, alert me with a before-and-after comparison.
Based on the change, recalculate the impact on my "free shipping over R$ X" thresholds by region and suggest new values. Only apply any change after my approval.
Systems & DashboardsShipping dashboard
A dashboard with orders by status: to post, posted, in transit, delivered, late. See the whole operation on one screen and act from there.
Prompt
Create a shipping dashboard using my store's orders and meu ecommerce MCP.
Show orders organized by status (to post, posted, in transit, delivered and late). Orders without a label come from the store; for the others, update the status by checking the tracking codes in batches of up to 50, periodically. Include counters per status, search by order, customer or CEP, and quick actions (issue label, view tracking, mark as resolved).
Highlight late orders and those pending posting. Make the dashboard responsive and ready for internal use.
Systems & DashboardsWhite-label tracking page
A tracking page with your brand, where customers follow the delivery without going to the Correios site. Better brand experience and less lost traffic.
Prompt
Create a tracking page with my brand identity (logo and colors).
The customer types the tracking code (or the order number, which you convert into the code using my store's data) and sees the latest status and the delivery timeline, without going to the Correios site. Show clear messages for each step and a help channel.
The lookup runs on the backend, through the meu ecommerce REST API (POST /v1/tracking, with the secret key kept on the server, never in the browser). Use meu ecommerce MCP to test with real codes while building. Handle a code that is not found and a package with no events yet.
Management & InsightsShipping margin X-ray
Compare the shipping you charged with what shipping costs today, per order and per product, and see where it is eating your margin.
Prompt
Create a shipping margin report from my store's orders and meu ecommerce MCP.
For each order and product in the period, compare the shipping charged to the customer with today's quote for the same shipment (destination CEP, items, price and weight), made through the MCP. Make it clear in the report that the comparison is with today's quote, not with the Correios invoice.
Bring the products and regions where the shipping charged came in below the quote, the total difference in the period and practical recommendations (adjust prices, review free shipping, register the correct weight). Allow filtering by period, product, region and weight range.
Management & InsightsShipping report by region, product and period
See where your shipping goes by region, product and period, based on your orders. Pricing and logistics decisions backed by data, not guesswork.
Prompt
Generate an analytical report of my store's shipping broken down by region, product and period, using my store's order history.
Show how much shipping was charged, the average promised delivery time and the trends over time, with charts and a summary table. To compare with current prices, re-quote a sample of representative shipments through meu ecommerce MCP.
Highlight actionable insights (expensive regions, heavy products) and allow exporting the report.
Management & InsightsAsk about shipping in plain language
Ask 'which region got most expensive this month?' or 'how much to send this kit to Manaus?' and get the answer right away, from your orders and real quotes.
Prompt
Create an assistant that answers plain-language questions about my store's shipping.
For questions about the past ("how much shipping did I charge this month?", "which region had the most orders?"), use my store's order data. For questions about now, use meu ecommerce MCP: quotes ("how much to send this kit to Manaus?") and tracking ("where is order X?", from the order's tracking code).
Answer in clear text, with a number, a table or a mini chart when useful, and say where each figure came from. Allow follow-up questions and comparisons between periods. Management & Insights"Free shipping over R$ X" simulator
Find the minimum free-shipping value that raises the average ticket without eating your margin, simulated with real quotes by region.
Prompt
Create a simulator to help me set a "free shipping over R$ X" policy.
With my store's order history and real quotes made through meu ecommerce MCP for typical shipments to each region, test different threshold values and show the estimated impact on average ticket, number of orders and shipping cost absorbed.
Present scenarios (conservative, balanced, aggressive) with the numbers for each one and a final recommendation, making the assumptions clear.
Management & InsightsDelivery risk map by region
Find the regions and ZIP codes with the most delays and failed delivery attempts, to adjust delivery times, shipping policy and customer expectations.
Prompt
Create a delivery risk report from my store's shipments and meu ecommerce MCP tracking.
For the period's tracking codes (checked in batches of up to 50), use the events to calculate the real time from posting to delivery and to flag occurrences such as failed delivery attempts or returns. Cross it with the destination CEP and the delivery time promised at purchase, which are in the store's orders.
Show a ranking of the most problematic regions and CEP ranges, comparing real and promised delivery times, and recommend adjustments to the displayed delivery time and to customer communication.
Management & InsightsShipping cost forecast
Project your shipping cost for the coming months from history and volume, for planning and cash flow. Shipping stops being a month-end surprise.
Prompt
Create a forecast of my store's shipping cost for the coming months.
Use my store's order and shipping history to project volume, considering seasonality and growth. For prices, re-quote a basket of typical shipments by region through meu ecommerce MCP, so the projection uses current values and not only past ones.
Present the projected amount, the range of variation and the main drivers, in a clear format for planning and cash flow. Allow comparing forecast and actual as the months go by.