brasil_cep
Pack: latam-validate · Endpoint: https://gateway.pipeworx.io/latam-validate/mcp
Look up a Brazilian CEP (postal code) and return the address: street, neighborhood, city, and state, with coordinates when available. Example: CEP 01310-100 → Avenida Paulista, Bela Vista, São Paulo, SP.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
cep | string | yes | The 8-digit CEP, e.g. “01310-100” or “01310100”. |
Example call
curl -X POST https://gateway.pipeworx.io/latam-validate/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"brasil_cep","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"latam-validate": {
"url": "https://gateway.pipeworx.io/latam-validate/mcp"
}
}
}
See Getting Started for client-specific install steps.