MCP-CEP
MCP-CEP
Servidor MCP para consultar códigos postales mediante la API pública de ViaCEP .
Compatible con Goose como una extensión de línea de comandos.
👤 Autor
Wendell Barreto
https://github.com/wendellbigato
🚀 Instalación
1. Clonar este repositorio
git clone https://github.com/wendellbigato/mcp-cep.git
cd mcp-cepCambie la URL anterior a la real al publicar.
2. Crear y activar el entorno virtual
python3.11 -m venv .venv
source .venv/bin/activate # Linux/macOS
# ou
.venv\Scripts\activate.bat # Windows3. Instalar dependencias con uv o pip
Usando uv :
uv pip install -e ".[cli]"O con pip normal:
pip install -e ".[cli]"Related MCP server: Brazilian ZIP Code Lookup
🧩Configuración como extensión en Goose
Ejecutar:
goose configureSeleccione
Add ExtensionElija
Command-line ExtensionRellene los campos:
Campo | Valor |
Nombre de la extensión |
|
Comando para ejecutar |
|
Se acabó el tiempo |
|
Ambiente | (en blanco o personalícelo si es necesario) |
Utilice which uv y pwd para encontrar las rutas correctas.
✅ Cómo hacer la prueba en Goose
Después de la configuración, comience:
goose session --with-extension mcp-cepY enviar comandos como:
Repita: Olá!
Qual o endereço do CEP 01001000?🧰 Herramientas disponibles
echo(texto: str): repite el texto enviado.buscar_cep(cep: str): consulta información de dirección vía ViaCEP.
📄 Licencia
Este proyecto está licenciado bajo la licencia MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn 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.12MIT
- FlicenseNot gradedqualityDmaintenanceEnables lookup of Brazilian addresses by CEP (postal code) using the ViaCEP API, returning formatted address information including street, neighborhood, city, and state.1
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides a tool to query Brazilian postal codes (CEPs) via the ViaCEP API, returning address details such as street, neighborhood, city, and state.
- FlicenseAqualityDmaintenanceEnables AI tools to query Brazilian addresses by CEP or search CEPs by address via the ViaCEP API.2
Related MCP Connectors
Correios: Completa CEP (CEP + Área territorial brasileira), official-source lookup. Platform-hosted,
Correios: CEP, official-source lookup. Platform-hosted, pay per query with prepaid credit.
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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