MCP Hub
Back to servers

@theyahia/correios-mcp

MCP server for Correios — postal tracking, shipping rates (Brazil)

npm194/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/correios-mcp

correios-mcp

MCP server for Correios Brazilian postal service.

Tools (8)

ToolDescription
calculate_shippingCalculate shipping cost
track_packageTrack a package
get_delivery_timeGet estimated delivery time
list_servicesList available postal services
get_zip_codeGet address from ZIP code
create_shipmentCreate a shipment/pre-posting
get_labelGet shipping label
cancel_shipmentCancel a shipment

Quick Start

{
  "mcpServers": {
    "correios": {
      "command": "npx",
      "args": ["-y", "@theyahia/correios-mcp"],
      "env": {
        "CORREIOS_USER": "<YOUR_CORREIOS_USER>",
        "CORREIOS_TOKEN": "<YOUR_CORREIOS_TOKEN>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
CORREIOS_USERYesCorreios username
CORREIOS_TOKENYesCorreios API token

License

MIT

Reviews

No reviews yet

Sign in to write a review