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.
Illustrative data. The status comes from Correios tracking.
"Quote shipping for order #48291 to CEP 20040-002": PAC and SEDEX with price and delivery time.
"Issue the label for this order": Gemini returns the label and the tracking code.
Pass the package code and see the current status and where it has been.
Gemini checks the tracking and writes the reply with the real status, ready to paste.
"Quote and issue labels for these 10 orders": Gemini runs the shipping order by order.
Ask for the checkout shipping feature: Gemini checks a real quote and writes the call to the REST API.
Quick and simple. One command adds the server and Gemini CLI discovers the login on its own. No Correios integration to build or maintain.
Authentication, tool contracts, errors and limits, with copy-ready examples.
Open the dev centerPaste the server address and authorize your store in the browser. No key to keep and no header to configure.
https://app.meuecommerce.com.br/mcpRun the command below. It saves the server to the project's .gemini/settings.json; add -s user to apply it to every project.
Open Gemini CLI and run /mcp auth meu-ecommerce. The browser opens so you can authorize your store.
Run /mcp and check that the shipping tools show up in the list.
Ask: "quote shipping for order X to CEP Y".
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.
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.
Add meu ecommerce MCP to Gemini CLI and ask for your first Correios quote.