← Index

io.github.codespar/mcp-correios

io.github.codespar/mcp-correios·v0.1.2·Other
Quality Score
80
/100

MCP server for Correios — package tracking, shipping rates, CEP lookup

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-correios": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-correios"
      ],
      "env": {
        "CORREIOS_TOKEN": "<your-correios_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-correios": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-correios"
      ],
      "env": {
        "CORREIOS_TOKEN": "<your-correios_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @codespar/mcp-correios
§02  Environment variables
CORREIOS_TOKEN
requiredsecret

API key for correios

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other