Integrations
Used to clone the repository during installation process.
Enables cloning a repository from GitHub to set up the MCP server.
Supported as an operating system for running the MCP server with specific activation commands.
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
Altere a URL acima para a real quando publicar.
2. Crie e ative o ambiente virtual
3. Instale as dependências com uv
ou pip
Usando uv:
Ou com pip normal:
🧩 Configurando como extensão no Goose
- Execute:
- Selecione
Add Extension
- Escolha
Command-line Extension
- Preencha 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:
E envie comandos como:
🧰 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.
This server cannot be installed
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.
A server for querying Brazilian postal codes (CEPs) using the ViaCEP public API, compatible with Goose as a command-line extension.
Related MCP Servers
- -securityFlicense-qualityQuery 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 -3TypeScript
- -securityAlicense-qualityAn MCP server that enables web searches using a SearxNG instance, allowing MCP-compatible applications like Goose to perform internet searches.Last updated -PythonGPL 3.0
- -security-license-qualityAn 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 -TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that enables interaction with Datagouv APIs, primarily allowing users to search for up-to-date information about companies registered in France.Last updated -2TypeScript