meu ecommerce MCP×Gemini CLI

Correios shipping in Gemini CLI.

Connect meu ecommerce MCP to Gemini CLI and ask from the terminal: quote shipping, issue labels and track Correios packages. One command adds the server and your store login opens in the browser.

Works in Gemini CLI, with one command or one block in settings.json.

Free plan: 10 quotes, 10 tracking lookups and 10 labels a month, no credit card.

Gemini CLI
You

Where is order #48291? The code is BR123456789BR. The customer asked.

Gemini

The package went out for delivery this morning in São Paulo. Want me to write the reply to the customer?

You

Write it.

Gemini

"Hi! Your order went out for delivery today and should arrive by the end of the day. Let me know if you need anything."

Illustrative data. The status comes from Correios tracking.

USE CASES

What you do with Correios shipping in Gemini

Quote in the terminal

"Quote shipping for order #48291 to CEP 20040-002": PAC and SEDEX with price and delivery time.

Issue a label by asking

"Issue the label for this order": Gemini returns the label and the tracking code.

Track in seconds

Pass the package code and see the current status and where it has been.

Reply to the customer

Gemini checks the tracking and writes the reply with the real status, ready to paste.

Ship in bulk

"Quote and issue labels for these 10 orders": Gemini runs the shipping order by order.

Add shipping to your code

Ask for the checkout shipping feature: Gemini checks a real quote and writes the call to the REST API.

CONNECT

How to connect meu ecommerce MCP to Gemini CLI

Quick and simple. One command adds the server and Gemini CLI discovers the login on its own. No Correios integration to build or maintain.

A few minutesOne commandBrowser loginNothing to maintain
No account yet? Open one for free
Developer documentation

Authentication, tool contracts, errors and limits, with copy-ready examples.

Open the dev center

In the terminal

How the connection works

The tool opens a login window

Paste the server address and authorize your store in the browser. No key to keep and no header to configure.

https://app.meuecommerce.com.br/mcp
  1. 1

    Run the command below. It saves the server to the project's .gemini/settings.json; add -s user to apply it to every project.

  2. 2

    Open Gemini CLI and run /mcp auth meu-ecommerce. The browser opens so you can authorize your store.

  3. 3

    Run /mcp and check that the shipping tools show up in the list.

  4. 4

    Ask: "quote shipping for order X to CEP Y".

terminal
gemini mcp add --transport http meu-ecommerce https://app.meuecommerce.com.br/mcp

# then, inside Gemini CLI:
/mcp auth meu-ecommerce

Login opens in the browser. Run /mcp auth on a computer with a browser: on a remote server or container, the authorization window has nowhere to open.

FAQ

Frequently asked questions

Add meu ecommerce MCP to Gemini CLI with the gemini mcp add command, authorize your store with /mcp auth and ask "quote shipping for order X to CEP Y". Gemini returns PAC and SEDEX with price and delivery time.

This page covers Gemini CLI, which connects remote MCP servers with login. If you use another Gemini surface that accepts a remote MCP server, the address and the two ways to connect are the same.

No. Gemini CLI discovers the login on its own: run /mcp auth and authorize your store in the browser.

gemini mcp add writes to settings.json: the project's .gemini/settings.json or, with -s user, ~/.gemini/settings.json. If you prefer to edit it by hand, the server goes under mcpServers with httpUrl pointing to the MCP address.

With the MCP, Gemini uses shipping tools that are ready, tested and maintained by us. You get security (authentication and Correios access stay on our side, with no credentials in your code), maintenance (when Correios changes rates, endpoints or rules, we update and nothing breaks) and support (if something goes wrong, you have someone to talk to). Integrating with Correios from scratch leaves the code and the maintenance to you.

Today it's Correios: quotes, labels with pre-posting and tracking. Other carriers come later.

Get started

Give Gemini more tools.

Add meu ecommerce MCP to Gemini CLI and ask for your first Correios quote.