Skip to main content
Glama

MCP-CEP

MIT License
4
  • Linux
  • Apple

MCP-CEP

Servidor MCP para consulta de CEPs usando a API pública do ViaCEP.
Compatível com Goose como extensão de linha de comando (Command-line Extension).


👤 Autor

Wendell Barreto
https://github.com/wendellbigato


🚀 Instalação

1. Clone este repositório

git clone https://github.com/wendellbigato/mcp-cep.git cd mcp-cep

Altere a URL acima para a real quando publicar.


2. Crie e ative o ambiente virtual

python3.11 -m venv .venv source .venv/bin/activate # Linux/macOS # ou .venv\Scripts\activate.bat # Windows

3. Instale as dependências com uv ou pip

Usando uv:

uv pip install -e ".[cli]"

Ou com pip normal:

pip install -e ".[cli]"

🧩 Configurando como extensão no Goose

  1. Execute:
goose configure
  1. Selecione Add Extension
  2. Escolha Command-line Extension
  3. Preencha os campos:
CampoValor
Extension namemcp-cep
Command to run/caminho/completo/para/uv --directory /caminho/para/mcp-cep run main.py
Timeout300
Environment(em branco, ou personalize se necessário)

Use which uv e pwd para encontrar os caminhos corretos.


✅ Como testar no Goose

Após configurar, inicie:

goose

E envie comandos como:

Repita: Olá! Qual o endereço do CEP 01001000?

🧰 Ferramentas disponíveis

  • echo(texto: str): repete o texto enviado.
  • buscar_cep(cep: str): consulta informações de endereço via ViaCEP.

📄 Licença

Este projeto está licenciado sob a licença MIT.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

ViaCEP 공개 API를 사용하여 브라질 우편번호(CEP)를 쿼리하는 서버로, 명령줄 확장 기능으로 Goose와 호환됩니다.

  1. 👤 저자
    1. 🚀 설치
      1. 1. 이 저장소를 복제합니다.
      2. 2. 가상 환경 생성 및 활성화
      3. 3. uv 또는 pip 사용하여 종속성을 설치합니다.
    2. 🧩 Goose에서 확장 프로그램으로 설정하기
      1. ✅ 구스에서 테스트하는 방법
        1. 🧰 사용 가능한 도구
          1. 📄 라이센스

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A server that enables interaction with Square's API via Goose, supporting queries for locations, customers, and more with context preservation and MCP-compliant responses.
              Last updated -
              12
              3
              Python
              MIT License
            • -
              security
              A
              license
              -
              quality
              A Goose MCP extension providing voice interaction with modern audio visualization, allowing users to communicate with Goose through speech rather than text.
              Last updated -
              60
              Python
              MIT License
              • Linux
              • Apple
            • A
              security
              F
              license
              A
              quality
              Query a variety of data from Brasil resources seamlessly. Access information on postal codes, area codes, banks, holidays, taxes, and more through a unified interface. Enhance your AI agents and applications with rich and updated data from BrasilAPI effortlessly.
              Last updated -
              6
              5
              TypeScript
            • A
              security
              A
              license
              A
              quality
              An MCP server that enables querying detailed address information from Brazilian postal codes (CEPs) via the ViaCEP API, returning data such as street names, neighborhoods, cities, states, regions, and IBGE codes.
              Last updated -
              1
              1
              TypeScript
              MIT License

            View all related MCP servers

            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/wendellbigato/mcp-cep'

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