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
Dune Query MCP
Official Firecrawl MCP Server - Adds powerful web scraping to Cursor, Claude and any other LLM clients.
mcp-server-openai with o3-mini support
MCP server, providing AI with access to the payman documentation
Model Context Protocol (MCP) Server for Tibber
Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more...
A Model Context Protocol server that provides read only access to graphs in a certain repository in Ontotext...
Serveur MCP avancé pour Firebase Firestore avec support pour toutes les fonctionnalités avancées
A Model Context Protocol service for TikTok video discovery and metadata extraction.
An MCP server that offers several commands to generate prompts based on the Git repository's content
A python mcp mainly used to load relevant python context efficiently with minimum tool calls.





