meu ecommerce MCP×Cursor

Correios shipping in Cursor.

Connect meu ecommerce MCP to Cursor and the agent quotes shipping, issues labels and tracks Correios packages without you leaving the editor. When it's time to add shipping to your product, it writes the integration already knowing the real response.

Works in Cursor with one block in mcp.json and your store login.

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

Cursor · Agent
You

Quote PAC and SEDEX for these 4 orders and tell me where SEDEX is worth paying for.

Cursor

For the 3 in the Southeast, PAC arrives on time, between R$ 18.90 and R$ 21.40. Order #48305 goes to Recife: SEDEX R$ 41.20 in 3 business days, PAC R$ 29.80 in 9. How should I issue them?

You

PAC for the three, SEDEX for the Recife one.

Cursor

4 labels issued. The tracking codes are in order, ready to paste.

Illustrative values. Labels come out of the conversation with the agent, no dashboard needed.

USE CASES

What you do with Correios shipping in Cursor

Quote without leaving the editor

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

Issue a label by asking

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

Track while you debug

A customer complained about a delay? Ask the agent and see the package's real status before touching the code.

Ship in bulk

"Quote and issue labels for these 20 orders": the agent runs the shipping from start to finish.

Add shipping to checkout

The agent writes the checkout quote against the REST API, already knowing the response format because it checked through the MCP.

Branded tracking page

Ask for a page where the customer types the code and sees the delivery timeline, with the lookup running on the backend.

CONNECT

How to connect meu ecommerce MCP to Cursor

Quick and simple. It's one block in mcp.json and your store login opens in the browser, with no key to copy. No Correios integration to build or maintain.

A few minutesOne config blockBrowser 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 Cursor, through mcp.json

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

    Create or open the project's .cursor/mcp.json, or ~/.cursor/mcp.json to apply it to every project.

  2. 2

    Paste the block below. The server URL is all it needs.

  3. 3

    In Cursor's settings, in the MCP area, the server shows up in the list. Click to connect and authorize your store in the browser.

  4. 4

    Open the chat in Agent mode and ask: "quote shipping for this order".

.cursor/mcp.json
{
  "mcpServers": {
    "meu-ecommerce": {
      "url": "https://app.meuecommerce.com.br/mcp"
    }
  }
}

To write shipping code, point the agent to the docs for agents, with the API contracts in Markdown.

FAQ

Frequently asked questions

Add meu ecommerce MCP to mcp.json and ask, in Agent mode, "quote shipping for order X to CEP Y". The agent returns PAC and SEDEX with price and delivery time.

No. With the URL in mcp.json, Cursor opens the login and you authorize your store in the browser.

Yes. For checkout, the right path is the REST API: the agent writes the call to POST /v1/rates and can use the MCP to see a real quote first. The dev center's docs for agents have the contracts in Markdown, ready for context.

The connection is by login: no key stays on your computer or in your code. And the MCP only exposes the shipping, label and tracking tools.

With the MCP, the agent 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 your agent more tools.

Paste meu ecommerce MCP into mcp.json and ask for your first Correios quote in Cursor.