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
.venvScriptsactivate.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
- Execute:
goose configure
Selecione
Add ExtensionEscolha
Command-line ExtensionPreencha os campos:
| Campo | Valor |
|---|---|
| Extension name | mcp-cep |
| Command to run | /caminho/completo/para/uv --directory /caminho/para/mcp-cep run main.py |
| Timeout | 300 |
| 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.
CEP Lookup Server
Project Details
- wendellbigato/mcp-cep
- MIT License
- Last Updated: 5/12/2025
Recomended MCP Servers
A systematic reasoning MCP server implementation for Claude Desktop with beam search and thought evaluation.
MCP Server for handling Jira issues
A high-performance Model Context Protocol (MCP) server for Trino implemented in Go.
A Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs)....
A macOS app that provides an MCP server to your Messages, Contacts, Reminders and more
Pretty PowerShell that looks good and functions almost as good as Linux terminal
A flexible HTTP fetching Model Context Protocol server.
A Model Context Protocol (MCP) compliant server designed for comprehensive web research. It uses Tavily's Search and Crawl...
MCP Server for Dropbox





