Skip to main content
Glama

Brazilian CEP MCP

consultar-cep

Retrieve detailed address information in Brazil using a postal code (CEP), including street names, neighborhoods, cities, states, and IBGE codes via the ViaCEP API.

Instructions

Query address information from a Brazilian postal code (CEP)

Input Schema

NameRequiredDescriptionDefault
cepYesPostal code to be queried (only numbers, 8 digits)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cep": { "description": "Postal code to be queried (only numbers, 8 digits)", "maxLength": 8, "minLength": 8, "pattern": "^\\d+$", "type": "string" } }, "required": [ "cep" ], "type": "object" }
Install Server

Other Tools from Brazilian CEP MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/guilhermelirio/brazilian-cep-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server