Brazilian CEP
About
Integrates with Brazilian postal code (CEP) APIs to retrieve address details for location validation and geolocation services in Node.js applications.
Details
- Author
- guilhermelirio
- Repository
- guilhermelirio/brazilian-cep-mcp
- GitHub stars
- 1
- License
- MIT License
- Categories
- Productivity, Developer Tools, Design, AI, Search, Frontend, Knowledge Base, Infrastructure
- Tags
- #mobile
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Brazilian CEPCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
consultar-cep
Consulta de endereços completos através do CEP. Parâmetros: cep (string, obrigatório) - Código postal no formato de 8 dígitos numéricos.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"brazilian cep": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
brazilian-cep-mcp
Descrição
Este é um servidor MCP (Model Context Protocol) que fornece ferramentas para consulta de informações de Códigos de Endereçamento Postal (CEP) brasileiros. O servidor utiliza a API ViaCEP para obter dados detalhados de endereços a partir do CEP informado.Funcionalidades
- Consulta de endereços completos através do CEP - Retorno de informações como logradouro, bairro, cidade, estado, região, DDD e código IBGE - Implementação do protocolo MCP para integração com agentes de IAInstalação
``bash
Clone o repositório
git clone https://github.com/guilhermelirio/brazilian-cep-mcp.git
cd brazilian-cep-mcp
Instale as dependências
npm install
`
Como usar
Compilação do projeto
Para compilar o código TypeScript:
`bash
npm run build
`
Execução do servidor
Para iniciar o servidor em modo de desenvolvimento:
`bash
npm run dev
`
Para iniciar o servidor após compilação:
`bash
npm start
`
Consultando um CEP
O servidor disponibiliza a ferramenta consultar-cep que aceita um parâmetro:
- cep: Código postal no formato de 8 dígitos numéricos (obrigatório)
Exemplo de uso:
`json
{
"cep": "01001000"
}
``Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





