Brazilian CEP

by guilhermelirio

1 stars
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Brazilian CEP
    Command (node, npx, python, etc.) npx
    Arguments
    • 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.

  4. 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 IA

Instalaçã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" } ``
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.