Correios (Brazil) Connector for AI agents.
8 live capabilities
Manage Brazilian shipping rates and package tracking automatically.
Waiting for input…
Why people use Correios (Brazil)
Correios (Brazil) for Brazilian Shipping Logistics
This Connector changes that by bringing the data to you. You just tell your agent what you need, and it pulls the exact price and deadline instantly. You get your answers in seconds without ever opening a browser.
What Vinkius changes
You get a direct line to Brazilian postal data without ever leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Failed delivery prevention
An e-commerce bot uses lookup_cep to verify a customer's address in São Paulo before confirming a large order.
- Real-world use case 02
Instant shipping quotes
A user asks their agent to compare PAC and SEDEX prices for a 5kg box to Rio de Janeiro using calculate_price_deadline.
- Real-world use case 03
Bulk shipment monitoring
A manager asks for a summary of all 'Delayed' statuses from a list of tracking codes using track_object.
Complete set · 8capabilities
The complete Correios (Brazil) capability set.
These are the exact actions your AI can choose when you ask it to work with Correios (Brazil).
01—04
4 capabilities in this set.
Part of 8 available through Correios (Brazil).
- 01 Capability
Calculate price deadline
Get the exact cost and delivery timeframe for a shipment. It is useful for providing customers with instant quotes.
- 02 Capability
Get contract status
Check if your business contract is active and healthy. Use this to ensure your account is ready for shipping.
- 03 Capability
Get unit info
Pull specific details about a single post office branch. This helps you provide precise location info to customers.
- 04 Capability
List contract services
See all the postage services your account is cleared to use. It helps you understand your contract limitations.
05—08
4 capabilities in this set.
Part of 8 available through Correios (Brazil).
- 05 Capability
List unit types
Get a list of all different types of postal units available. Use this to understand the variety of Correios locations.
- 06 Capability
Lookup cep
Turn a Brazilian zip code into a full street address. It is the best way to validate customer delivery locations.
- 07 Capability
Search units by cep
Find the nearest post office locations for a specific area. This is helpful for customers looking for local pickup points.
- 08 Capability
Track object
Pull the latest status and history for a specific tracking code. Use this to give customers real-time updates on their orders.
Set up in minutes
One URL. Then ask Correios (Brazil) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Correios (Brazil) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OakBxCUWmn2rDS2C8hs3jEbHTn1ff0NO8IgnpAxZ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Correios (Brazil), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Correios (Brazil) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OakBxCUWmn2rDS2C8hs3jEbHTn1ff0NO8IgnpAxZ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Correios (Brazil) URL.
- Step 03
Save and start
Save the connection and enable Correios (Brazil) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"correios-brazil": {
"url": "https://edge.vinkius.com/vk_preview_OakBxCUWmn2rDS2C8hs3jEbHTn1ff0NO8IgnpAxZ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Correios (Brazil)
Open Agent mode in chat and ask: "Using Correios (Brazil), help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"correios-brazil": {
"url": "https://edge.vinkius.com/vk_preview_OakBxCUWmn2rDS2C8hs3jEbHTn1ff0NO8IgnpAxZ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Correios (Brazil)
Ask Copilot: "Using Correios (Brazil), help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"correios-brazil": {
"url": "https://edge.vinkius.com/vk_preview_OakBxCUWmn2rDS2C8hs3jEbHTn1ff0NO8IgnpAxZ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Correios (Brazil)
Open Cascade and ask: "Using Correios (Brazil), help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"correios-brazil": {
"url": "https://edge.vinkius.com/vk_preview_OakBxCUWmn2rDS2C8hs3jEbHTn1ff0NO8IgnpAxZ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Correios (Brazil)
Ask Cline: "Using Correios (Brazil), help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add correios-brazil --transport http "https://edge.vinkius.com/vk_preview_OakBxCUWmn2rDS2C8hs3jEbHTn1ff0NO8IgnpAxZ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Correios (Brazil)
Ask Claude: "Using Correios (Brazil), show me...". 8 tools are ready
Where the request belongs
Work Correios can move forward.
This is for the e-commerce owner in Brazil who is tired of manual data entry, the logistics manager overseeing a complex national network, and the customer support rep who needs instant answers for frustrated buyers.
E-commerce Store Owner
Validates customer addresses in real-time to stop failed deliveries before they happen.
Logistics Coordinator
Summarizes the status of dozens of shipments across different Brazilian states in a single chat.
Customer Support Rep
Pulls up specific tracking history to give customers precise answers about their missing orders.
Operations Manager
Audits contract services to ensure the business is using the most cost-effective shipping routes.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFedEx
AI logistics: track shipments, get rates, create shipments, and find locations via agents.
USPS Developer Portal
Manage US mail. audit addresses, tracking, and ZIP codes via AI.
Shansong Swift Delivery
Bring Shansong's fast P2P Delivery Network into your LLM. Estimate logistics routing, dispatch riders, and track locations.
ShipEngine
Compare shipping rates, print labels, and track packages across UPS, FedEx, USPS, and dozens of global carriers instantly.
Correios API (REST)
Track Brazilian postal objects and calculate shipping prices and deadlines directly through the official Correios REST API.
Correios do Brazil
Calculate shipping costs, estimate delivery times, and consult address information via the official Correios REST API.
Bring your own AI
Change the model, client or framework. Keep Correios connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Correios.
The practical details behind the request, access and result.
How can I use the Correios (Brazil) MCP for my online store?
You can connect it to your AI agent to automate shipping quotes and tracking. It allows your agent to pull real-time prices for PAC and SEDEX so you can show customers accurate costs at checkout.
Does the Correios (Brazil) MCP handle Brazilian zip codes?
Yes, it uses the official CEP system to look up street, neighborhood, and city details. This helps you verify that customer addresses are valid before you ship their orders.
Can I use the Correios (Brazil) MCP to check my business contract?
Yes, the Connector can retrieve your contract status and list the specific postage services authorized for your account. This is great for staying organized and ensuring your shipping methods are always active.
Can the Correios (Brazil) MCP track packages for me?
It can pull the latest status and historical events for any package using its tracking code. Your agent can summarize these updates so you don't have to check the website manually.
Is the Correios (Brazil) MCP good for calculating shipping costs?
It is specifically designed for that. It takes the weight and the starting and ending zip codes to give you the exact price and estimated delivery time for different services.
Can my AI automatically track a package just by providing the tracking code?
Yes! Use the track_object capability with the tracking code (e.g., 'QI123456789BR'). Your agent will retrieve the current status, location, and the full history of logistics events.
How do I calculate shipping prices for PAC or SEDEX?
Use the calculate_shipping capability with the origin and destination CEPs, along with the weight and dimensions of the package. The agent will return the estimated price and delivery deadline.
Can I retrieve the full address details from a zip code (CEP)?
Yes! The search_cep capability allows your agent to fetch the street name, neighborhood, city, and state associated with any valid Brazilian zip code.
One connection away
Give your agent a direct line to Correios.
Connect Correios once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available