
Mcp Correios
Give your agent Correios tools for Brazilian package tracking, shipping quotes, and CEP address lookup while you build storefront or ERP shipping modules.
Overview
io.github.codespar/mcp-correios is a MCP server for the Build phase that lets agents use Correios for tracking, shipping rates, and CEP lookup in Brazil.
What is this MCP server?
- Stdio MCP @codespar/mcp-correios v0.1.2 with CORREIOS_TOKEN
- Package tracking, shipping rates, and CEP lookup for Brazil
- Hosted in codespar/mcp-dev-brasil packages/ecommerce/correios
- npm stdio transport for MCP-compatible agents
- Secret token required for Correios API access
- Server version 0.1.2
- One required secret env var: CORREIOS_TOKEN
- Repository path packages/ecommerce/correios in mcp-dev-brasil
Community signal: 252 GitHub stars.
What problem does it solve?
Brazilian shipping features slow down when every tracking, rate, and CEP call requires manual API digging instead of fluent agent assistance.
Who is it for?
Solo ecommerce or SaaS builders targeting Brazil who have Correios API access and need agent-driven postal integration.
Skip if: Digital-only products with no shipping, international-only fulfillment, or teams without a Correios token.
What do I get? / Deliverables
After setup with CORREIOS_TOKEN, your agent can query Correios via MCP so shipping and address features iterate in the same coding workflow.
- Operational MCP link to Correios tracking and rates
- CEP validation patterns agents can apply in your repo
- Brazil domestic shipping integration starter
Recommended MCP Servers
Journey fit
Correios MCP is a Build catalog entry because it embeds national postal APIs into the product you are actively implementing. Postal and CEP services are classic ecommerce integrations surfaced as agent-callable MCP tools.
How it compares
Brazil Correios MCP connector, not a universal multi-carrier shipping skill.
Common Questions / FAQ
Who is io.github.codespar/mcp-correios for?
Developers building Brazil-facing shops or ops tools who want Claude Code, Cursor, or similar agents to call Correios APIs directly.
When should I use io.github.codespar/mcp-correios?
During Build when implementing tracking pages, freight quotes, or CEP validation—not solely for high-level validate-phase landing tests.
How do I add io.github.codespar/mcp-correios to my agent?
Configure @codespar/mcp-correios with stdio transport in MCP settings and provide the secret CORREIOS_TOKEN environment variable.